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
thor locale:complete does not list complete locales correctly thor local:incomplete incorrectly lists complete locales as incomplete
Logically en.yml which is the original from rails should always be complete.
gerald@gerald-VirtualBox:~/code/rails-i18n$ thor locales:complete gerald@gerald-VirtualBox:~/code/rails-i18n$ thor locales:incomplete af, ar, az, be, bg, bn, bs, ca, cs, cy, da, de, de-AT, de-CH, el, en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ, en-US, en-ZA, eo, es, es-419, es-AR, es-CL, es-CO, es-CR, es-EC, es-MX, es-PA, es-PE, es-US, es-VE, et, eu, fa, fi, fr, fr-CA, fr-CH, gl, he, hi, hi-IN, hr, hu, id, is, it, it-CH, ja, km, kn, ko, lb, lo, lt, lv, mk, mn, mr-IN, ms, nb, ne, nl, nn, or, pl, pt, pt-BR, rm, ro, ru, sk, sl, sr, sv, sw, ta, th, tl, tr, tt, ug, uk, ur, uz, vi, wo, zh-CN, zh-HK, zh-TW, zh-YUE gerald@gerald-VirtualBox:~/code/rails-i18n$ i18n-tasks missing en Missing translations (0) | i18n-tasks v0.3.9 Good job! No translations missing! gerald@gerald-VirtualBox:~/code/rails-i18n$ i18n-tasks missing es Missing translations (0) | i18n-tasks v0.3.9 Good job! No translations missing! gerald@gerald-VirtualBox:~/code/rails-i18n$
This is the same bug as #546 - hopefully this ticket makes the problem clearer
The text was updated successfully, but these errors were encountered:
Is it broken? I have this issue as well, I think. carmen-ruby/carmen-rails#13 (comment)
Sorry, something went wrong.
Fixed by #1087.
kuroda
No branches or pull requests
thor locale:complete does not list complete locales correctly
thor local:incomplete incorrectly lists complete locales as incomplete
Logically en.yml which is the original from rails should always be complete.
This is the same bug as #546 - hopefully this ticket makes the problem clearer
The text was updated successfully, but these errors were encountered: