We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1741b2 commit e8663dbCopy full SHA for e8663db
1 file changed
packages/core-common/src/localize.ts
@@ -6,7 +6,7 @@ export type ILocalizationKey = string; // ts不支持symbol作为key
6
7
let _currentLanguageId = 'zh-CN';
8
9
-const localizationRegistryMap = new CaseInsensitiveMap<string, LocalizationRegistry>();
+export const localizationRegistryMap = new CaseInsensitiveMap<string, LocalizationRegistry>();
10
11
export function localize(
12
symbol: ILocalizationKey,
0 commit comments