Browse Source

Document Strings() func

master
Matt Baer 6 years ago
parent
commit
5e9c5baf35
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      l10n/strings.go

+ 2
- 0
l10n/strings.go View File

@@ -1,5 +1,7 @@
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":


Loading…
Cancel
Save