Skip to content
New issue

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

エラーレポートの言語指定がregionタグの有無で増えてしまう #157

Closed
Azukimochi opened this issue Feb 6, 2024 · 2 comments · Fixed by #172
Closed

Comments

@Azukimochi
Copy link

現在のローカライゼーションでは言語タグの定義がなされておらず、ツールによって国タグ(region)が曖昧なため、"en"、"en-US"、"en-UK"などのゆらぎで言語選択メニューが増えてしまうので、国タグを削除しまとめるほうが見栄えがいいかもしれないです。
”日本語”, ”日本語(日本)" -> "日本語"

ツール間で統一も手間ですし、今後ゆらぎも増えるかもしれないので
(AAOでは次回1.7.0~ en-USにするそうです)

image

@anatawa12
Copy link
Contributor

少なくとも国タグの有無が混ざってる場合にはあるやつにないやつを混ぜるといいかもしれないと思いました

@bdunderscore
Copy link
Owner

zh-* を扱う場合は必須になるわけだし、国タグは考慮する予定です。とはいえ、あなたわさんの言う通り、指定がない場合は指定のあるタグすべてに充てるべきかなと考えています。

bdunderscore added a commit that referenced this issue Feb 18, 2024
Also: Remove uncultured language names from language switcher when a
cultured variant is found

Closes: #171
Closes: #157
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants