Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 660 Bytes

localize.md

File metadata and controls

16 lines (13 loc) · 660 Bytes

Translation Guide

Fix Bad Translation

  1. Fork this repository.
  2. Find your language string file in /module/webroot/locales/.
  3. Edit the string value with translated incorrectly.
  4. Create a Pull Request.

Add a New Language

  1. Fork this repository.
  2. Make a copy of /module/webroot/locales/A-template.json
  3. Rename it to language_code-COUNTRY_CODE.json, e.g., en-US.json.
  4. Translate the string value inside.
  5. Create a Pull Request.