#1467 Rearrange old keys migration so no entries get lost

- 'error' was an old entry but now we have multiple entries under 'error' (which is now a section), so we need to ensure that we migrate the old 'error' entry before the migration sets anything under that path
This commit is contained in:
ljacqu
2018-02-02 18:53:08 +01:00
parent f44353ed4c
commit 1d6d9eb764
34 changed files with 154 additions and 105 deletions
+3 -3
View File
@@ -20,7 +20,7 @@ password:
login:
command_usage: '&cUsage: /login <password>'
wrong_password: '&cPassword salah!'
# TODO success: '&2Successful login!'
success: '&2Login berhasil!'
login_request: '&cSilahkan login menggunakan command "/login <password>"'
timeout_error: '&4Jangka waktu login telah habis, kamu di keluarkan dari server. Silahkan coba lagi!'
@@ -31,7 +31,7 @@ error:
unregistered_user: '&cUser ini belum terdaftar!'
not_logged_in: '&cKamu belum login!'
no_permission: '&4Kamu tidak mempunyai izin melakukan ini!'
# TODO unexpected_error: '&4An unexpected error occurred, please contact an administrator!'
unexpected_error: '&4Terjadi kesalahan tak dikenal, silahkan hubungi Administrator!'
max_registration: '&Kamu telah mencapai batas maksimum pendaftaran di server ini!'
logged_in: '&cKamu telah login!'
kick_for_vip: '&3Player VIP mencoba masuk pada saat server sedang penuh!'
@@ -133,4 +133,4 @@ time:
# TODO hour: 'hour'
# TODO hours: 'hours'
# TODO day: 'day'
# TODO days: 'days'
# TODO days: 'days'