@elek-io/core 0.2.0 → 0.2.1

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/dist/index.cjs CHANGED
@@ -1927,9 +1927,9 @@ var ProjectService = class extends AbstractCrudService {
1927
1927
  }
1928
1928
  const id = (0, import_shared12.uuid)();
1929
1929
  const defaultSettings = {
1930
- locale: {
1931
- default: user.locale,
1932
- supported: [user.locale]
1930
+ language: {
1931
+ default: user.language,
1932
+ supported: [user.language]
1933
1933
  }
1934
1934
  };
1935
1935
  const projectFile = {