Skip to content

Commit

Permalink
Renamed pt-br language to match crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
sarhatabaot committed Jun 9, 2022
1 parent e38d170 commit 432a74c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public ShopLanguageConfigFile getActiveShopFile() {
@Contract(pure = true)
//TODO We need to get this automatically... Perhaps a json file we can update using crowdin or something
private @Unmodifiable List<String> getSupportedLanguages() {
return List.of("en","he","pt_BR");
return List.of("en","he","pt-br");
}

public String getPrefix() {
Expand Down
52 changes: 0 additions & 52 deletions src/main/resources/languages/pt_BR/localization.yml

This file was deleted.

49 changes: 0 additions & 49 deletions src/main/resources/languages/pt_BR/shop.yml

This file was deleted.

0 comments on commit 432a74c

Please sign in to comment.