测试流程、搭建多语言框架

This commit is contained in:
2025-07-20 14:38:38 +08:00
parent 1ffc1b5cf0
commit 2f7eb16f22
94 changed files with 609014 additions and 9 deletions
@@ -0,0 +1,21 @@
import l10n, { L10nManager } from './core/l10n-manager';
import L10nListenEvent from './core/l10n-listen-event';
import L10nLabel from './components/l10n-label';
export type {
L10nKey,
L10nValue,
ResourceList,
ResourceBundle,
ResourceData,
ResourceItem,
FallbackLanguageObjectList,
FallbackLanguage,
L10nOptions,
} from './core/l10n-options';
export {
l10n,
L10nManager,
L10nLabel,
L10nListenEvent,
};