Skip to content

Commit

Permalink
Merge pull request #11798 from uckelman/add_zh_translation
Browse files Browse the repository at this point in the history
Added Chinese translation
  • Loading branch information
uckelman authored Nov 28, 2022
2 parents 6e41893 + d03db8e commit 0190a96
Show file tree
Hide file tree
Showing 2 changed files with 668 additions and 0 deletions.
1 change: 1 addition & 0 deletions vassal-app/src/main/java/VASSAL/i18n/Resources.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class Resources {
protected final List<Locale> supportedLocales =
new ArrayList<>(Arrays.asList(
Locale.ENGLISH,
new Locale("zh"), // Chinese //$NON-NLS-1$
new Locale("nl"), // Dutch //$NON-NLS-1$
Locale.FRENCH,
Locale.GERMAN,
Expand Down
Loading

0 comments on commit 0190a96

Please sign in to comment.