@aloudata/aloudata-design 2.12.1 → 2.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ export var ELangType = /*#__PURE__*/function (ELangType) {
7
7
  return ELangType;
8
8
  }({});
9
9
  export var defaultLocale = {
10
- locale: ELangType.EN
10
+ locale: ELangType.ZH_CN
11
11
  };
12
12
  export var LocaleContext = /*#__PURE__*/createContext(defaultLocale);
13
13
  export function getTranslator(lang) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloudata/aloudata-design",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",