forked from virt-mirrors/Sit
added es_es
localizations by lacteada
This commit is contained in:
parent
9304c2e087
commit
112a19a1d3
2 changed files with 52 additions and 1 deletions
|
@ -135,7 +135,7 @@ public class config {
|
|||
Gson gson = new GsonBuilder().disableHtmlEscaping().create();
|
||||
file.write("# Sit! Config\n");
|
||||
file.write("\nversion="+defaults.version);
|
||||
file.write("\n# all available languages: en_us, ru_ru");
|
||||
file.write("\n# all available languages: en_us, ru_ru, es_es");
|
||||
file.write("\nlang=" + lang);
|
||||
file.write("\n\n# "+lang("general.keep_active.description"));
|
||||
file.write("\nkeep-active=" + keepActive);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue