mirror of
https://github.com/mue/mue.git
synced 2026-07-15 04:53:48 +02:00
feat(Language): add locale formatting option and update translations
This commit is contained in:
@@ -41,7 +41,7 @@ import zh_Hant from 'translations/zh_Hant.json';
|
||||
* @returns The i18n object.
|
||||
*/
|
||||
export function initTranslations(locale) {
|
||||
const i18n = new I18n(locale, {
|
||||
const i18n = new I18n('en_GB', {
|
||||
ar,
|
||||
arz,
|
||||
az,
|
||||
|
||||
Reference in New Issue
Block a user