Synchronizing Multi-Language Fields Values
After you have activated a new language you may fill its database entries with corresponding English ones.
To synchronize English database entries with new language ones:
- Log in to the Billing server as the
root
user. - Switch to the
/usr/local/bm
directory. -
Synchronize database entries for all languages executing the following script:
./tools_py/configureLocale.py syncLocalesFromDB [-t <language_id>, <language_id>, ...]
Script options:
-t <
language_id>[, <
language_id>, ...]
– script synchronizes only specified languages. The <language_id> is the value of the Locale ID parameter.Example:
./tools_py/configureLocale.py syncLocalesFromDB -t de
-
Restart Billing executing the following command:
/etc/init.d/pba restart