Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ solved ] pt_br file for payments module
#1
I revised some terms for payments module


Attached Files
.php   pt_br.lang.php (Size: 4.01 KB / Downloads: 1)
Ranieri
eCRM Web
Reply
#2
Please use custom_strings for this
Joe
TSolucio
Reply
#3
Sorry, dont understand ...

I revised all terms for cobropago and missed terms in pt_lang file ..


Attached Files
.php   pt_br.custom.php (Size: 3.26 KB / Downloads: 1)
Ranieri
eCRM Web
Reply
#4
create a file named like this:


modules/CobroPago/language/pt_br.custom.php

and put this inside:

PHP Code:
<?php
$custom_strings 
= array (
** 
put your translations here **
);
?>

that will override the default application translations
Joe
TSolucio
Reply
#5
Let me know how translation works in actually version

There are a file, with language in each language module, table translation, and now, custom_string too?

For default how system works with each file/bd table actually?
Ranieri
eCRM Web
Reply
#6
the escalation is like this:
- search for the string in modules/MODULE/language/xx_xx.lang.php
- search for the string in include/language/xx_xx.lang.php
- search for the string in modules/MODULE/xx_xx.custom.php
- search for the string in Translation module
- return given string

you use xx_xx.custom.php to create custom translations for your clients that will not enter in conflict with the base translation files
Joe
TSolucio
Reply
#7
Thanks!
Ranieri
eCRM Web
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)