feat(Language): add locale formatting option and update translations

This commit is contained in:
alexsparkes
2026-01-24 21:54:14 +00:00
parent 6f1b81d503
commit 012d7bf5a8
39 changed files with 125 additions and 37 deletions

View File

@@ -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,