logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Locale::Po4a::Wml - convert WML (web markup language) documents from/to PO files

Authors

        Martin Quinson (mquinson#debian.org)
        Noriada Kobayashi <nori1@dolphin.c.u-tokyo.ac.jp>

Description

       The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance
       of translations) using gettext tools on areas where they were not expected like documentation.

       Locale::Po4a::Wml is a module to help the translation of WML documents into other [human] languages. Do
       not mixup the WML we are speaking about here (web markup language) and the WAP crap used on cell phones.

       Please note that this module relies upon the Locale::Po4a::Xhtml module, which also relies upon the
       Locale::Po4a::Xml module.  This means that all tags for web page expressions are assumed to be written in
       the XHTML syntax.

Name

       Locale::Po4a::Wml - convert WML (web markup language) documents from/to PO files

Options Accepted By This Module

       NONE.

Status Of This Module

       This module works for some simple documents, but is still young.  Currently, the biggest issue of the
       module is probably that it cannot handle documents that contain non-XML inline tags such as <email
       "foo@example.org">, which are often defined in the WML.  Improvements will be added in the future
       releases.

See Also