Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code Challenge Localization

Repository used in the localization code challenge.

Instructions

  • 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.

First task

  • 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",

Second task

  • Replace all occurrences of inventory with stock in that same file.

Third task

  • 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",

Fourth task

  • Create an entry in the [Unreleased] section of the Changelog listing all the changes made during your test.

About

Repository created to implement code challenge for localization team

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors