Repository used in the localization code challenge.
- You will have 1 hour to finish all tasks.
- Feel free to search the Internet when in doubt.
- Create a new commit for each task reflecting the changes made.
- Update the translations for these strings in the English file in the
/messages/
folder:
"admin/instore.search-configuration.new-search": "Please try another search",
"admin/instore.search-configuration.not-found": "No results found",
"admin/instore.register-modal-dialog.toast-not-successful": "An unexpected error occurred while completing this action",
"admin/instore.settings.registrations.physical-stores.description": "Information about physical stores",
"admin/instore.settings.registrations.physical-stores.registration-button": "Add Store",
"admin/instore.settings.registrations.sales-associates": "Sales associates",
"admin/instore.settings.registrations.sales-associates.page-title": "Sales associates",
"admin/instore.settings.registrations.sales-associates.description": "Information about sales associates",
"admin/instore.settings.registrations.sales-associates.registration-button": "Add Sales Associate",
- Replace all occurrences of
inventory
withstock
in that same file.
- Add these strings to the Portuguese file (
/messages/pt.json
) and fix any issues that may arise:
"admin/instore.shared-labels.modal-discard.content-singular": "Tem certeza de que deseja descartar a alteração?",
"admin/instore.shared-labels.modal-discard.title-singular": "Descartar alteração",
"admin/instore.shared-labels.modal-save.title-singular": "Salvar alteração",
"admin/instore.shared-labels.modal-save.title-plural": "Salvar alterações",
- Create an entry in the
[Unreleased]
section of the Changelog listing all the changes made during your test.