[cc-commits] [SCM] Wrapper egg for the i18n checkout (branch master) updated. 440993ae72a9647bde2a6d211cd2bb305570d4fb
git version control
git at a7.creativecommons.org
Tue Mar 2 19:05:39 EST 2010
The branch, master has been updated
via 440993ae72a9647bde2a6d211cd2bb305570d4fb (commit)
from d130c73c3d0b9d49fa1be6d2070b5e52f3d29f12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 440993ae72a9647bde2a6d211cd2bb305570d4fb
Author: Christopher Allan Webber <cwebber at dustycloud.org>
Date: Tue Mar 2 18:04:03 2010 -0600
mo/ is a better directory than locales/ for .mo files
-----------------------------------------------------------------------
Summary of changes (followed by patch):
cc/i18npkg/compile_mo.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cc/i18npkg/compile_mo.py b/cc/i18npkg/compile_mo.py
index 4ec1dc7..0ca1a38 100644
--- a/cc/i18npkg/compile_mo.py
+++ b/cc/i18npkg/compile_mo.py
@@ -10,7 +10,7 @@ from pythongettext.msgfmt import Msgfmt
I18N_PATH = pkg_resources.resource_filename(
'cc.i18npkg', 'i18n/i18n')
MO_FILES_BASE = pkg_resources.resource_filename(
- 'cc.i18npkg', 'locales')
+ 'cc.i18npkg', 'mo')
def compile_mo_files():
hooks/post-receive
--
Wrapper egg for the i18n checkout
More information about the cc-commits
mailing list