From e9ae92b4a2fce39738ffce9edc459aad0b6ac693 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Fri, 29 Jul 2011 10:44:28 +0000 Subject: Translate per activity names --- (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9c6a8fb..c5f4278 100755 --- a/setup.py +++ b/setup.py @@ -21,10 +21,21 @@ from glob import glob from ConfigParser import ConfigParser from os.path import join, dirname, abspath, lexists, islink, isdir, exists from os.path import basename +from gettext import gettext as _ COMPONENTS = ['Edit', 'Jam', 'Mini', 'SynthLab'] +FULL_COMPONENT_NAMES = [ + # TRANS: Full activity name that will be used in Sugar Shell + _('TamTamEdit'), + # TRANS: Full activity name that will be used in Sugar Shell + _('TamTamJam'), + # TRANS: Full activity name that will be used in Sugar Shell + _('TamTamMini'), + # TRANS: Full activity name that will be used in Sugar Shell + _('TamTamSynthLab')] + def link_activities(dst_root, cp_cmd): for component in COMPONENTS: -- cgit v0.9.1