Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F12686897
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
381 B
Subscribers
None
View Options
diff --git a/l10n/strings.go b/l10n/strings.go
index 74900bf..3cea620 100644
--- a/l10n/strings.go
+++ b/l10n/strings.go
@@ -1,10 +1,12 @@
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
default:
return phrases
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Dec 13, 11:52 PM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3537350
Attached To
rWC Write.as Web Core
Event Timeline
Log In to Comment