Skip to content

Commit 56ff9ea

Browse files
authored
Merge pull request #1752 from RooVetGit/i18n_format
Localize formatting helpers
2 parents 72f9162 + a8ef2e1 commit 56ff9ea

File tree

16 files changed

+127
-29
lines changed

16 files changed

+127
-29
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "mil",
4+
"million_suffix": "M",
5+
"billion_suffix": "MM"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "Tsd.",
4+
"million_suffix": "Mio.",
5+
"billion_suffix": "Mrd."
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "k",
4+
"million_suffix": "m",
5+
"billion_suffix": "b"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "k",
4+
"million_suffix": "M",
5+
"billion_suffix": "MM"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "k",
4+
"million_suffix": "M",
5+
"billion_suffix": "Md"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "",
4+
"million_suffix": "लाख",
5+
"billion_suffix": "अरब"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "k",
4+
"million_suffix": "Mln",
5+
"billion_suffix": "Mld"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "k",
4+
"million_suffix": "M",
5+
"billion_suffix": "B"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "",
4+
"million_suffix": "백만",
5+
"billion_suffix": "십억"
6+
}
7+
}
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
{}
1+
{
2+
"number_format": {
3+
"thousand_suffix": "tys.",
4+
"million_suffix": "mln",
5+
"billion_suffix": "mld"
6+
}
7+
}

0 commit comments

Comments
 (0)