Skip to content

Commit

Permalink
keep object keys ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Sep 25, 2023
1 parent 20fa4ef commit 0db2a5c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions countries.json
Original file line number Diff line number Diff line change
Expand Up @@ -30447,10 +30447,6 @@
"common": "Singapore",
"official": "Republic of Singapore",
"native": {
"zho": {
"official": "\u65b0\u52a0\u5761\u5171\u548c\u56fd",
"common": "\u65b0\u52a0\u5761"
},
"eng": {
"official": "Republic of Singapore",
"common": "Singapore"
Expand All @@ -30462,6 +30458,10 @@
"tam": {
"official": "\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd \u0b95\u0bc1\u0b9f\u0bbf\u0baf\u0bb0\u0b9a\u0bc1",
"common": "\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd"
},
"zho": {
"official": "\u65b0\u52a0\u5761\u5171\u548c\u56fd",
"common": "\u65b0\u52a0\u5761"
}
}
},
Expand Down Expand Up @@ -30501,10 +30501,10 @@
"region": "Asia",
"subregion": "South-Eastern Asia",
"languages": {
"zho": "Chinese",
"eng": "English",
"msa": "Malay",
"tam": "Tamil"
"tam": "Tamil",
"zho": "Chinese"
},
"translations": {
"ces": {
Expand Down Expand Up @@ -39228,4 +39228,4 @@
}
}
}
]
]
Loading

0 comments on commit 0db2a5c

Please sign in to comment.