lib/locales/README.md in pagy-2.1.4 vs lib/locales/README.md in pagy-2.1.5
- old
+ new
@@ -4,12 +4,12 @@
If you are using pagy with some language missing from the dictionary files, please, submit your translation!
The `pagy.info.single_page`, `pagy.info.item_name` and `pagy.items` keys of the yaml file are pluralized according to the plural rules of the language.
-If you are going to submit a dictionary, please check wether the pluralization type of your language exists in the [plurals.rb](https://github.com/ddnexus/pagy/blob/master/lib/locales/plurals.rb) file. If it is missing, please, report it. Thanks.
+If you are going to submit a dictionary, please check wether the pluralization type of your language exists in the [lib/locales/utils/p11n.rb](utils/p11n.rb) file. If it is missing, please, report it. Thanks.
### Useful Links
* [Pagy I18n Documentation](https://ddnexus.github.io/pagy/api/frontend#i18n)
-* [i18n extra](https://ddnexus.github.io/pagy/extra/i18n)
+* [I18n Extra](https://ddnexus.github.io/pagy/extras/i18n)