Home | History | Annotate | Download | only in xmlpool

Lines Matching refs:translations

16     # descriptions and translations.
104 def expandMatches (matches, translations, end=None):
106 nTranslations = len(translations)
108 # Expand the description+enums for all translations
109 for lang,trans in translations:
114 if len(matches) == 1 and i < len(translations) and \
134 translations = [("en", gettext.NullTranslations())]
141 translations.append ((lang, trans))
157 # translations.
167 expandMatches (descMatches, translations, line)
182 expandMatches ([matchDESC], translations)
191 expandMatches (descMatches, translations)