Skip to content

Commit 55b3e1c

Browse files
authored
Merge pull request #165 from adierebel/master
fix some translation for id_ID
2 parents 90f5b21 + 0b80ce0 commit 55b3e1c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
68 Bytes
Binary file not shown.

src/humanize/locale/id_ID/LC_MESSAGES/humanize.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ msgstr "triliun"
8282

8383
#: src/humanize/number.py:85
8484
msgid "quadrillion"
85-
msgstr "quadrillion"
85+
msgstr "kuadriliun"
8686

8787
#: src/humanize/number.py:86
8888
msgid "quintillion"
@@ -114,7 +114,7 @@ msgstr "googol"
114114

115115
#: src/humanize/number.py:147
116116
msgid "zero"
117-
msgstr ""
117+
msgstr "nol"
118118

119119
#: src/humanize/number.py:148
120120
msgid "one"
@@ -156,13 +156,13 @@ msgstr "sembilan"
156156
#, fuzzy, python-format
157157
msgid "%d microsecond"
158158
msgid_plural "%d microseconds"
159-
msgstr[0] ""
159+
msgstr[0] "%d mikro detik"
160160

161161
#: src/humanize/time.py:128
162162
#, fuzzy, python-format
163163
msgid "%d millisecond"
164164
msgid_plural "%d milliseconds"
165-
msgstr[0] ""
165+
msgstr[0] "%d mili detik"
166166

167167
#: src/humanize/time.py:131 src/humanize/time.py:204
168168
msgid "a moment"
@@ -273,4 +273,4 @@ msgstr "kemarin"
273273
#: src/humanize/time.py:498
274274
#, python-format
275275
msgid "%s and %s"
276-
msgstr ""
276+
msgstr "%s dan %s"

0 commit comments

Comments
 (0)