refactor: unused translations

This commit is contained in:
aro 2023-01-12 00:52:51 +01:00
parent 51d6f0f6af
commit 311ca5d423
3 changed files with 0 additions and 11 deletions

View file

@ -19,11 +19,6 @@ public record I18NDict(String key) {
} }
} }
public static class Plugin {
public static final I18NDict CUSTOM_LANGUAGE_RELOAD_SUCCESS = new I18NDict("admin.custom_language_reload_success");
public static final I18NDict CUSTOM_LANGUAGE_RELOAD_FAIL = new I18NDict("admin.custom_language_reload_fail");
}
public static class Error { public static class Error {
public static final I18NDict PLAYER_OFFLINE = new I18NDict("error.player_offline"); public static final I18NDict PLAYER_OFFLINE = new I18NDict("error.player_offline");
public static final I18NDict SKIN_FAIL_MOJANG = new I18NDict("error.couldnt_get_skin_from_mojang"); public static final I18NDict SKIN_FAIL_MOJANG = new I18NDict("error.couldnt_get_skin_from_mojang");

View file

@ -1,6 +1,3 @@
admin:
custom_language_reload_fail: "§cFailed to reload the custom language file!"
custom_language_reload_success: "§aReloaded custom language file."
error: error:
couldnt_get_name_from_mojang: "Failed to get username from Mojang" couldnt_get_name_from_mojang: "Failed to get username from Mojang"
couldnt_get_skin_from_cache: "Failed to get skin from cache" couldnt_get_skin_from_cache: "Failed to get skin from cache"

View file

@ -1,6 +1,3 @@
admin:
custom_language_reload_fail: "§cImpossible de recharger le fichier de langue !"
custom_language_reload_success: "§aFichier de langue rechargé."
error: error:
couldnt_get_name_from_mojang: "Impossible de récupérer le nom d'utilisateur depuis Mojang" couldnt_get_name_from_mojang: "Impossible de récupérer le nom d'utilisateur depuis Mojang"
couldnt_get_skin_from_cache: "Impossible de récupérer le skin depuis le cache" couldnt_get_skin_from_cache: "Impossible de récupérer le skin depuis le cache"