Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/langpackgen
diff options
context:
space:
mode:
authorcjl <cjlhomeaddress@gmail.com>2012-02-21 02:07:17 (GMT)
committer cjl <cjlhomeaddress@gmail.com>2012-02-21 02:07:17 (GMT)
commite987d11e4310f169570cfef17a31b377de17f4a7 (patch)
treea66e78a150f98c40fbd2e197a5b4bf5ebfcfe3e6 /langpackgen
parentd6163c12f42623325d3daefda5676a19c2509e63 (diff)
add plot and followmebutia also add lang-gn
Diffstat (limited to 'langpackgen')
-rw-r--r--langpackgen/data/langpackgen_94.ini12
-rw-r--r--langpackgen/data/langpackgen_devel.ini12
-rw-r--r--langpackgen/src/LangPackGen/pack_generator.py2
3 files changed, 25 insertions, 1 deletions
diff --git a/langpackgen/data/langpackgen_94.ini b/langpackgen/data/langpackgen_94.ini
index 326110d..b5f1641 100644
--- a/langpackgen/data/langpackgen_94.ini
+++ b/langpackgen/data/langpackgen_94.ini
@@ -184,6 +184,12 @@ category = honey
molocation = /home/olpc/Activities/Flip.activity/locale/LL/LC_MESSAGES/org.sugarlabs.FlipActivity.mo
needs_linfo = 1
+[followmebutia.po]
+name = FollowMe Butia
+category = honey
+molocation = /home/olpc/Activities/followme/locale/LL/LC_MESSAGES/uy.edu.fing.followme.mo
+needs_linfo = 1
+
[fototoon.po]
name = FotoToon
category = honey
@@ -325,6 +331,12 @@ category = honey
molocation = /home/olpc/Activities/Physics.activity/locale/LL/LC_MESSAGES/org.laptop.physics.mo
needs_linfo = 1
+[Plot.po]
+name = Plot
+category = honey
+molocation = /home/olpc/Activities/Plot-activity/locale/LL/LC_MESSAGES/edu.wisc.cs.nest.PlotActivity.mo
+needs_linfo = 1
+
[PlayGo.po]
name = PlayGo
category = honey
diff --git a/langpackgen/data/langpackgen_devel.ini b/langpackgen/data/langpackgen_devel.ini
index cf2bd0c..d543e1d 100644
--- a/langpackgen/data/langpackgen_devel.ini
+++ b/langpackgen/data/langpackgen_devel.ini
@@ -190,6 +190,12 @@ category = honey
molocation = /home/olpc/Activities/Flip.activity/locale/LL/LC_MESSAGES/org.sugarlabs.FlipActivity.mo
needs_linfo = 1
+[followmebutia.po]
+name = FollowMe Butia
+category = honey
+molocation = /home/olpc/Activities/followme/locale/LL/LC_MESSAGES/uy.edu.fing.followme.mo
+needs_linfo = 1
+
[fototoon.po]
name = FotoToon
category = honey
@@ -337,6 +343,12 @@ category = honey
molocation = /home/olpc/Activities/PlayGo.activity/locale/LL/LC_MESSAGES/org.laptop.PlayGo.mo
needs_linfo = 1
+[Plot.po]
+name = Plot
+category = honey
+molocation = /home/olpc/Activities/Plot-activity/locale/LL/LC_MESSAGES/edu.wisc.cs.nest.PlotActivity.mo
+needs_linfo = 1
+
[poll-builder.po]
name = Poll
category = honey
diff --git a/langpackgen/src/LangPackGen/pack_generator.py b/langpackgen/src/LangPackGen/pack_generator.py
index 00f02df..b830718 100644
--- a/langpackgen/src/LangPackGen/pack_generator.py
+++ b/langpackgen/src/LangPackGen/pack_generator.py
@@ -11,7 +11,7 @@ import shutil
import translate.storage.po
LANGS = ['af', 'am', 'ar', 'ay', 'bg', 'bn', 'bn_IN', 'ca', 'de', 'dz', 'el',
- 'en', 'es', 'fa', 'fa_AF', 'ff', 'fr', 'gu', 'ha', 'hi', 'ht', 'hy', 'ig',
+ 'en', 'es', 'fa', 'fa_AF', 'ff', 'fr', 'gu', 'gn', 'ha', 'hi', 'ht', 'hy', 'ig',
'is', 'it', 'ja', 'km', 'ko', 'mg', 'mk', 'ml', 'mn', 'mr', 'mvo', 'nb',
'ne', 'nl', 'pa', 'pap', 'pis', 'pl', 'ps', 'pt', 'pt_BR',
'qu', 'ro', 'ru', 'rw', 'sd', 'si', 'sl', 'ta', 'te', 'th',