Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/from_pootle.sh
diff options
context:
space:
mode:
authorSebastian Silva (icarito) <sebastian@sugarlabs.org>2012-07-12 21:16:49 (GMT)
committer Sebastian Silva (icarito) <sebastian@sugarlabs.org>2012-07-12 21:16:49 (GMT)
commit200b3b7fec42d2fc65fec4474dbf6ba9c4896b1a (patch)
treefaa37827ae8a3e2051f821c8b85f4defb380a022 /from_pootle.sh
parent61f608a185125bbde0cccb9cd9cf1bb831efd407 (diff)
Restructure for pootle i18n
Diffstat (limited to 'from_pootle.sh')
-rw-r--r--from_pootle.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/from_pootle.sh b/from_pootle.sh
new file mode 100644
index 0000000..f355ea1
--- /dev/null
+++ b/from_pootle.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+for LNG in "es"
+do
+ cp po/$LNG.po app/translations/$LNG/LC_MESSAGES/messages.po
+ echo Copied $LNG
+done