You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More info in [Adding RTL markers in RTL localization for GameTextCompiler](https://github.com/TheSuperHackers/GeneralsGamePatch/discussions/2659).
35
32
36
33
1.3 **Leave Comments on Edits**: You can reply to existing comments or review the changes yourself. To do so, click on
37
34
the **Files changed** tab under the pull request title. If prompted, press **Load diff** to view the changes (if an
@@ -43,7 +40,7 @@ implement. This helps us process the change faster.
43
40
44
41
1.5 **Non-English Localization**: If you contributed to non-English localization (e.g., Polish), please also check these
45
42
two branches for text changes in all languages:
46
-
**[United States English](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2535)** and **[Missing text lines](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2571)**.
43
+
**[United States English](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2535)** and **[Missing text lines](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2571)**.
47
44
48
45
## 2. Working on Existing Languages
49
46
@@ -55,10 +52,13 @@ changes already commented on in the file:
55
52
56
53
2.2 **Editing Tools**: I use **[Notepad++](https://notepad-plus-plus.org/downloads/)** for editing files. If you're
57
54
using Linux or macOS, you can use similar programs that offer the same features as Notepad++.
55
+
It is **required** to use **UTF-8** text format to avoid compatibility issues across different platforms and text
56
+
editors. Ensure that your editor is set to save files in UTF-8 encoding to maintain proper character representation
57
+
and prevent any potential issues with special characters.
58
58
59
59
2.3 **Translation Tools**: I use
60
-
**[Google Translate](https://translate.google.ca/?hl=en&tab=TT&sl=auto&tl=en&op=translate)** for quick translations,
61
-
but I recommend using your language dictionary in some cases. I personally use **[Multitran](https://www.multitran.com/)**
60
+
**[Google Translate](https://translate.google.ca/?hl=en&tab=TT&sl=auto&tl=en&op=translate)** for quick translations,
61
+
but I recommend using your language dictionary in some cases. I personally use **[Multitran](https://www.multitran.com/)**
62
62
for this.
63
63
64
64
2.4 **Grammar Checking**: For additional grammar checks, I use **[Free Grammar Checker](https://languagetool.org/)**.
0 commit comments