Document Strings() func
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user