mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 03:36:44 +00:00
Fix Capitalization in English translation (#571)
* Fix Capitalization in English translation https://material.io/guidelines/style/writing.html#writing-capitalization-punctuation * Add Spanish
This commit is contained in:
parent
95031fdd79
commit
d1325da6e6
@ -5,8 +5,8 @@
|
|||||||
"map": "Map",
|
"map": "Map",
|
||||||
"logbook": "Logbook",
|
"logbook": "Logbook",
|
||||||
"history": "History",
|
"history": "History",
|
||||||
"log_out": "Log Out",
|
"log_out": "Log out",
|
||||||
"mailbox": "Mailbox",
|
"mailbox": "Mailbox",
|
||||||
"shopping_list": "Shopping List"
|
"shopping_list": "Shopping list"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -17,6 +17,9 @@
|
|||||||
"en": {
|
"en": {
|
||||||
"nativeName": "English"
|
"nativeName": "English"
|
||||||
},
|
},
|
||||||
|
"es": {
|
||||||
|
"nativeName": "Español"
|
||||||
|
},
|
||||||
"fa": {
|
"fa": {
|
||||||
"nativeName": "فارسی"
|
"nativeName": "فارسی"
|
||||||
},
|
},
|
||||||
@ -71,4 +74,4 @@
|
|||||||
"zh-Hant": {
|
"zh-Hant": {
|
||||||
"nativeName": "繁體中文"
|
"nativeName": "繁體中文"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user