Description
Relates https://github.com/volosoft/abp-studio/pull/4124#pullrequestreview-3570926856
For short, the settings declared in the environment file is not properly processed. We can check whether we can re-configure this behavior by keeping the backward compatibility.
//environment.ts
export const environment = {
localization: {
defaultResourceName: 'MyNewResource',
},
},
} as Environment;