MCPcopy Create free account
hub / github.com/debbide/GeoFill / getLanguageForCountry

Function getLanguageForCountry

scripts/generators.js:749–751  ·  view source on GitHub ↗

* 获取指定国家对应的语言

(country)

Source from the content-addressed store, hash-verified

747 * 获取指定国家对应的语言
748 */
749function getLanguageForCountry(country) {
750 return COUNTRY_LANG_MAP[country] || 'en';
751}
752
753/**
754 * 从数组中随机选择一个元素

Callers 2

generateFirstNameFunction · 0.85
generateLastNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected