mirror of
https://github.com/mue/mue.git
synced 2026-06-13 03:58:49 +02:00
fix(about): Loading text on offline mode
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
import I18n from '@eartharoid/i18n';
|
||||
|
||||
import * as de_DE from 'translations/de-DE.json';
|
||||
import * as en_GB from 'translations/en-GB.json';
|
||||
import * as en_US from 'translations/en-US.json';
|
||||
import * as de_DE from 'translations/de_DE.json';
|
||||
import * as en_GB from 'translations/en_GB.json';
|
||||
import * as en_US from 'translations/en_US.json';
|
||||
import * as es from 'translations/es.json';
|
||||
import * as es_419 from 'translations/es-419.json';
|
||||
import * as es_419 from 'translations/es_419.json';
|
||||
import * as fr from 'translations/fr.json';
|
||||
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 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 zh_CN from 'translations/zh_CN.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 bn from 'translations/bn.json';
|
||||
|
||||
/**
|
||||
* Initialise the i18n object.
|
||||
* The i18n object is then returned.
|
||||
* @param locale - The locale to use.
|
||||
* @param locale _ The locale to use.
|
||||
* @returns The i18n object.
|
||||
*/
|
||||
export function initTranslations(locale) {
|
||||
|
||||
Reference in New Issue
Block a user