I have installed GTranslate onto a Drupal 7 website and I need to enable Khmer and Uzbek (which are supported by Google Translate) to the website.
I tried adding the relevant language codes (km and uz) to the $languages array on gtranslate.module like this:
- Code: Select all
languages = array('en'=>'English', 'km'=>'Khmer', 'uz'=>'Uzbek' , 'ar'=>'Arabic','bg'=>'Bulgarian');
It doesn't show any changes and any guidance to get these 2 languages enabled is greatly appreciated.
Thanks.