MCPcopy Create free account
hub / github.com/codecombat/codecombat / main

Function main

scripts/check-long-i18n.js:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28function main () {
29 Object.keys(locale).forEach(lang => {
30 checkLang(lang)
31 })
32}
33
34main()

Callers 1

check-long-i18n.jsFile · 0.70

Calls 1

checkLangFunction · 0.85

Tested by

no test coverage detected