Skip to content

Commit

Permalink
Add / remove pluralization keys for each language
Browse files Browse the repository at this point in the history
Missing keys autogenerated in the last commit didn't have appropriate
pluralization keys for each language as they were simply copied from the
base locale (en) - `one` & `other`. This commit adds or removes keys
specific to the locale. Work to define each language's pluralization
keys was done prior [1] [2] and so we could just copy the rules per set
added.

[1]: 2a81e71
[2]: 16fd6f6
  • Loading branch information
1pretz1 committed May 12, 2021
1 parent 558b581 commit a461457
Show file tree
Hide file tree
Showing 21 changed files with 621 additions and 290 deletions.
113 changes: 113 additions & 0 deletions config/locales/ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ ar:
updated: تحديث
schema_name:
aaib_report:
few:
many:
one:
other:
two:
zero:
announcement:
few:
many:
Expand All @@ -35,8 +39,12 @@ ar:
two:
zero:
asylum_support_decision:
few:
many:
one:
other:
two:
zero:
authored_article:
few:
many:
Expand All @@ -45,8 +53,12 @@ ar:
two:
zero:
business_finance_support_scheme:
few:
many:
one:
other:
two:
zero:
case_study:
few:
many:
Expand All @@ -62,11 +74,19 @@ ar:
two:
zero:
cma_case:
few:
many:
one:
other:
two:
zero:
coming_soon:
few:
many:
one:
other:
two:
zero:
consultation:
few:
many:
Expand All @@ -82,8 +102,12 @@ ar:
two:
zero:
corporate_information_page:
few:
many:
one:
other:
two:
zero:
corporate_report:
few:
many:
Expand All @@ -99,8 +123,12 @@ ar:
two:
zero:
countryside_stewardship_grant:
few:
many:
one:
other:
two:
zero:
decision:
few:
many:
Expand All @@ -116,8 +144,12 @@ ar:
two:
zero:
dfid_research_output:
few:
many:
one:
other:
two:
zero:
document_collection:
few:
many:
Expand All @@ -133,17 +165,33 @@ ar:
two:
zero:
drug_safety_update:
few:
many:
one:
other:
two:
zero:
employment_appeal_tribunal_decision:
few:
many:
one:
other:
two:
zero:
employment_tribunal_decision:
few:
many:
one:
other:
two:
zero:
esi_fund:
few:
many:
one:
other:
two:
zero:
fatality_notice:
few:
many:
Expand Down Expand Up @@ -201,8 +249,12 @@ ar:
two:
zero:
international_development_fund:
few:
many:
one:
other:
two:
zero:
international_treaty:
few:
many:
Expand All @@ -211,8 +263,12 @@ ar:
two:
zero:
maib_report:
few:
many:
one:
other:
two:
zero:
map:
few:
many:
Expand All @@ -221,11 +277,19 @@ ar:
two:
zero:
medical_safety_alert:
few:
many:
one:
other:
two:
zero:
national:
few:
many:
one:
other:
two:
zero:
national_statistics:
few:
many:
Expand All @@ -234,8 +298,12 @@ ar:
two:
zero:
national_statistics_announcement:
few:
many:
one:
other:
two:
zero:
news_article:
few:
many:
Expand All @@ -258,8 +326,12 @@ ar:
two:
zero:
official:
few:
many:
one:
other:
two:
zero:
official_statistics:
few:
many:
Expand All @@ -268,8 +340,12 @@ ar:
two:
zero:
official_statistics_announcement:
few:
many:
one:
other:
two:
zero:
open_consultation:
few:
many:
Expand Down Expand Up @@ -320,8 +396,12 @@ ar:
two:
zero:
raib_report:
few:
many:
one:
other:
two:
zero:
regulation:
few:
many:
Expand All @@ -337,14 +417,26 @@ ar:
two:
zero:
residential_property_tribunal_decision:
few:
many:
one:
other:
two:
zero:
service_sign_in:
few:
many:
one:
other:
two:
zero:
service_standard_report:
few:
many:
one:
other:
two:
zero:
speaking_notes:
few:
many:
Expand All @@ -365,6 +457,7 @@ ar:
one:
other:
two:
zero:
statement_to_parliament:
few:
many:
Expand All @@ -380,8 +473,12 @@ ar:
two:
zero:
statistics_announcement:
few:
many:
one:
other:
two:
zero:
statutory_guidance:
few:
many:
Expand All @@ -390,11 +487,19 @@ ar:
two:
zero:
take_part:
few:
many:
one:
other:
two:
zero:
tax_tribunal_decision:
few:
many:
one:
other:
two:
zero:
transcript:
few:
many:
Expand All @@ -410,8 +515,12 @@ ar:
two:
zero:
utaac_decision:
few:
many:
one:
other:
two:
zero:
world_location_news_article:
few:
many:
Expand All @@ -420,8 +529,12 @@ ar:
two:
zero:
world_news_story:
few:
many:
one:
other:
two:
zero:
written_statement:
few:
many:
Expand Down
Loading

0 comments on commit a461457

Please sign in to comment.