From 7b26eea6169bff919be07cd45e8ed669194554a5 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Thu, 5 Dec 2024 08:58:45 +1100 Subject: [PATCH] Chore: add reminder to edit i18n_locales_test.rb when ta.yml / sw.yml files are fixed Why? * Because the test has a special condition which skips ta.yml and sw.yml. Once the required keys are added to the .yml files, we would not want to skip those tests! --- gem/locales/sw.yml | 2 ++ gem/locales/ta.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gem/locales/sw.yml b/gem/locales/sw.yml index 8d5135e45..6c2d90822 100644 --- a/gem/locales/sw.yml +++ b/gem/locales/sw.yml @@ -3,6 +3,8 @@ sw: pagy: # please add a comment in the https://github.com/ddnexus/pagy/issues/603 # posting the translation of the following "Page"/"Pages" with the plurals for this locale + # Please change the final test in 18n_loacles_test.rb to remove the sw.yml exclusion + # after you make these changes. aria_label: nav: "Pages" # one: "" diff --git a/gem/locales/ta.yml b/gem/locales/ta.yml index 7992c183f..bf65648ed 100644 --- a/gem/locales/ta.yml +++ b/gem/locales/ta.yml @@ -4,6 +4,8 @@ ta: aria_label: # please add a comment in the https://github.com/ddnexus/pagy/issues/604 # posting the translation of the following "Page"/"Pages" with the plurals for this locale + # Please change the final test in 18n_loacles_test.rb to remove the ta.yml exclusion + # after you make these changes. nav: "Pages" # one: "" # other: ""