<< tbx_builder_src_lang Gestionnaire de modules externe Localisation >>

Aide de Scilab >> Gestionnaire de modules externe > tbx_generate_pofile

tbx_generate_pofile

Extract localized strings from toolbox sources (toolbox compilation process)

Calling Sequence

pofile = tbx_generate_pofile(tbx_name, tbx_path)

Arguments

tbx_name

name of the toolbox, use to name localization files and domain.

tbx_path

path of the toolbox, use to locate files to compile.

pofile

return the generated po file path.

Examples

tbx_generate_pofile("toolbox_skeleton", "SCI/contrib/toolbox_skeleton")

See Also

History

VersionDescription
5.5.0 Function tbx_generate_pofile added.

Report an issue
<< tbx_builder_src_lang Gestionnaire de modules externe Localisation >>