Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #259 from SpigotMC/master
Browse files Browse the repository at this point in the history
Merge Upstream 1.14.3
  • Loading branch information
John authored Jul 2, 2019
2 parents a53be5e + 941d7f7 commit 6824464
Show file tree
Hide file tree
Showing 5 changed files with 4,338 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ public final class TranslationRegistry
{
}

try
{
INSTANCE.addProvider( new JsonProvider( "/mojang-translations/en_us.json" ) );
} catch ( Exception ex )
{
}

try
{
INSTANCE.addProvider( new ResourceBundleProvider( "mojang-translations/en_US" ) );
Expand Down
Loading

0 comments on commit 6824464

Please sign in to comment.