fix: embarrassing translation update mistake (not bumping ver for this)

This commit is contained in:
David Ralph
2024-09-06 13:08:41 +01:00
parent af86a59364
commit bc104c49af
25 changed files with 13222 additions and 9638 deletions

View File

@@ -10,9 +10,11 @@ import * as nl from 'translations/nl.json';
import * as no from 'translations/no.json';
import * as ru from 'translations/ru.json';
import * as zh_CN from 'translations/zh_CN.json';
import * as zh_Hant from 'translations/zh_Hant.json';
import * as id_ID from 'translations/id_ID.json';
import * as tr_TR from 'translations/tr_TR.json';
import * as pt_BR from 'translations/pt_BR.json';
import * as pt from 'translations/pt.json';
import * as bn from 'translations/bn.json';
/**
@@ -37,6 +39,8 @@ export function initTranslations(locale) {
tr_TR,
pt_BR,
bn,
pt,
zh_Hant
});
return i18n;
@@ -57,4 +61,6 @@ export const translations = {
tr_TR,
pt_BR,
bn,
pt,
zh_Hant
};