Skip to content

Creating New Translations

lancepioch edited this page Dec 16, 2014 · 1 revision

These steps are assuming that you've already forked the project.

  1. Create a new 92five.php file and copy all the data from /app/lang/en/92five.php into it.
  2. Replace phrases with correct translations.
  3. Place your new 92five.php file in /app/lang/{code}/92five.php where {code} is two character ISO 639-1 (found here)

After this, simply push it to your own repository and create a pull request here!

Clone this wiki locally