Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Translating module for specific installation
#2
In that installation create a file called pt_br.custom.php and put inside an array with the specific translation you want for that install:



PHP Code:
<?php
$custom_strings 
= array (
   'label to translate' => 'your translation'
}; 


you can put any label that exists in the main language file you want to override.
These pt_br.custom.php language files must be inside the same directory that the pt_br.lang.php file is.
Joe
TSolucio
Reply


Messages In This Thread
RE: Translating module for specific installation - joebordes - 07-01-2018, 02:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)