File tree Expand file tree Collapse file tree 4 files changed +293
-0
lines changed
com/esophose/playerparticles/manager Expand file tree Collapse file tree 4 files changed +293
-0
lines changed Original file line number Diff line number Diff line change @@ -374,9 +374,11 @@ private static YamlConfiguration configureLangFile(boolean resetLangFiles) {
374374 langFileName = PSetting .LANG_FILE .getString ();
375375 File targetLangFile = new File (pluginDataFolder .getAbsolutePath () + "/lang/" + langFileName );
376376
377+ // TODO: Move this somewhere else
377378 Set <String > defaultLangFileNames = new HashSet <String >();
378379 defaultLangFileNames .add ("en_US.lang" );
379380 defaultLangFileNames .add ("fr_FR.lang" );
381+ defaultLangFileNames .add ("vi_VN.lang" );
380382
381383 targetLangFile .getParentFile ().mkdir (); // Make sure the directory always exists
382384
Original file line number Diff line number Diff line change 88# * PLEASE MAKE YOUR OWN .lang FILE IF YOU WANT CUSTOM MESSAGES! #
99# * This file will be overridden almost every plugin update! #
1010# ================================================================ #
11+ # Translator: Esophose
1112
1213# Command Errors
1314command-error-no-effects: "&cYou must have access to effects to use this command!"
Original file line number Diff line number Diff line change 88# * PLEASE MAKE YOUR OWN .lang FILE IF YOU WANT CUSTOM MESSAGES! #
99# * This file will be overridden almost every plugin update! #
1010# ================================================================ #
11+ # Translator: maxime_n2
1112
1213# Command Errors
1314command-error-no-effects: "&cVous n avez pas la permission d utiliser cette commande."
You can’t perform that action at this time.
0 commit comments