diff options
author | Monty Taylor <mordred@inaugust.com> | 2012-02-08 00:16:50 -0800 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2012-02-08 19:30:39 -0800 |
commit | b54179438e53e26a45c8cf046bc3714fe027dc22 (patch) | |
tree | bb67691c219ae6de8fe67cf0f21c1ffa1754194d /.gitignore | |
parent | 4a4c274c834728a03bce7e5384c562321821eaf8 (diff) | |
download | nova-b54179438e53e26a45c8cf046bc3714fe027dc22.tar.gz |
Move translations to babel locations.
If we structure things like this, we can get things
actually, you know, installed.
Locales ast and oc aren't supported by babel. We'll re-import them
from Launchpad once we get babel updated.
If you want translations installed, run:
python setup.py compile_catalog
Before you run either setup.py sdist or setup.py install
More work is needed to actually properly use the installed translations, but
we're closer.
Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a3ee55e462..5ae77cf42e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ nova.egg-info .venv *.sqlite *.log -po/*.pot +*.mo |