rails-i18n
rails-i18n copied to clipboard
Problem Counting Locales
The README lists 109 available locales.
Counting the incomplete locales returned by thor locales:incomplete
using #1010 returns 116 incomplete locales.
See also #577
$ tree rails/locale
...
1 directory, 122 files
Indicating we have 122 locale.yml files
$ ls -F rails/locale |grep -v / | wc -l
116
Using #1012
$thor locales:count_all
116
$tree rails/pluralization
0 directories, 151 files
We have locales like yo (Yoruba) that have pluralization rules but no locale file.
The orphaned pluralizations are not all the same. For example the pluralization rules specified for yo (Yoruba) and wa (Walloon) are not the same.
They however come from the same commit 392c65f on Jan 29, 2012