Skip to content

Commit

Permalink
Plural Correction in YAML files (#9932)
Browse files Browse the repository at this point in the history
Co-authored-by: imajit <ajit.171it233@nitk.edu.in>
  • Loading branch information
imajit and imajit authored Jul 21, 2021
1 parent 2cfabd5 commit e180447
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
38 changes: 32 additions & 6 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,13 @@ en:
not_a_number: is not a number
not_an_integer: must be an integer
odd: must be odd
other_than: must be other than %{count}
other_than:
zero: must be other than %{count}
one: must be other than %{count}
two: must be other than %{count}
few: must be other than %{count}
many: must be other than %{count}
other: must be other than %{count}
present: must be blank
required: must exist
taken: has already been taken
Expand Down Expand Up @@ -1240,11 +1246,31 @@ en:
decimal_units:
format: "%n %u"
units:
billion: Billion
million: Million
quadrillion: Quadrillion
thousand: Thousand
trillion: Trillion
billion:
one: Billion
few: Billion
many: Billion
other: Billion
million:
one: Million
few: Million
many: Million
other: Million
quadrillion:
one: Quadrillion
few: Quadrillion
many: Quadrillion
other: Quadrillion
thousand:
one: Thousand
few: Thousand
many: Thousand
other: Thousand
trillion:
one: Trillion
few: Trillion
many: Trillion
other: Trillion
unit: ''
format:
delimiter: ''
Expand Down
12 changes: 9 additions & 3 deletions config/locales/hi-IN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,15 @@ hi-IN:
not_an_integer: एक पूर्णांक होना चाहिए
odd: विषम होना चाहिए
taken: पहले ही ले लिया गया है
too_long: बहुत लंबा है (अधिकतम %{count} अक्षरों है)
too_short: बहुत छोटा है (न्यूनतम %{count} अक्षरों है)
wrong_length: गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)
too_long:
one: ""
other: बहुत लंबा है (अधिकतम %{count} अक्षरों है)
too_short:
one: ""
other: बहुत छोटा है (न्यूनतम %{count} अक्षरों है)
wrong_length:
one: ""
other: गलत लंबाई है (%{count} वर्ण वाले होने चाहिए)
template:
body: 'वहाँ निम्नलिखित क्षेत्रों के साथ समस्याओं रहे थे:'
header:
Expand Down

0 comments on commit e180447

Please sign in to comment.