@dhis2-ui/table 7.10.5 → 7.11.3

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.
@@ -15,7 +15,9 @@ var _translations3 = _interopRequireDefault(require("./en/translations.json"));
15
15
 
16
16
  var _translations4 = _interopRequireDefault(require("./es/translations.json"));
17
17
 
18
- var _translations5 = _interopRequireDefault(require("./zh/translations.json"));
18
+ var _translations5 = _interopRequireDefault(require("./nb/translations.json"));
19
+
20
+ var _translations6 = _interopRequireDefault(require("./zh/translations.json"));
19
21
 
20
22
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
21
23
 
@@ -37,7 +39,9 @@ _d2I18n.default.addResources('en', namespace, _translations3.default);
37
39
 
38
40
  _d2I18n.default.addResources('es', namespace, _translations4.default);
39
41
 
40
- _d2I18n.default.addResources('zh', namespace, _translations5.default);
42
+ _d2I18n.default.addResources('nb', namespace, _translations5.default);
43
+
44
+ _d2I18n.default.addResources('zh', namespace, _translations6.default);
41
45
 
42
46
  var _default = _d2I18n.default;
43
47
  exports.default = _default;
@@ -0,0 +1,4 @@
1
+ {
2
+ "Toggle filter": "Slå på filter",
3
+ "Sort items": "Sorter elementer"
4
+ }
@@ -11,11 +11,13 @@ import arTranslations from './ar/translations.json';
11
11
  import csTranslations from './cs/translations.json';
12
12
  import enTranslations from './en/translations.json';
13
13
  import esTranslations from './es/translations.json';
14
+ import nbTranslations from './nb/translations.json';
14
15
  import zhTranslations from './zh/translations.json';
15
16
  const namespace = 'default';
16
17
  i18n.addResources('ar', namespace, arTranslations);
17
18
  i18n.addResources('cs', namespace, csTranslations);
18
19
  i18n.addResources('en', namespace, enTranslations);
19
20
  i18n.addResources('es', namespace, esTranslations);
21
+ i18n.addResources('nb', namespace, nbTranslations);
20
22
  i18n.addResources('zh', namespace, zhTranslations);
21
23
  export default i18n;
@@ -0,0 +1,4 @@
1
+ {
2
+ "Toggle filter": "Slå på filter",
3
+ "Sort items": "Sorter elementer"
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/table",
3
- "version": "7.10.5",
3
+ "version": "7.11.3",
4
4
  "description": "UI Table",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.0.0-beta.1",
36
- "@dhis2/ui-constants": "7.10.5",
37
- "@dhis2/ui-icons": "7.10.5",
36
+ "@dhis2/ui-constants": "7.11.3",
37
+ "@dhis2/ui-icons": "7.11.3",
38
38
  "classnames": "^2.3.1",
39
39
  "prop-types": "^15.7.2"
40
40
  },