Document Strings() func
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
package l10n
|
package l10n
|
||||||
|
|
||||||
|
// Strings returns a translation set that will take any term and return its
|
||||||
|
// translation.
|
||||||
func Strings(lang string) map[string]string {
|
func Strings(lang string) map[string]string {
|
||||||
switch lang {
|
switch lang {
|
||||||
case "hu":
|
case "hu":
|
||||||
|
|||||||
Reference in New Issue
Block a user