-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add simple properties file importer #2050
Conversation
Hey! Thanks a lot for the PR! It would be great to have some tests and add the support also to front-end? Are you open to do it as well? 🚀 |
By front-end support, you mean extending the text on the page ? And about the tests, can you point me to some related ones that can inspire me? Thanks. |
Yes. I forgot, there is actually no front-end validation for selected files extension. So extending the text should do it. Which is hard coded in Tolgee (unfortunately), so I will fix it later.
io.tolgee.unit.service.dataImport.processors.processors.po.PoParserTest This one should do it. |
Both points have been addressed. Thanks! |
Huh, there is some issue with the test reporting task... Merging it anyway... |
🎉 This PR is included in version 3.43.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
See #2042