Skip to content

Commit

Permalink
Added auto-creation of german file
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jan 4, 2022
1 parent c17cb28 commit f4d70e7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -734,6 +734,7 @@ public static void reload() {
File langFolder = new File(plugin.getDataFolder(), "lang");

if (!langFolder.exists()) {
plugin.saveResource("lang/de-DE.yml", false);
plugin.saveResource("lang/en-US.yml", false);
plugin.saveResource("lang/es-ES.yml", false);
plugin.saveResource("lang/fr-FR.yml", false);
Expand Down

0 comments on commit f4d70e7

Please sign in to comment.