MCPcopy
hub / github.com/t3-oss/create-t3-app / getIsRtlFromLangCode

Function getIsRtlFromLangCode

www/src/languages.ts:34–39  ·  view source on GitHub ↗
(language: KnownLanguageCode)

Source from the content-addressed store, hash-verified

32}
33
34export function getIsRtlFromLangCode(language: KnownLanguageCode) {
35 if (rtlLanguages.includes(language)) {
36 return true;
37 }
38 return false;
39}

Callers 4

BreadCrumbsFunction · 0.90
LanguageSelectFunction · 0.90
getFunction · 0.90
getIsRtlFromUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected