feat(i18n): new translations

This commit is contained in:
github-actions[bot]
2022-09-30 00:41:31 +00:00
parent ab22ac6957
commit df20253335
3 changed files with 71 additions and 0 deletions
@@ -5,6 +5,8 @@ import en from './en.json';
import zh_Hans from './zh-Hans.json';
import zh_Hant from './zh-Hant.json';
import sr from './sr.json';
import fr from './fr.json';
import bn from './bn.json';
export const LOCALES = [
{
@@ -47,4 +49,24 @@ export const LOCALES = [
completeRate: 0.9166666666666666,
res: sr,
},
{
id: 1000034008,
name: 'French',
tag: 'fr',
originalName: 'français',
flagEmoji: '🇫🇷',
base: false,
completeRate: 1,
res: fr,
},
{
id: 1000034010,
name: 'Bangla',
tag: 'bn',
originalName: 'বাংলা',
flagEmoji: '🇧🇩',
base: false,
completeRate: 0.625,
res: bn,
},
] as const;