Skip to content

Commit e94fc1c

Browse files
authored
Update README.md
1 parent 0db9e5c commit e94fc1c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lang/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ Submit pull request and your translation may gets accepted.
1111

1212
### How to update language file?
1313

14-
When new strings are added or modified, version gets increased. Using selected language (set it in config file), execute `NiceHashQuickMiner.exe --language-dump`. This will dump your language file and make a console printout of missing strings. In production, missing strings are filled with English version of string. When existing strings are modified, it will be noted [here](/lang/UPDATES.md) which strings have been updated.
14+
When new strings are added or modified, version gets increased. Using selected language (set it in config file), execute:
15+
`NiceHashQuickMiner.exe --language-dump`
16+
17+
This will dump your language file and make a console printout of missing strings. In production, missing strings are filled with English version of string. When existing strings are modified, it will be noted [here](/lang/UPDATES.md) which strings have been updated.
1518

1619
Again, file must be valid JSON format (verify!) and UTF8 encoded.
1720

0 commit comments

Comments
 (0)