Skip to content

Commit

Permalink
Rework eng locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Oct 3, 2021
1 parent 9b0b590 commit f326fde
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 311 deletions.
3 changes: 0 additions & 3 deletions src/main/java/world/bentobox/biomes/panels/CommonPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ protected String generateBiomesDescription(BiomesObject biome, @Nullable User ta
{
final String reference = Constants.DESCRIPTIONS + "biomes.";

// case REQUIRED_MONEY:
// case REQUIRED_LEVEL:

// Get description from custom translations
String description = this.user.getTranslationOrNothing(
"biomes.custom-biome." + biome.getUniqueId() + ".description");
Expand Down

0 comments on commit f326fde

Please sign in to comment.