Skip to content

Commit

Permalink
also extract bulgarian lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
weaondara committed Jul 24, 2019
1 parent 529fa75 commit a9ae1fd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -22,6 +22,7 @@ public class FileExtractor
}
ALL_FILES.put("lang/EN-gb.yml", BungeePerms.getInstance().getPlugin().getPluginFolderPath() + "/lang/EN-gb.yml");
ALL_FILES.put("lang/DE-de.yml", BungeePerms.getInstance().getPlugin().getPluginFolderPath() + "/lang/DE-de.yml");
ALL_FILES.put("lang/BG-de.yml", BungeePerms.getInstance().getPlugin().getPluginFolderPath() + "/lang/BG-de.yml");
}

public static void extractAll()
Expand Down

0 comments on commit a9ae1fd

Please sign in to comment.