Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-02-07 12:42:40 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-02-07 12:42:40 (GMT)
commite8e2ee485db2f7fd10c6fb6dfa8011c2ab19d2b7 (patch)
treee898f11a3e0cafbcde2ffaa25a9397a192492fe5
parenteb469143f671de35354004a31292363efc767a51 (diff)
Add strings in the old UI to enable the translators to use them.
This is a temporary change, because we have a stable version with different strings than the version in development. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--activity.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/activity.py b/activity.py
index 5eed76d..8a472d6 100644
--- a/activity.py
+++ b/activity.py
@@ -61,6 +61,13 @@ PATH = '/org/laptop/Memorize'
_MODE_PLAY = 1
_MODE_CREATE = 2
+# These strings are added only to enable the translators
+# to translate the words needed in the stable version
+# We can remove them when the version with the new UI is available
+# to all the users.
+
+changed_strings = [_('Play'), _('Create'), _('Game name:'), _('Equal pairs'),
+ _('addition'), _('letters'), _('sounds')]
class MemorizeActivity(Activity):