Beamanator/Ulti-Mate-Page

Make adaptable for multiple languages

Opened this issue · 0 comments

Idea = anywhere text should be displayed (example: <h4>Name / Location</h4>), change the text with:

<h4>{textPiece.<name>.<lang>}</h4>

Where:

  1. textPiece is a dictionary of strings
  2. <name> is a string key name (like ADD_PICKUP_TABLE_GROUP_TITLE_NAME_LOCATION)
  3. <lang> is the language needed, probably stored in global settings / redux (English / Arabic would be first 2 languages)