![]() |
![]()
| ![]() |
![]()
optionsReturns a hash of all the options this script takes. (See the usage message for details) runRuns the "update_catalogs" method. _check_mime_type FILENAMEThis routine returns a mimetype for the file "FILENAME". update_catalogsExtracts localizable messages from all files in your application, finds all your message catalogs and updates them with new and changed messages. update_catalog FILENAMEReads "FILENAME", a message catalog and integrates new or changed translations. extract_messagesFind all translatable messages in your application, using Locale::Maketext::Extract. print_helpPrints out help for the package using pod2usage. If the user specified --help, prints a brief usage message If the user specified --man, prints out a manpage pot_nameReturns the name of the po template. NAMEJifty::Script::Po - Extract translatable strings from your application SYNOPSISjifty po --language <lang> Creates a <lang>.po file for translation jifty po Updates all existing po files Options: --language Language to deal with --dir Additional directories to extract from --js Generate json files from the current po files --help brief help message --man full documentation OPTIONS
DESCRIPTIONExtracts message catalogs for your Jifty app. When run, Jifty will update all existing message catalogs, as well as create a new one if you specify a --language option.
|