Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
languages = getLanguages()
57
58
def
getLangTagFromNLF(lang):
59
return
"LANG_"
+ getMessage(
"installer-language-file"
, lang).upper().replace(
".NLF"
,
""
).replace(
"_"
,
""
)
60
61
62
# Load languages
Callers
1
buildPy2exe.py
File · 0.85
Calls
1
getMessage
Function · 0.90
Tested by
no test coverage detected