74 Public method to get the supported languages. |
74 Public method to get the supported languages. |
75 |
75 |
76 @return list of supported language codes |
76 @return list of supported language codes |
77 @rtype list of str |
77 @rtype list of str |
78 """ |
78 """ |
79 return list(self.__availableTranslations.keys()) |
79 return list(self.__availableTranslations) |
80 |
80 |
81 def supportedTargetLanguages(self, original): |
81 def supportedTargetLanguages(self, original): |
82 """ |
82 """ |
83 Public method to get a list of supported target languages for an |
83 Public method to get a list of supported target languages for an |
84 original language. |
84 original language. |