-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
212 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
src/main/java/org/meeuw/i18n/languages/DisplayNames_en.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.meeuw.i18n.languages; | ||
|
||
/** | ||
* All {@link ISO_639_Code#refName()} as a {@link java.util.ResourceBundle}. | ||
* The default tab-files of ISO-636 provide the names of all language in english. | ||
* This is the fallback for if a {@link java.util.PropertyResourceBundle} for given {@link java.util.Locale} is missing. | ||
* @since 3.5 | ||
*/ | ||
public class DisplayNames_en extends DisplayNames { | ||
|
||
} |
Oops, something went wrong.