69 Public method to get the supported languages. |
69 Public method to get the supported languages. |
70 |
70 |
71 @return list of supported language codes |
71 @return list of supported language codes |
72 @rtype list of str |
72 @rtype list of str |
73 """ |
73 """ |
74 return list(self.__availableTranslations.keys()) |
74 return list(self.__availableTranslations) |
75 |
75 |
76 def supportedTargetLanguages(self, original): |
76 def supportedTargetLanguages(self, original): |
77 """ |
77 """ |
78 Public method to get a list of supported target languages for an |
78 Public method to get a list of supported target languages for an |
79 original language. |
79 original language. |