Searched refs:locale (Results 1 – 2 of 2) sorted by relevance
132 def valid_locales(locale): argument138 return locale250 new_path_parts = path_parts[:kindex + 1] + ["translations", args.locale] \259 logging.info("No translation in the locale of %s\n", args.locale)
7 import locale203 line = line.decode(locale.getpreferredencoding(False), errors='ignore')