Mercurial > babel > old > babel-test
comparison ChangeLog @ 291:400f01be1537
fix catalogs' charset values not being recognized
thanks Jose Galvez
author | pjenvey |
---|---|
date | Fri, 28 Sep 2007 05:16:25 +0000 |
parents | 8e254e72c1cc |
children | a59bf720ef60 |
comparison
equal
deleted
inserted
replaced
290:d0c6014c46a1 | 291:400f01be1537 |
---|---|
6 but now has a plural form, for example by moving from `gettext` to | 6 but now has a plural form, for example by moving from `gettext` to |
7 `ngettext`, or vice versa. | 7 `ngettext`, or vice versa. |
8 * Fixed time formatting for 12 am and 12 pm. | 8 * Fixed time formatting for 12 am and 12 pm. |
9 * Fixed output encoding of the `pybabel --list-locales` command. | 9 * Fixed output encoding of the `pybabel --list-locales` command. |
10 * PO files are now written in binary mode on windows (ticket #61). | 10 * PO files are now written in binary mode on windows (ticket #61). |
11 * Fixed catalogs' charset values not being recognized. | |
11 | 12 |
12 | 13 |
13 Version 0.9 | 14 Version 0.9 |
14 http://svn.edgewall.org/repos/babel/tags/0.9.0/ | 15 http://svn.edgewall.org/repos/babel/tags/0.9.0/ |
15 (Aug 20 2007, from branches/stable/0.9.x) | 16 (Aug 20 2007, from branches/stable/0.9.x) |