Rogier Wiertz
Rogier Wiertz
Hi @nd0ut , Thanks for your response. > Should the editor enforce a fixed crop aspect ratio and prevent changes to the aspect ratio during editing? I don't think this...
@MooWeek I openend a PR that fixes this: #3269
@TomatoYuyuko I have achieved this by setting a new language. I copied over `apps/editor/src/i18n/en-us.ts` and made the required changes. Then in my code: ```js import enUS from './path-to-my-i18n-file' import {...