Edgewall Software

source: trunk/genshi/filters/i18n.py

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1263   10 years hodgestar Add HTML5 input placeholder attribute to list of translatable …
(edit) @1242   10 years hodgestar Fix handling of case where a translation has text after a closing tag …
(edit) @1177   12 years hodgestar Handle multiple events between or an either side of start and end tags …
(edit) @1158   13 years hodgestar Merge r1141 from py3k: add support for python 3 to genshi.filters: …
(edit) @1120   13 years cmlenz Update changelog and copyright years.
(edit) @1118   13 years cmlenz i18n: some cleanup, especially for the pluralization directives.
(edit) @1115   13 years cmlenz i18n: Support extraction of attributes in markup embedded in …
(edit) @1114   13 years cmlenz Removed some obsolete/unused code from the i18n filter.
(edit) @1111   13 years cmlenz More i18n doc improvements.
(edit) @1105   13 years cmlenz Fix regression in [1099]: templates must not have an implicit loader …
(edit) @1096   14 years palgarvio Any py:strip involved on i18n:singular or i18n:plural is now …
(edit) @1095   14 years palgarvio Typo correction.
(edit) @1094   14 years palgarvio Allow the use of i18n:singular and i18n:plural as directives and …
(edit) @1092   14 years cmlenz Apply patch for I18n message extraction bug as reported in #358. …
(edit) @1079   14 years cmlenz Add a couple of fallback imports for Python 3.0.
(edit) @1077   14 years cmlenz More work on reducing the size of the diff produced by 2to3.
(edit) @1076   14 years cmlenz Convert a bunch of print statements to py3k compatible syntax.
(edit) @1073   14 years cmlenz Update copyright years on files changed due to advanced-i18n merge.
(edit) @1072   14 years cmlenz Merged advanced-i18n branch back into trunk.
(edit) @988   15 years cmlenz Merged AST branch back into trunk. Most of this code was written by …
(edit) @954   15 years cmlenz Merged the custom-directives branch back into trunk.
(edit) @932   15 years cmlenz Change Translator class to accept either a gettext-style function, …
(edit) @929   15 years cmlenz Add support for supplying comments on localizable messages in the i18n …
(edit) @927   15 years cmlenz Fix for #250: ignore expressions in attribute values when inside …
(edit) @902   15 years cmlenz Added tests for the parameter support added to advanced …
(edit) @901   15 years cmlenz Support for parameters in internationalized i18n:msg content. See #129.
(edit) @888   15 years cmlenz Fix for I18n filter problem with lazy translation functions. Closes #145.
(edit) @876   15 years cmlenz Remove some cruft for supporting Python 2.3.
(edit) @862   15 years cmlenz Minor cleanup in the i18n module.
(edit) @783   16 years cmlenz Fix case where attributes weren't properly wrapped in an Attrs
(edit) @716   16 years cmlenz Handle starargs and dstarargs in the I18n extraction code.
(edit) @710   16 years cmlenz Follow-up to [708]. The added extract_text option wasn't actually …
(edit) @708   16 years cmlenz Add option to I18n filter to only extract strings in gettext function …
(edit) @690   16 years cmlenz Improve docs on Stream.select() for #135.
(edit) @676   16 years cmlenz * The I18n extractor now handles gettext function calls that use …
(edit) @672   16 years cmlenz Move code for extracting messages from bytecode into a separate function.
(edit) @671   16 years cmlenz Start implementation of advanced I18n as dicussed in #129 and the …
(edit) @658   16 years cmlenz The I18n filter now extracts text from translation functions in …
(edit) @643   16 years cmlenz The I18n filter no longer extracts or translates literal strings in …
(edit) @637   16 years cmlenz Add missing copyright header to i18n.py.
(edit) @634   16 years cmlenz Integrated Babel message extraction …
(edit) @626   16 years cmlenz The I18n filter now skips the content of elements that have an …
(edit) @605   16 years cmlenz Added new markup transformation filter contributed by Alec Thomas …
(edit) @595   16 years cmlenz Fix another bug in the translation filter: translated attributes were …
(edit) @585   16 years cmlenz Follow-up to [583]: Don't extract strings from interpolated attribute …
(edit) @583   16 years cmlenz Fix for handling of interpolated attribute values in translation filter.
(edit) @581   16 years cmlenz Fix another typo in translation filter.
(edit) @569   16 years cmlenz The I18n extraction now returns a tuple of strings for ngettext and …
(edit) @567   16 years cmlenz Add some more localizable HTML attributes to the I18n filter.
(edit) @566   16 years cmlenz Fix another bad ref in the I18n filter.
(edit) @552   16 years cmlenz Fix incorrect reference to translation function in the I18N filter.
(edit) @544   16 years cmlenz Extend the I18n extraction to also yield function names if applicable.
(edit) @540   16 years cmlenz Add support for HTML5 doctype.
(add) @538   16 years cmlenz Add basic I18n/L10n functionality, based on GenshiRecipes/Localization.
Note: See TracRevisionLog for help on using the revision log.