-
Putting either {% %} or {% formfill form_data with errors %} in a jijnja2 template file breaks pybabel extraction. Removing those from a template file and the extration works as expected.
Steps to re…
-
the packet python-pybabel is not listed in the apt-get install line. It is required to update the translation.
furthermore, a step by step instruction for updating the translation would be also fine.…
-
-
I'm thinking about adding this flag to the default `pybabel update`:
```
-N, --no-fuzzy-matching: do not use fuzzy matching (default False)
```
From my previous experience is that the fuzzy matching…
lipis updated
10 years ago
-
On the first run with an empty database OpenERP fails to initialize the database because of `UnicodeEncodeError`.
I've read through the [installation documentation](https://doc.openerp.com/install/li…
gaqzi updated
9 years ago
-
Add some command options to help to manage translations with pybabel instead of using various command like :
```
pybabel extract -F babel.cfg -o locale/messages.pot .
pybabel init -l fr -d locale -i …
-
I am creating a plugin for FreeNAS and am trying to figure out if I still need to include py-babel as an optional dependency? I noticed XDM now ships with it's own site-packages including babel, but …
-
I am using Babel==1.3 and Sphinx==1.1.3.
I use `sphinx-build -b gettext` to generate pot files.
You can see an example pot generated [here](https://gist.github.com/Ivoz/6574219)
I attempt to initia…
Ivoz updated
10 years ago
-
Hi, would it be possible to add support for directory globbing in the extract phase? I'm using yeoman and right now and it seems we need to specify each folder for pybabel separately; and then also to…
slobo updated
11 years ago
-
**Migrated issue, originally created by Anonymous**
Tested with
Mako-0.8.0
Babel-0.9.5
The following line is parsed
Resulting in the following that is unable to be read by python2.6 tokenize
{styl…