1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

build(deps): update latest

This commit is contained in:
2024-04-13 18:54:36 +02:00
parent 0eb780485c
commit c4650c34d9
6 changed files with 3427 additions and 2725 deletions

View File

@ -25,6 +25,6 @@ const translations = {
export const i18n = new I18n(translations, {
defaultLocale: DEFAULT_LOCALE,
availableLocales: LOCALES.slice(),
availableLocales: [...LOCALES],
enableFallback: true,
})