lang::catalog::get_catalog_paths_for_import (private)

 lang::catalog::get_catalog_paths_for_import -package_key package_key \
    [ -locales locales ]

Defined in packages/acs-lang/tcl/lang-catalog-procs.tcl

Return a list of file paths for the catalog files of the given package. Can be restricted to only return files for certain locales. The list will be sorted in an order appropriate for import to the database.

Switches:
-package_key
(required)
The key of the package to get catalog file paths for
-locales
(optional)
A list of locales to restrict the catalog files to
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 test_catalog_files_are_tdom_parsable_xml catalog_files_are_tdom_parsable_xml (test acs-lang) lang::catalog::get_catalog_paths_for_import lang::catalog::get_catalog_paths_for_import test_catalog_files_are_tdom_parsable_xml->lang::catalog::get_catalog_paths_for_import db_list db_list (public) lang::catalog::get_catalog_paths_for_import->db_list lang::catalog::get_catalog_file_path lang::catalog::get_catalog_file_path (private) lang::catalog::get_catalog_paths_for_import->lang::catalog::get_catalog_file_path lang::catalog::package_has_files_in_locale_p lang::catalog::package_has_files_in_locale_p (private) lang::catalog::get_catalog_paths_for_import->lang::catalog::package_has_files_in_locale_p lang::catalog::import lang::catalog::import (public) lang::catalog::import->lang::catalog::get_catalog_paths_for_import

Testcases:
catalog_files_are_tdom_parsable_xml
[ show source ]
Show another procedure: