Features: MOBBSCAN-2839 and MOBBSCAN-2773
🎯 Summary
This MR fixes localization issues.
⚙ Configuration
Workspace branch: feature/MOBBSCAN-2839
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚗ ️ Solution
The SDK strings are properly localized in default UIs and they can be overridden in final app.
-
🔗 JIRA: https://issues.mobbeel.com/browse/MOBBSCAN-2839 -
🔗 JIRA: https://issues.mobbeel.com/browse/MOBBSCAN-2773
🔬 Tests
Messages on default UIs should be localized properly.
A document detection using default UI should display "Close"/"Cerrar" instead of "Cancel"/"Cancelar".
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)