Dash Core  0.12.2.1
P2P Digital Currency
update-translations.py File Reference

Go to the source code of this file.

Namespaces

 update-translations
 

Functions

def update-translations.check_at_repository_root ()
 
def update-translations.fetch_all_translations ()
 
def update-translations.find_format_specifiers (s)
 
def update-translations.split_format_specifiers (specifiers)
 
def update-translations.sanitize_string (s)
 
def update-translations.check_format_specifiers (source, translation, errors, numerus)
 
def update-translations.all_ts_files (suffix='')
 
def update-translations.remove_invalid_characters (s)
 
def update-translations.escape_cdata (text)
 
def update-translations.postprocess_translations (reduce_diff_hacks=False)
 

Variables

string update-translations.TX = 'tx'
 
string update-translations.SOURCE_LANG = 'dash_en.ts'
 
string update-translations.LOCALE_DIR = 'src/qt/locale'
 
int update-translations.MIN_NUM_MESSAGES = 10
 
 update-translations.FIX_RE = re.compile(b'[\x00-\x09\x0b\x0c\x0e-\x1f]')
 
 update-translations._orig_escape_cdata = None