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:
c727 2017-11-06 02:45:08 +01:00 committed by Paulus Schoutsen
parent 95031fdd79
commit d1325da6e6
2 changed files with 6 additions and 3 deletions

View File

@ -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"
}
}

View File

@ -17,6 +17,9 @@
"en": {
"nativeName": "English"
},
"es": {
"nativeName": "Español"
},
"fa": {
"nativeName": "فارسی"
},