Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 500 Bytes

File metadata and controls

22 lines (14 loc) · 500 Bytes

ETS2MP Localization

ETS2MP php files that contains translations to many languages. You can contibute your own language.

How to translate?

  1. Create new file caller {language}.php for example: dutch.php
  2. Translate all messages to your langauge keep this format:
 $_lang[key] = "message";

Remember: Do not change key. Change only "message".

If you have more questions feel free to ask send them to me:

rootkiller.programmer@gmail.com

Have fun.