Merge branch 'soru/fix-links' into 'main'

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

Closes #343

See merge request famedly/fluffychat!467
This commit is contained in:
Krille Fear 2021-08-01 13:06:59 +00:00
commit b0cbdc7cc5
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",