-
Notifications
You must be signed in to change notification settings - Fork 215
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
部番号にローマ数字を使えるようにしたい #519
Milestone
Comments
i18nに入れるですかねえ |
そうか、いちお今でもROMANはありますね。少し考えてみます。 |
てか、もう入れてますね |
はい、ただ全角文字のほうでないとちょっと不便だったりするのと、あとこの先漢字の必要性がありそうなのでそのあたりを追加します。 |
を追加していますが、%pXのXは何かスタンダードなのはありますかね…。漢数字はJでいいと思うのですが。 |
なるほど全角! |
2文字許容にして、%pAW、%pRW、%pJとしたほうがいいかもと思い始めました。 |
%pRJ、%pAJは入れないとダメそうですねえ |
あ、小文字もか。Jがついたりらつかなかったり。 |
#520 で作ってみました、どうでしょう。 |
あ、かぶりましたw #521 |
よさそうです |
マージしました |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
わりとよくあるので(今は必死に後加工)。
数を設定する汎用的な仕組みが必要かも。
The text was updated successfully, but these errors were encountered: