Added missing language values

This commit is contained in:
NotMyFault 2018-09-02 21:52:19 +02:00 committed by GitHub
parent 57a977e148
commit 175bafdffb
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",
@ -492,4 +492,4 @@ public class Settings extends Config {
}
return limit;
}
}
}