Skip to content

Commit

Permalink
Merge pull request #1102 from vrc-community-assets-tc-translators/zh-…
Browse files Browse the repository at this point in the history
…hant

feat(lang): add support for Traditional Chinese
  • Loading branch information
anatawa12 authored Jun 28, 2024
2 parents 090cc06 + 2e8ecfa commit e70328f
Show file tree
Hide file tree
Showing 5 changed files with 703 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-PRERELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- Add Traditional Chinese [`#1102`](https://github.com/anatawa12/AvatarOptimizer/pull/1102)

### Changed

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog].

## [Unreleased]
### Added
- Add Traditional Chinese [`#1102`](https://github.com/anatawa12/AvatarOptimizer/pull/1102)

### Changed

Expand Down
1 change: 1 addition & 0 deletions Internal/Localization/Editor/AAOL10N.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public static class AAOL10N
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(localizationFolder + "en-us.po"),
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(localizationFolder + "ja-jp.po"),
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(localizationFolder + "zh-cn.po"),
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(localizationFolder + "zh-hant.po"),
};
});

Expand Down
Loading

0 comments on commit e70328f

Please sign in to comment.