add locales

This commit is contained in:
okx-code
2018-11-27 17:14:11 +00:00
parent c90dccee0d
commit 861644566d
8 changed files with 313 additions and 548 deletions
+7 -1
View File
@@ -1,5 +1,11 @@
# this is used for letting you know that you need to update/change your config file
version: 2
version: 3
# the ISO-639-1 locale to use for messages
# all messages can be customised but this allows you to
# choose messages that are already translated
# locales can be found in the locale/ folder
locale: en
# interval (in minutes) to check to autorankup players
# ranking up manually wil always be enabled
@@ -56,8 +56,8 @@ prestige:
header: ""
footer: ""
cooldown:
singular: "&cYou must wait {SECONDS_LEFT} second to prestige again."
plural: "&cYou must wait {SECONDS_LEFT} more seconds to prestige again."
singular: "&cYou must wait {SECONDS_LEFT} second to prestige again."
plural: "&cYou must wait {SECONDS_LEFT} more seconds to prestige again."
not-high-enough: "&cYou cannot prestige at your rank!"
not-in-ladder: "&cSorry, but we could not find any rankups for the group(s) you are in."
+1 -1
View File
@@ -1,5 +1,5 @@
name: Rankup
version: 3.3.1
version: 3.3.2-beta
main: sh.okx.rankup.Rankup
author: Okx
depend: [Vault]