Approval.

This commit is contained in:
Joshua Ramon Enslin 2020-08-07 09:47:40 +02:00 committed by Stefan Rohde-Enslin
parent 96b165f9a7
commit e40442bb3b
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
{ {
"units_length_set": { "units_length_set": {
"m": "m", "m": "\u516c\u5c3a",
"dm": "dm", "dm": "\u5206\u7c73",
"cm": "cm", "cm": "\u516c\u5206",
"mm": "mm" "mm": "\u516c\u5398"
} }
} }

View File

@ -1,7 +1,7 @@
{ {
"units_weight_set": { "units_weight_set": {
"t": "t", "t": "\u5428",
"kg": "kg", "kg": "\u516c\u65a4",
"g": "g" "g": "\u516c\u514b"
} }
} }