Skip to content

Commit

Permalink
chore: rename zh-cn to zh-hans
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Oct 14, 2024
1 parent 64a05b5 commit d574984
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Internal/Localization/Editor/AAOL10N.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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-hans.po"),
AssetDatabase.LoadAssetAtPath<LocalizationAsset>(localizationFolder + "zh-hant.po"),
};
});
Expand Down
2 changes: 1 addition & 1 deletion Localization/zh-cn.po → Localization/zh-hans.po
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Language: zh-cn\n"
"Language: zh-hans\n"

msgid "CheckForUpdate:out-of-date"
msgstr "Avatar Optimizer的新版本 {0} 已经发布!(您当前使用的版本是 {1})"
Expand Down
File renamed without changes.

0 comments on commit d574984

Please sign in to comment.