Home
last modified time | relevance | path

Searched refs:locale (Results 1 – 2 of 2) sorted by relevance

/scripts/
Dchecktransupdate.py132 def valid_locales(locale): argument
138 return locale
250 new_path_parts = path_parts[:kindex + 1] + ["translations", args.locale] \
259 logging.info("No translation in the locale of %s\n", args.locale)
Dspdxcheck.py7 import locale
203 line = line.decode(locale.getpreferredencoding(False), errors='ignore')