Spaces:
Runtime error
Runtime error
binary-husky
commited on
Commit
•
e18ab0a
1
Parent(s):
2b61556
Update multi_language.py
Browse files- multi_language.py +9 -0
multi_language.py
CHANGED
@@ -11,7 +11,16 @@
|
|
11 |
Note: You need to run it multiple times to increase translation coverage because GPT makes mistakes sometimes.
|
12 |
|
13 |
4. Find the translated program in `multi-language\English\*`
|
|
|
|
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
"""
|
16 |
|
17 |
import os
|
|
|
11 |
Note: You need to run it multiple times to increase translation coverage because GPT makes mistakes sometimes.
|
12 |
|
13 |
4. Find the translated program in `multi-language\English\*`
|
14 |
+
|
15 |
+
P.S.
|
16 |
|
17 |
+
- The translation mapping will be stored in `docs/translation_xxxx.json`
|
18 |
+
|
19 |
+
- If you would like to share your `docs/translation_xxxx.json`, (so that everyone can use the cached & revised translation mapping), please open a Pull Request
|
20 |
+
|
21 |
+
- If there is any translation error in `docs/translation_xxxx.json`, please open a Pull Request
|
22 |
+
|
23 |
+
- Welcome any Pull Request, regardless of language
|
24 |
"""
|
25 |
|
26 |
import os
|