@dhis2/analytics 2.4.48 → 2.4.49

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.4.49](https://github.com/dhis2/analytics/compare/v2.4.48...v2.4.49) (2022-03-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **translations:** sync translations from transifex (2.4.x) ([741980f](https://github.com/dhis2/analytics/commit/741980faec093b0afc0e55574fffd4325aba1370))
7
+
1
8
  ## [2.4.48](https://github.com/dhis2/analytics/compare/v2.4.47...v2.4.48) (2022-03-06)
2
9
 
3
10
 
@@ -91,7 +91,7 @@
91
91
  "Bi-months": "Bimestres",
92
92
  "Quarters": "Trimestral",
93
93
  "Six-months": "Semestres",
94
- "Financial Years": "",
94
+ "Financial Years": "Años fiscales",
95
95
  "Years": "Años",
96
96
  "Reporting rate": "",
97
97
  "Reporting rate on time": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/analytics",
3
- "version": "2.4.48",
3
+ "version": "2.4.49",
4
4
  "main": "./build/index.js",
5
5
  "repository": "git@github.com:dhis2/analytics.git",
6
6
  "author": "Jennifer Jones Arnesen <jennifer@dhis2.org>",