diff -r 8c98bad90b8d -r fcc406143e5b util/TranslationCatalogs.py --- a/util/TranslationCatalogs.py Thu Aug 17 10:12:04 2017 +0300 +++ b/util/TranslationCatalogs.py Thu Aug 17 11:39:10 2017 +0300 @@ -52,3 +52,7 @@ if domain is not None: locale.AddCatalogLookupPathPrefix(locale_dir) locale.AddCatalog(domain) + + +def NoTranslate(x): + return x