Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10588031
strings.go
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
261 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
"hu"
:
return
phrasesHU
case
"it"
:
return
phrasesIT
default
:
return
phrases
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 25, 1:32 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3214790
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment