Add l10n package
This includes basic US English terms and a function to get any translation set.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package l10n
|
||||
|
||||
func Strings(lang string) map[string]string {
|
||||
switch lang {
|
||||
default:
|
||||
return phrases
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user