Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F13894515
strings.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
416 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
"es"
:
return
phrasesES
case
"fr"
:
return
phrasesFR
case
"hu"
:
return
phrasesHU
case
"it"
:
return
phrasesIT
case
"ja"
:
return
phrasesJA
case
"ro"
:
return
phrasesRO
default
:
return
phrases
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 13, 1:03 AM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3653826
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment