Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10528944
strings.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
602 B
Subscribers
None
strings.go
View Options
package
l10n
// Strings returns a translation set that will take any term and return its
// translation.
func
Strings
(
lang
string
)
map
[
string
]
string
{
switch
lang
{
case
"de"
:
return
phrasesDE
case
"el"
:
return
phrasesEL
case
"es"
:
return
phrasesES
case
"fr"
:
return
phrasesFR
case
"hu"
:
return
phrasesHU
case
"it"
:
return
phrasesIT
case
"ja"
:
return
phrasesJA
case
"mk"
:
return
phrasesMK
case
"pl"
:
return
phrasesPL
case
"pt"
:
return
phrasesPT
case
"ro"
:
return
phrasesRO
case
"ru"
:
return
phrasesRU
case
"sv"
:
return
phrasesSV
default
:
return
phrases
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 7:36 AM (8 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3188027
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment