Added ru impor

This commit is contained in:
Ward
2024-04-27 15:44:08 +12:00
committed by GitHub
parent 3a8f601179
commit bc932c468a
+1
View File
@@ -4,6 +4,7 @@ import { init, register } from 'svelte-i18n';
const defaultLocale = 'en';
register('en', () => import('./locales/en.json'));
register('ru', () => import('./locales/ru.json'));
init({
fallbackLocale: defaultLocale,