Skip to content

Commit 3a95de9

Browse files
committed
Add vi_VN.lang translation
1 parent 7cc4fdc commit 3a95de9

File tree

4 files changed

+293
-0
lines changed

4 files changed

+293
-0
lines changed

src/com/esophose/playerparticles/manager/LangManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/lang/en_US.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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
1314
command-error-no-effects: "&cYou must have access to effects to use this command!"

src/lang/fr_FR.lang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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
1314
command-error-no-effects: "&cVous n avez pas la permission d utiliser cette commande."

0 commit comments

Comments
 (0)