Localization default sample/draft

This commit is contained in:
Dennis Eichhorn 2016-07-19 19:04:36 +02:00
parent b63c5e4464
commit a18ed6a87b

View File

@ -0,0 +1,47 @@
{
"language": "EN",
"country": "USA",
"currency": "USD",
"thousand": ",",
"decimal": ".",
"angle": "Degree",
"weight": {
"very_light" : "mg",
"light" : "g",
"medium" : "kg",
"heavy" : "t",
"very_heavy" : "t",
},
"speed": {
"very_slow" : "ms",
"slow" : "ms",
"medium" : "kph",
"fast" : "kph",
"very_fast" : "mach",
"sea" : "mile"
},
"length": {
"very_short" : "mm",
"short" : "cm",
"medium" : "m",
"long" : "km",
"very_long" : "km",
"sea": "mile"
},
"area": {
"very_small" : "mm",
"small" : "cm",
"medium" : "m",
"large" : "km",
"very_large" : "ha"
},
"volume": {
"very_small" : "ml",
"small" : "ml",
"medium" : "l",
"large" : "m",
"very_large" : "km",
"teaspoon": "metric teaspoon",
"glass": "metric glass"
}
}