fix: Punycode-encode unicode domains for platforms which can't handle them

This commit is contained in:
Sorunome 2021-07-31 21:11:13 +02:00
commit ec18cbbb87
4 changed files with 48 additions and 3 deletions

View file

@ -11,6 +11,13 @@
"type": "text",
"placeholders": {}
},
"cantOpenUri": "Can't open the URI {uri}",
"@cantOpenUri": {
"type": "text",
"placeholders": {
"uri": {}
}
},
"chats": "Chats",
"@chats": {
"type": "text",