Skip to content
Shpetim Islami edited this page Dec 22, 2015 · 2 revisions

To translate Trip express to your language do the following:

  1. Fork trip express
  2. Go to application/language
  3. duplicate the "english" folder/directory
  4. rename the duplicated foder/directory to your language name
  5. translate all the files inside except the index.html

Inside those files you will see this format: $lang['First name'] = "Emri";

The format is: $lang['WORD IN ENGLISH'] = "WORD IN YOUR LANGUAGE";

  1. After you finish all the files then make an pull request in github

Clone this wiki locally