We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#317 にて分岐した話題なので別Issueを作成します。
i18n 関連の処理で、現状では中国語が国コード(中華人民共和国)に基づく cn とされています。しかし、言語コードに基づくと zh が正しいです。
cn
zh
国別のローカライズ処理ではなく、言語の切り替えという仕様を鑑みると言語コードに揃える方が良いと思われます。(i18n系ライブラリ等は言語コードに準拠しているため、今後何か導入する場合に揃えておいた方が利便性が高そうです。)
ザッと見た限り以下のファイルが対象のようですが、もし他にも何か影響が及ぶ範囲はあるでしょうか。
preact/i18n/Switcher.tsx
assets/i18n/resource.json
The text was updated successfully, but these errors were encountered:
#333 で対応されたようです。
Sorry, something went wrong.
#333 確認しました。ありがとうございます! こちらcloseしますね
No branches or pull requests
要望・提案を思いついた経緯
#317 にて分岐した話題なので別Issueを作成します。
i18n 関連の処理で、現状では中国語が国コード(中華人民共和国)に基づく
cn
とされています。しかし、言語コードに基づくとzh
が正しいです。要望・提案の内容
国別のローカライズ処理ではなく、言語の切り替えという仕様を鑑みると言語コードに揃える方が良いと思われます。(i18n系ライブラリ等は言語コードに準拠しているため、今後何か導入する場合に揃えておいた方が利便性が高そうです。)
ザッと見た限り以下のファイルが対象のようですが、もし他にも何か影響が及ぶ範囲はあるでしょうか。
preact/i18n/Switcher.tsx
assets/i18n/resource.json
The text was updated successfully, but these errors were encountered: