Skip to content

Commit 795ac10

Browse files
committed
Merge branch 'main' of github.com:Muchaszewski/DSP_TranslationMod into main
2 parents d478715 + 43e0246 commit 795ac10

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,17 @@ You can find [translations at Crowdin](https://crowdin.com/translate/dyson-spher
4646

4747
### Translation file structure:
4848
```
49-
{
49+
{ #CROWDIN
50+
"点击鼠标建造_1": "Click to build",
51+
"无法在此建造_2": "Cannot build here",
52+
"{NAME}_{ID}: "{TRANSLATION}",
53+
(...)
54+
}
55+
```
56+
57+
58+
```
59+
{ #LEGACY
5060
"TranslationTable": [
5161
{
5262
"IsValid": true, # Does translation exists in the game
@@ -65,7 +75,9 @@ You can find [translations at Crowdin](https://crowdin.com/translate/dyson-spher
6575
{
6676
"Version": "0.1.0.0", # Plugin version
6777
"GameVersion": "0.6.15.5678", # Game version
78+
"OriginalLanguage": "ENUS", # Language in which empty new translation files will be generated, possible values: "ENUS", "FRFR", "ZHCN"
6879
"LanguageDisplayName": "Polish", # Language display name in the game
80+
"ImportFromLegacy": false, # Generate Legacy json format (defualt is Crowdin format)
6981
"CreateAndUpdateFromPlainTextDumpUnsafe": true # Should create and import dump file (more below)
7082
}
7183
```

0 commit comments

Comments
 (0)