locale: fix color code in german translation (#1684)

This fixes a broken color code for the "Spielerzeit" (playtime) text.

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
This commit is contained in:
Alexander Trost 2021-01-06 15:49:34 +01:00 committed by GitHub
parent 103649dcf5
commit aa492be01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -73,6 +73,7 @@ public class Contributors {
new Contributor("Karlatemp", CODE, LANG),
new Contributor("Mastory_Md5", LANG),
new Contributor("FluxCapacitor2", CODE)
new Contributor("galexrt", LANG),
};
int estimatedLength = contributors.length * 40 + 50;
StringBuilder html = new StringBuilder(estimatedLength);

View File

@ -96,7 +96,7 @@ Cmd Qinspect - Last Seen || §2Zuletzt gesehen: §f${0}
Cmd Qinspect - Longest Session || §2Längste Session: §f${0}
Cmd Qinspect - Mob Kills || §2Getötete Mobs: §f${0}
Cmd Qinspect - Player Kills || §2Getötete Spieler: §f${0}
Cmd Qinspect - Playtime || §Spielzeit: §f${0}
Cmd Qinspect - Playtime || §2Spielzeit: §f${0}
Cmd Qinspect - Registered || §2Registrierung: §f${0}
Cmd Qinspect - Times Kicked || §2Kicks: §f${0}
Cmd SUCCESS - Feature disabled || §a'${0}' wurde bis zum nächsten Reload des Plugins deaktiviert.