31
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add plural forms definition for Tibetan. Discussed in private with Andrew West, well-known and respect Sino-Tibetan scholar and Unicode contributor.
Jeroen Ruigrok van der Werven (asmodai)
as Jeroen Ruigrok van der Werven
More... over 16 years ago
Add a plurals definition for Thai.
Jeroen Ruigrok van der Werven (asmodai)
as Jeroen Ruigrok van der Werven
More... over 16 years ago
mention the ticket, #66, in the last changelog More... over 16 years ago
woops, misplaced changelog More... over 16 years ago
fix catalogs' charset values not being recognized thanks Jose Galvez More... over 16 years ago
we must mean options.locale here More... over 16 years ago
Fix error in `compile_catalog` distutils command. Closes #65. More... over 16 years ago
Updated ChangeLog for [milestone:0.9.1]. More... over 16 years ago
Fix `__repr__` of `Translations` class. Closes #63. More... over 16 years ago
In `Locale.parse()`, only parse the argument if it's a string, otherwise just return the argument. This assumes that a non-string argument is either a `Locale` instance, or a proxy object pretending to be one. That may not be a safe assumption, but at least it allows you to use proxy objects such as Paste's `StackedObjectProxy` for locales. More... over 16 years ago
Write PO files in binary mode. Closes #61. More... over 16 years ago
Fix for updating catalog messages that changed from gettext to ngettext or vice versa. More... over 16 years ago
Fixed a bug introduced by [301]. More... over 16 years ago
Fixed formatting bug with 12-hour clock patterns. More... over 16 years ago
Fix typo in docstring. More... over 16 years ago
Fix typo in documentation of the default extraction methods. Thanks to Ramiro Morales for pointing out the mistake. More... over 16 years ago
Default the encoding of output by the `pybabel --list-locales` command to ASCII with errors replaced, if the output stream has no encoding set. For a reason unknown to me I got an encoding error, but only when when running the output through a pipe on the shell. More... over 16 years ago
Bump up version number on trunk. More... almost 17 years ago
Updated ChangeLog for [milestone:0.9]. More... almost 17 years ago
Fix minor glitch in docstring. More... almost 17 years ago
Apply patch for #26 to implement locale aliases. More... almost 17 years ago
skip messages that have less arguments than the keyword spec calls for avoids potential IndexErrors during extraction More... almost 17 years ago
add extractor tests for some odder method signatures and concatenated strings More... almost 17 years ago
Fix typo in [271] that slipped into the check-in. More... almost 17 years ago
Added examples for using `get_timezone_name` to documentation. More... almost 17 years ago
Fail more gracefully when formatting the timezone for an unknown/invalid territory. More... almost 17 years ago
Fix for `get_timezone_name` when falling back to GMT display. More... almost 17 years ago
Fix typo on distutils/setuptools doc page. More... almost 17 years ago
don't init new catalogs as fuzzy More... almost 17 years ago
Soften dependency on setuptools. Extraction methods can now be referenced using a special section in the mapping configuration, mapping short names to fully-qualified function references. More... almost 17 years ago