Skip to content

Commit 432a74c

Browse files
committed
Renamed pt-br language to match crowdin
1 parent e38d170 commit 432a74c

3 files changed

Lines changed: 1 addition & 102 deletions

File tree

src/main/java/me/tychsen/enchantgui/localization/LocalizationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public ShopLanguageConfigFile getActiveShopFile() {
6666
@Contract(pure = true)
6767
//TODO We need to get this automatically... Perhaps a json file we can update using crowdin or something
6868
private @Unmodifiable List<String> getSupportedLanguages() {
69-
return List.of("en","he","pt_BR");
69+
return List.of("en","he","pt-br");
7070
}
7171

7272
public String getPrefix() {

src/main/resources/languages/pt_BR/localization.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

src/main/resources/languages/pt_BR/shop.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)