fix: Punycode-encode unicode domains for platforms which can't handle them
This commit is contained in:
parent
7f30eea593
commit
ec18cbbb87
4 changed files with 48 additions and 3 deletions
|
|
@ -11,6 +11,13 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"cantOpenUri": "Can't open the URI {uri}",
|
||||
"@cantOpenUri": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"uri": {}
|
||||
}
|
||||
},
|
||||
"chats": "Chats",
|
||||
"@chats": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue