MCPcopy Create free account
hub / github.com/Syncplay/syncplay / getLangTagFromNLF

Function getLangTagFromNLF

buildPy2exe.py:58–59  ·  view source on GitHub ↗
(lang)

Source from the content-addressed store, hash-verified

56languages = getLanguages()
57
58def getLangTagFromNLF(lang):
59 return "LANG_" + getMessage("installer-language-file", lang).upper().replace(".NLF","").replace("_","")
60
61
62# Load languages

Callers 1

buildPy2exe.pyFile · 0.85

Calls 1

getMessageFunction · 0.90

Tested by

no test coverage detected