mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(i18n): convert to opaque keys (#1848)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export type {
|
||||
FlatTranslations,
|
||||
Locale,
|
||||
TranslationParams,
|
||||
Translations,
|
||||
Translator,
|
||||
} from '@videojs/core/i18n';
|
||||
export {
|
||||
@@ -10,10 +10,13 @@ export {
|
||||
getBrowserTranslations,
|
||||
getI18nTranslations,
|
||||
hasRegisteredLocale,
|
||||
isText,
|
||||
loadLocale,
|
||||
onI18nRegistryChange,
|
||||
registerI18n,
|
||||
resolveBrowserTranslationTarget,
|
||||
resolveText,
|
||||
resolveTranslation,
|
||||
shouldAttemptBrowserTranslation,
|
||||
translateText,
|
||||
} from '@videojs/core/i18n';
|
||||
|
||||
Reference in New Issue
Block a user