MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / set_lang

Function set_lang

eos/config.py:30–32  ·  view source on GitHub ↗
(i18n_lang)

Source from the content-addressed store, hash-verified

28}
29
30def set_lang(i18n_lang):
31 global lang
32 lang = translation_mapping.get(i18n_lang, translation_mapping.get("en"))
33
34pyfalog.debug("Gamedata connection string: {0}", gamedata_connectionstring)
35

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected