Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10528687
rtl.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
419 B
Subscribers
None
rtl.go
View Options
package
i18n
var
rtlLangs
=
map
[
string
]
bool
{
"ar"
:
true
,
// Arabic
"dv"
:
true
,
// Divehi
"fa"
:
true
,
// Persian (Farsi)
"ha"
:
true
,
// Hausa
"he"
:
true
,
// Hebrew
"iw"
:
true
,
// Hebrew (old code)
"ji"
:
true
,
// Yiddish (old code)
"ps"
:
true
,
// Pashto, Pushto
"ur"
:
true
,
// Urdu
"yi"
:
true
,
// Yiddish
}
func
LangIsRTL
(
lang
string
)
bool
{
if
_
,
ok
:=
rtlLangs
[
lang
];
ok
{
return
true
}
return
false
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 2:00 AM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3186591
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment