Skip to content

Commit

Permalink
Merge pull request #207 from mondeja/fix-203
Browse files Browse the repository at this point in the history
Add gender support for ordinals
  • Loading branch information
hugovk authored May 29, 2021
2 parents b86bfda + 3c30cf5 commit 4bef4f2
Show file tree
Hide file tree
Showing 22 changed files with 1,887 additions and 856 deletions.
132 changes: 91 additions & 41 deletions src/humanize/locale/ca_ES/LC_MESSAGES/humanize.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: humanize\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-04-30 22:34+0200\n"
"POT-Creation-Date: 2021-05-04 23:15+0200\n"
"PO-Revision-Date: 2021-04-09 19:57+0200\n"
"Last-Translator: Jordi Mas i Hernàndez <[email protected]>\n"
"Language-Team: Catalan\n"
Expand All @@ -17,165 +17,215 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n!=1;\n"
"X-Generator: Poedit 2.4.1\n"

#: src/humanize/number.py:56
msgctxt "0"
msgid "th"
msgstr "º"

#: src/humanize/number.py:57
msgctxt "1"
msgid "st"
msgctxt "0 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:58
msgctxt "2"
msgid "nd"
msgctxt "1 (male)"
msgid "st"
msgstr "º"

#: src/humanize/number.py:59
msgctxt "3"
msgid "rd"
msgctxt "2 (male)"
msgid "nd"
msgstr "º"

#: src/humanize/number.py:60
msgctxt "4"
msgid "th"
msgctxt "3 (male)"
msgid "rd"
msgstr "º"

#: src/humanize/number.py:61
msgctxt "5"
msgctxt "4 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:62
msgctxt "6"
msgctxt "5 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:63
msgctxt "7"
msgctxt "6 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:64
msgctxt "8"
msgctxt "7 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:65
msgctxt "9"
msgctxt "8 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:66
msgctxt "9 (male)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:70
msgctxt "0 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:71
msgctxt "1 (female)"
msgid "st"
msgstr "º"

#: src/humanize/number.py:72
msgctxt "2 (female)"
msgid "nd"
msgstr "º"

#: src/humanize/number.py:73
msgctxt "3 (female)"
msgid "rd"
msgstr "º"

#: src/humanize/number.py:74
msgctxt "4 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:75
msgctxt "5 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:76
msgctxt "6 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:77
msgctxt "7 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:78
msgctxt "8 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:79
msgctxt "9 (female)"
msgid "th"
msgstr "º"

#: src/humanize/number.py:126
#: src/humanize/number.py:140
msgid "thousand"
msgid_plural "thousand"
msgstr[0] ""
msgstr[1] ""

#: src/humanize/number.py:127
#: src/humanize/number.py:141
msgid "million"
msgid_plural "million"
msgstr[0] "milió"
msgstr[1] "milió"

#: src/humanize/number.py:128
#: src/humanize/number.py:142
msgid "billion"
msgid_plural "billion"
msgstr[0] "mil milions"
msgstr[1] "mil milions"

#: src/humanize/number.py:129
#: src/humanize/number.py:143
msgid "trillion"
msgid_plural "trillion"
msgstr[0] "bilions"
msgstr[1] "bilions"

#: src/humanize/number.py:130
#: src/humanize/number.py:144
msgid "quadrillion"
msgid_plural "quadrillion"
msgstr[0] "quadrilió"
msgstr[1] "quadrilió"

#: src/humanize/number.py:131
#: src/humanize/number.py:145
msgid "quintillion"
msgid_plural "quintillion"
msgstr[0] "quintillió"
msgstr[1] "quintillió"

#: src/humanize/number.py:132
#: src/humanize/number.py:146
msgid "sextillion"
msgid_plural "sextillion"
msgstr[0] "sextilió"
msgstr[1] "sextilió"

#: src/humanize/number.py:133
#: src/humanize/number.py:147
msgid "septillion"
msgid_plural "septillion"
msgstr[0] "septilió"
msgstr[1] "septilió"

#: src/humanize/number.py:134
#: src/humanize/number.py:148
msgid "octillion"
msgid_plural "octillion"
msgstr[0] "octilió"
msgstr[1] "octilió"

#: src/humanize/number.py:135
#: src/humanize/number.py:149
msgid "nonillion"
msgid_plural "nonillion"
msgstr[0] "nonilió"
msgstr[1] "nonilió"

#: src/humanize/number.py:136
#: src/humanize/number.py:150
msgid "decillion"
msgid_plural "decillion"
msgstr[0] "decilió"
msgstr[1] "decilió"

#: src/humanize/number.py:137
#: src/humanize/number.py:151
msgid "googol"
msgid_plural "googol"
msgstr[0] "googol"
msgstr[1] "googol"

#: src/humanize/number.py:228
#: src/humanize/number.py:246
msgid "zero"
msgstr "zero"

#: src/humanize/number.py:229
#: src/humanize/number.py:247
msgid "one"
msgstr "un"

#: src/humanize/number.py:230
#: src/humanize/number.py:248
msgid "two"
msgstr "dos"

#: src/humanize/number.py:231
#: src/humanize/number.py:249
msgid "three"
msgstr "tres"

#: src/humanize/number.py:232
#: src/humanize/number.py:250
msgid "four"
msgstr "quatre"

#: src/humanize/number.py:233
#: src/humanize/number.py:251
msgid "five"
msgstr "cinc"

#: src/humanize/number.py:234
#: src/humanize/number.py:252
msgid "six"
msgstr "sis"

#: src/humanize/number.py:235
#: src/humanize/number.py:253
msgid "seven"
msgstr "set"

#: src/humanize/number.py:236
#: src/humanize/number.py:254
msgid "eight"
msgstr "vuit"

#: src/humanize/number.py:237
#: src/humanize/number.py:255
msgid "nine"
msgstr "nou"

Expand Down
Loading

0 comments on commit 4bef4f2

Please sign in to comment.