refactor: Follow up fix types in localization files
This commit is contained in:
parent
1e708e02de
commit
34912595a9
5 changed files with 175 additions and 83 deletions
|
|
@ -3210,9 +3210,11 @@
|
|||
"@crossVerifiedDevices": {},
|
||||
"appWantsToUseForLogin": "Використати '{server}', щоб увійти",
|
||||
"@appWantsToUseForLogin": {
|
||||
"type": "text",
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"server": {}
|
||||
"server": {
|
||||
"type": "String"
|
||||
}
|
||||
}
|
||||
},
|
||||
"appWantsToUseForLoginDescription": "Цим ви дозволяєте застосунку та вебсайту ділитися інформацією про вас.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue