Merge pull request #1109 from N0tMyFaultOG/patch-1

Added missing language values
This commit is contained in:
Jesse Boyd 2018-09-14 00:58:48 +10:00 committed by GitHub
commit 406bc9c017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ public class Settings extends Config {
@Final
public String PLATFORM; // These values are set from FAWE before loading
@Comment({"Options: de, ru, tr",
@Comment({"Options: de, es, fr, nl, ru, tr",
"Create a PR to contribute a translation: https://github.com/boy0001/FastAsyncWorldedit/new/master/core/src/main/resources",})
public String LANGUAGE = "";
@Comment({"Enable or disable automatic updates",
@ -491,4 +491,4 @@ public class Settings extends Config {
}
return limit;
}
}
}