
Jifty::Script::Po - Extract translatable strings from your application

Extracts 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 flag
This script only takes one option,
--language,
which is optional; it is the name of a message catalog to create.
Runs the "update_catalogs" method.
This routine returns a mimetype for the file FILENAME.
Extracts localizable messages from all files in your application, finds all your message catalogs and updates them with new and changed messages.
Reads FILENAME,
a message catalog and integrates new or changed translations.
Find all translatable messages in your application, using Locale::Maketext::Extract.