fix: bengali and indonesian translations

This commit is contained in:
alexsparkes
2023-09-22 16:21:01 +01:00
parent a91ef8e596
commit 901833da91
7 changed files with 1312 additions and 943 deletions

View File

@@ -0,0 +1,8 @@
[
"Opened 10 tabs",
"Opened 39 tabs",
"Opened 100 tabs",
"Opened 305 tabs",
"Installed an add-on",
"Installed 5 add-ons"
]

View File

@@ -9,6 +9,7 @@ import ru from './ru.json';
import zh_CN from './zh_CN.json';
import id_ID from './id_ID.json';
import tr_TR from './tr_TR.json';
import bn from './bn.json';
const translations = {
de_DE,
@@ -22,6 +23,7 @@ const translations = {
zh_CN,
id_ID,
tr_TR,
bn,
};
export default translations;