Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dachev/node-cld
/ LanguageCodeWithDialects
Function
LanguageCodeWithDialects
chromium/languages/internal/languages.cc:269–273 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
const char* LanguageCodeWithDialects(Language lang) {
270
if (lang == CHINESE)
271
return
"zh-CN"
;
272
return LanguageCode(lang);
273
}
274
275
276
Callers
nothing calls this directly
Calls
1
LanguageCode
Function · 0.85
Tested by
no test coverage detected