qwc2 2025.12.24 → 2025.12.25

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qwc2",
3
- "version": "2025.12.24",
3
+ "version": "2025.12.25",
4
4
  "description": "QGIS Web Client",
5
5
  "author": "Sourcepole AG",
6
6
  "license": "BSD-2-Clause",
@@ -176,7 +176,7 @@ var ThemeUtils = {
176
176
  LayerUtils.completeExternalLayer(res[cur.internalLayer], LayerUtils.searchSubLayer(theme, 'name', cur.internalLayer));
177
177
  return res;
178
178
  }, {})),
179
- translations: deepmerge(commonTranslations, theme.translations),
179
+ translations: deepmerge(commonTranslations, theme.translations || {}),
180
180
  editConfig: theme.editConfig,
181
181
  wms_name: theme.wms_name
182
182
  };