multilang_1

This commit is contained in:
Mateusz Gruszczyński
2026-05-29 13:18:53 +02:00
parent 4c8debb103
commit 22e2983dc2
17 changed files with 4569 additions and 152 deletions

View File

@@ -1,4 +1,5 @@
import { stateSource } from './state.js';
import { i18nSource } from './i18n.js';
import { torrentsSource } from './torrents.js';
import { mobileSource } from './mobile.js';
import { messagesSource } from './messages.js';
@@ -20,6 +21,7 @@ import { bootstrapSource } from './bootstrap.js';
export const moduleSources = [
stateSource,
i18nSource,
torrentsSource,
mobileSource,
messagesSource,