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
ディストリビューションパッケージなどで国際化に耐え得るよう、 まだコード内で全角スペースベタ打ちになってるところなどをlocale設定に移動していく。
ただ、英語をデフォルトにして日本語を利用するのに いちいち日本語リソース設定をしないといけないという方向にはしたくない。
RTLサポート(アラビア語とか)は現状考えない。
The text was updated successfully, but these errors were encountered:
ちょっと脱線ですが、language設定がlocale.ymlとconfig.ymlとにあるようなので、どちらかにまとめるのが良さそうです。
Sorry, something went wrong.
lib/review/topbuilder.rb, lib/review/latexutils.rb, lib/review/i18n.rb 辺りが厳しそうですね…
No branches or pull requests
ディストリビューションパッケージなどで国際化に耐え得るよう、
まだコード内で全角スペースベタ打ちになってるところなどをlocale設定に移動していく。
ただ、英語をデフォルトにして日本語を利用するのに
いちいち日本語リソース設定をしないといけないという方向にはしたくない。
RTLサポート(アラビア語とか)は現状考えない。
The text was updated successfully, but these errors were encountered: