Added support for grid columns translations. Translated columns in
addressbook plugin.
This commit is contained in:
@@ -24,5 +24,19 @@
|
||||
\"addressZipCode\" TEXT NULL);"
|
||||
|
||||
],
|
||||
"dependencies" : []
|
||||
"dependencies" : [],
|
||||
"translations" : {
|
||||
"CZ" : {
|
||||
"title" : "Titul",
|
||||
"firstName" : "Jméno",
|
||||
"lastName" : "Příjmení",
|
||||
"birthDate" : "Datum narození",
|
||||
"idCardNumber" : "Číslo dokladu",
|
||||
"ztp" : "ZTP",
|
||||
"addressCity" : "Město",
|
||||
"addressStreet" : "Ulice",
|
||||
"addressHouseNumber" : "Číslo popisné",
|
||||
"addressZipCode" : "PSČ"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user