#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: '&cBenutze: /login <passwort>'
wrong_password: '&cFalsches Passwort'
# TODO success: '&2Successful login!'
success: '&2Successful login!'
login_request: '&cBitte logge dich ein mit "/login <passwort>"'
timeout_error: '&4Zeitüberschreitung beim Login'
@@ -31,7 +31,7 @@ error:
unregistered_user: '&cBenutzername nicht registriert!'
not_logged_in: '&cNicht eingeloggt!'
no_permission: '&4Du hast keine Rechte, um diese Aktion auszuführen!'
# TODO unexpected_error: '&4An unexpected error occurred, please contact an administrator!'
unexpected_error: '&4Ein Fehler ist aufgetreten. Bitte kontaktiere einen Administrator.'
max_registration: '&cDu hast die maximale Anzahl an Accounts erreicht (%reg_count/%max_acc %reg_names).'
logged_in: '&cBereits eingeloggt!'
kick_for_vip: '&3Ein VIP-Spieler hat den vollen Server betreten!'
@@ -133,4 +133,4 @@ time:
hour: 'Stunde'
hours: 'Stunden'
day: 'Tag'
days: 'Tage'
days: 'Tage'