README.md in rails-i18n-0.7.0 vs README.md in rails-i18n-0.7.1
- old
+ new
@@ -53,16 +53,16 @@
> tl, tr, uk, uz, vi, wo, zh-CN, zh-TW
Following locales are complete:
> az, bg, bs, ca, csb, da, de, de-AT, de-CH, el, en-AU, en-CA, en-GB, en-IN, en-US, eo, es, es-AR, es-CL, es-CO, es-419, es-MX, es-VE, et,
-> eu, fa, fi, fr, fr-CA, fr-CH, fur, gsw-CH, he, hi, hi-IN, hr, hu, is, it, ja, kn, ko, lv, mn, nb, ne
-> nl, pt-BR, pt-PT, ru, sk, sv-SE, sw, th, tl, uk, vi, wo, zh-CN, zh-TW
+> eu, fa, fi, fr, fr-CA, fr-CH, fur, gsw-CH, he, hi, hi-IN, hr, hu, is, it, ja, kn, ko, lv, mk, mn, nb, ne
+> nl, pt-BR, pt-PT, ru, sk, sr, scr, sv-SE, sw, th, tl, uk, vi, wo, zh-CN, zh-TW
Following locales have some missing translations or pluralizations:
-> ar, bn-IN, cs, cy, dsb, es-PE, gl-ES, hsb, id, lo, lt, mk, nn, pl, rm, ro, sl, sr, scr
+> ar, bn-IN, cs, cy, dsb, es-PE, gl-ES, hsb, id, lo, lt, nn, pl, rm, ro, sl
We always welcome your contributions!
## How to contribute
@@ -93,11 +93,11 @@
rake spec
Make sure you have included all translations with:
- rake i18n-spec:completeness rails/locale/en-US.yml rails/locale/YOUR_NEW_LOCALE.yml
+ rake i18n-spec:completeness rails/locale/en.yml rails/locale/YOUR_NEW_LOCALE.yml
You can list all complete locales:
thor locales:complete
@@ -118,9 +118,11 @@
## See also
* [devise-i18n](https://github.com/tigrish/devise-i18n)
* [will-paginate-i18n](https://github.com/tigrish/will-paginate-i18n)
* [i18n-country-translation](https://github.com/onomojo/i18n-country-translations) for translations of country names
+* [i18n-spec](https://github.com/tigrish/i18n-spec) for RSpec matchers to test your locale files
+* [iso](https://github.com/tigrish/iso) for the list of valid language/region codes and their translations
## License
[MIT](https://github.com/svenfuchs/rails-i18n/blob/master/MIT-LICENSE.txt)