mirror of
https://github.com/Shiewk/SModeration.git
synced 2026-04-28 05:54:16 +02:00
Fix hardcoded page switching strings; add German translations
This commit is contained in:
@@ -55,7 +55,8 @@ public final class SModerationPaper extends JavaPlugin {
|
||||
createMiniMessage(),
|
||||
"smoderation/translations/",
|
||||
new Locale[] {
|
||||
Locale.forLanguageTag("en-US")
|
||||
Locale.forLanguageTag("en-US"),
|
||||
Locale.forLanguageTag("de-DE")
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user