[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Maposmatic-dev] [PATCH 1/4] i18n: update source files requiring transla
From: |
Thomas Petazzoni |
Subject: |
[Maposmatic-dev] [PATCH 1/4] i18n: update source files requiring translation |
Date: |
Sat, 31 Mar 2012 23:30:36 +0200 |
Signed-off-by: Thomas Petazzoni <address@hidden>
---
i18n.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/i18n.py b/i18n.py
index 22afa4c..af45924 100755
--- a/i18n.py
+++ b/i18n.py
@@ -32,8 +32,8 @@ def make_pot():
print "Make locale/ocitysmap.pot"
subprocess.check_call(['pygettext', '-o', 'ocitysmap.pot', '-p', 'locale',
'ocitysmap2/indexlib/indexer.py',
- 'ocitysmap2/maplib/renderers.py',
- 'ocitysmap2/layoutlib/renderers.py'])
+ 'ocitysmap2/layoutlib/multi_page_renderer.py',
+ 'ocitysmap2/layoutlib/single_page_renderers.py'])
return
def make_po(languages):
--
1.7.4.1
- [Maposmatic-dev] [PATCH 1/4] i18n: update source files requiring translation,
Thomas Petazzoni <=