Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Syncplay/syncplay
/ getLanguages
Function
getLanguages
syncplay/messages.py:42–47 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
]
41
42
def
getLanguages():
43
langList = {}
44
for
lang in messages:
45
if
lang !=
"CURRENT"
:
46
langList[lang] = getMessage(
"LANGUAGE"
, lang)
47
return
langList
48
49
def
getLanguageTags():
50
langList = {}
Callers
2
buildPy2exe.py
File · 0.90
addMessageTab
Method · 0.90
Calls
1
getMessage
Function · 0.85
Tested by
no test coverage detected