We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab9dab commit 92b4117Copy full SHA for 92b4117
4 files changed
README.md
@@ -32,6 +32,7 @@ size or throughput. It is localized to:
32
- Japanese
33
- Klingon
34
- Korean
35
+- Latvian
36
- Norwegian
37
- Persian
38
- Polish
src/humanize/i18n.py
@@ -25,6 +25,7 @@
25
"it_IT": ".",
26
"pt_BR": ".",
27
"hu_HU": " ",
28
+ "lv": " ",
29
}
30
31
# Mapping of locale to decimal separator
@@ -34,6 +35,7 @@
"it_IT": ",",
"pt_BR": ",",
"hu_HU": ",",
+ "lv": ",",
39
40
41
0 commit comments