[Movecommons-commits] r21 - in trunk: . wp-theme/languages
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Sat Sep 25 17:43:35 CEST 2010
Author: vjrj_
Date: 2010-09-25 17:43:35 +0200 (Sat, 25 Sep 2010)
New Revision: 21
Modified:
trunk/fabfile.py
trunk/wp-theme/languages/fr_FR.mo
Log:
Modified: trunk/fabfile.py
===================================================================
--- trunk/fabfile.py 2010-09-25 15:21:28 UTC (rev 20)
+++ trunk/fabfile.py 2010-09-25 15:43:35 UTC (rev 21)
@@ -17,6 +17,10 @@
"Commit last changes to MC repo"
local('svn commit -m ""')
+def i18nCompile():
+ "Converts po to mo"
+ local("msgfmt wp-theme/languages/mc-fr_FR.pot -o wp-theme/languages/fr_FR.mo")
+
def svn_update():
"Updates MC website with the repository files."
run("cd %s; svn up" % wp_theme_path)
Modified: trunk/wp-theme/languages/fr_FR.mo
===================================================================
(Binary files differ)
More information about the Movecommons-commits
mailing list