Stefan Ganz
Stefan Ganz
@juicylevel I don't know what you mean with "dirtyFields do not fit", but for everyone else: `form.getState().dirtyFields` gives you the fields that have changed.
I am facing a similar issue. I have a JSON file with translations. Some keys contain spaces. For example: `"Add employee": "Mitarbeiter hinzufügen"`. These keys are not included in the...
Ha, I just fixed it. For future reference: Does not work: `import * as de from './locales/de.json'` Works: `import de from './locales/de.json'`
I'm not sure if I understand you correctly. I wouldn't say this is a new way of using glossary files. It's just a way not to require a glossary file...
Yes, I will fix it.
Here's the fix: https://github.com/leolabs/json-autotranslate/pull/129