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
現状がどういう基準でソートされているのか意図が組めていないので 的外れかもしれませんが、 せめて無改造、改、改二などの艦名の変わらない艦はひとまとめに並ぶように できませんでしょうか。 たとえば 現状 ...... 118 Z1 119 Z3 120 Prinz Eugen 121 Z1 zwei 122 Z3 zwei ..... 310 Z1改 311 Z3改 ....... というように並びますが、 x+0 Z1 x+1 Z1 zwei x+2 Z1改 x+3 Z3 x+4 Z3 zwei x+5 Z3改 ..... というように一緒に出てほしいです
The text was updated successfully, but these errors were encountered:
No branches or pull requests
現状がどういう基準でソートされているのか意図が組めていないので
的外れかもしれませんが、
せめて無改造、改、改二などの艦名の変わらない艦はひとまとめに並ぶように
できませんでしょうか。
たとえば
現状
......
118 Z1
119 Z3
120 Prinz Eugen
121 Z1 zwei
122 Z3 zwei
.....
310 Z1改
311 Z3改
.......
というように並びますが、
x+0 Z1
x+1 Z1 zwei
x+2 Z1改
x+3 Z3
x+4 Z3 zwei
x+5 Z3改
.....
というように一緒に出てほしいです
The text was updated successfully, but these errors were encountered: