mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(packages): i18n (#1708)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export { registerI18n } from '@videojs/core/i18n';
|
||||
@@ -0,0 +1,19 @@
|
||||
export type {
|
||||
Locale,
|
||||
TranslationParams,
|
||||
Translations,
|
||||
Translator,
|
||||
} from '@videojs/core/i18n';
|
||||
export {
|
||||
createTranslator,
|
||||
findLocaleKeys,
|
||||
getBrowserTranslations,
|
||||
getI18nTranslations,
|
||||
hasRegisteredLocale,
|
||||
loadLocale,
|
||||
onI18nRegistryChange,
|
||||
registerI18n,
|
||||
resolveBrowserTranslationTarget,
|
||||
resolveTranslation,
|
||||
shouldAttemptBrowserTranslation,
|
||||
} from '@videojs/core/i18n';
|
||||
@@ -0,0 +1 @@
|
||||
*.ts
|
||||
@@ -1 +1,2 @@
|
||||
import '../define/i18n';
|
||||
import '../define/video/skin';
|
||||
|
||||
Reference in New Issue
Block a user