Skip to content

Commit e297169

Browse files
Update localization contribution guidelines for clarity and additional resources (#38)
1 parent c94c4e6 commit e297169

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Asset/Localization/localization_contribution.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ Sections Included:
2121
- **FR**: [French](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2639)
2222
- **ES**: [Spanish](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2538)
2323
- **IT**: [Italian](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2539)
24-
- **KO**: [Korean](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2540)
25-
- **ZH**: [Chinese Traditional](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2541)
2624
- **BP**: [Brazilian Portuguese](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2542)
2725
- **PL**: [Polish](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2543)
28-
- **RU**: [Russian](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2544)
29-
- **UK**: [Ukrainian](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2628)
3026

3127
1.2.1 **Arabic & RTL Languages**: Arabic and other Right-to-Left (RTL) languages are currently compiled with an error
3228
when used in the game. This issue will be fixed soon. If you would like to help resolve this issue or test the upcoming
3329
fix, please let us know in the comment section of the
3430
*AR: [Arabic](https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2546) localization edit*.
31+
More info in [Adding RTL markers in RTL localization for GameTextCompiler](https://github.com/TheSuperHackers/GeneralsGamePatch/discussions/2659).
3532

3633
1.3 **Leave Comments on Edits**: You can reply to existing comments or review the changes yourself. To do so, click on
3734
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.
4340

4441
1.5 **Non-English Localization**: If you contributed to non-English localization (e.g., Polish), please also check these
4542
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)**.
4744

4845
## 2. Working on Existing Languages
4946

@@ -55,10 +52,13 @@ changes already commented on in the file:
5552

5653
2.2 **Editing Tools**: I use **[Notepad++](https://notepad-plus-plus.org/downloads/)** for editing files. If you're
5754
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.
5858

5959
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/)**
6262
for this.
6363

6464
2.4 **Grammar Checking**: For additional grammar checks, I use **[Free Grammar Checker](https://languagetool.org/)**.

0 commit comments

Comments
 (0)