refactor: Move translations to assets

This commit is contained in:
Christian Pauly 2021-05-22 08:42:39 +02:00
commit 3a200a98d8
36 changed files with 2 additions and 2 deletions

View file

@ -1,29 +0,0 @@
{
"accountInformation": "অ্যাকাউন্ট তথ্য",
"@accountInformation": {
"type": "text",
"placeholders": {}
},
"account": "অ্যাকাউন্ট",
"@account": {
"type": "text",
"placeholders": {}
},
"acceptedTheInvitation": "{username} আমন্ত্রণ গ্রহণ করেছে",
"@acceptedTheInvitation": {
"type": "text",
"placeholders": {
"username": {}
}
},
"accept": "স্বীকার করি",
"@accept": {
"type": "text",
"placeholders": {}
},
"about": "সম্পর্কে",
"@about": {
"type": "text",
"placeholders": {}
}
}