Home | History | Annotate | Download | only in xmlpool

Lines Matching refs:translations

28     # descriptions and translations.
116 def expandMatches (matches, translations, end=None):
118 nTranslations = len(translations)
120 # Expand the description+enums for all translations
121 for lang,trans in translations:
126 if len(matches) == 1 and i < len(translations) and \
146 translations = [("en", gettext.NullTranslations())]
153 translations.append ((lang, trans))
169 # translations.
179 expandMatches (descMatches, translations, line)
194 expandMatches ([matchDESC], translations)
203 expandMatches (descMatches, translations)