lang::catalog::last_sync_messages (private)

 lang::catalog::last_sync_messages -package_key package_key \
    -locale locale

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

For a certain package, and locale, return the messages in the database the last time catalog files and db were in sync. This is the message that we use as merge base during message catalog upgrades.

Switches:
-package_key
(required)
-locale
(required)
Returns:
An array list with message keys as keys and messages as values.
Author:
Peter Marklund

Partial Call Graph (max 5 caller/called nodes):
%3 lang::catalog::import_messages lang::catalog::import_messages (private) lang::catalog::last_sync_messages lang::catalog::last_sync_messages lang::catalog::import_messages->lang::catalog::last_sync_messages db_foreach db_foreach (public) lang::catalog::last_sync_messages->db_foreach

Testcases:
No testcase defined.
[ show source ]
Show another procedure: