From d86f22877c0a9976fed5f8b2974bdbe241f7e53c Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sat, 16 May 2020 07:11:49 -0600 Subject: [PATCH] document --- text.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/text.cpp b/text.cpp index d55ed80..f9d1730 100644 --- a/text.cpp +++ b/text.cpp @@ -17,6 +17,8 @@ #define FRENCH #endif +// If you are updating a previous translation see https://github.com/Artikash/issues/313 + const char* NATIVE_LANGUAGE = "English"; const char* ATTACH = u8"Attach to game"; const char* LAUNCH = u8"Launch game";