print_help_message(){
get_translations();
help message
}
A report from OSCON 2007
Posted Aug 4, 2007 20:36 UTC (Sat) by madscientist (subscriber, #16861)
[Link]
That's not required. Every time a program needs to translate a message, it calls a function to do the translation. It should not be too difficult to modify the code for "lazy evaluation", where the locale catalog is not set up until the first time a message needs to be translated, and hide this inside the i18n libraries.