Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
34
export
function
getIsRtlFromLangCode(language: KnownLanguageCode) {
35
if
(rtlLanguages.includes(language)) {
36
return
true;
37
}
38
return
false;
39
}
Callers
4
BreadCrumbs
Function · 0.90
LanguageSelect
Function · 0.90
get
Function · 0.90
getIsRtlFromUrl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected