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",
|
||||
"logbook": "Logbook",
|
||||
"history": "History",
|
||||
"log_out": "Log Out",
|
||||
"log_out": "Log out",
|
||||
"mailbox": "Mailbox",
|
||||
"shopping_list": "Shopping List"
|
||||
"shopping_list": "Shopping list"
|
||||
}
|
||||
}
|
||||
|
@ -17,6 +17,9 @@
|
||||
"en": {
|
||||
"nativeName": "English"
|
||||
},
|
||||
"es": {
|
||||
"nativeName": "Español"
|
||||
},
|
||||
"fa": {
|
||||
"nativeName": "فارسی"
|
||||
},
|
||||
@ -71,4 +74,4 @@
|
||||
"zh-Hant": {
|
||||
"nativeName": "繁體中文"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user