Build localization "mo" file from "po" files (toolbox compilation process)
tbx_build_localization() tbx_build_localization(tbx_path) tbx_build_localization(tbx_name) // obsolete tbx_build_localization(tbx_name, tbx_path) // obsolete
path of the toolbox, use to locate files to compile.
Name of the toolbox, use to name localization files and domain.
The name of the toolbox is now retrieved as the basename of the file
tbx_path/etc/*.start
. This file must be available, even
if it is empty.
Version | Description |
5.5.0 | Function tbx_build_localization added. |
6.0.0 | tbx_name is no longer required. |