diff --git a/lib/locales/README.md b/lib/locales/README.md index c0e9f3d4e..b31598a6f 100644 --- a/lib/locales/README.md +++ b/lib/locales/README.md @@ -6,10 +6,10 @@ If you are using pagy with some language missing from the dictionary files, plea 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)