Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problems upgrading from vtiger 5.2.1
#17
No, not yet, but we are close.
At the moment you will have to modify the files and play with git.

A "trick" we use on some of our installs that may help is to load a file at the end of the language file:


PHP Code:
// Organization Hierarchy
'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Show Organization Hierarchy',
'Accounts ID' => 'Organizations ID',

// Adds e-Factura Fields
'LBL_NAME'=>'Name',
);

@include(
'modules/Accounts/language/overrideTranslation.php');
?>

and then in the overrideTranslation.php file you set the translations you need:

PHP Code:
<?php
$mod_strings
['Accounts ID'] = 'Accounts ID';
?>


This way most of the changes we make in the file won't conflict with your translations.

Let me know how it goes.

BTW, it would be better if next time you create a new thread when you change topic :-)
Joe
TSolucio
Reply


Messages In This Thread
RE: Problems upgrading from vtiger 5.2.1 - joebordes - 05-02-2016, 02:46 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)