first working version
This commit is contained in:
parent
dc421f035e
commit
84e26d7f6c
50 changed files with 6145 additions and 182 deletions
|
|
@ -1,6 +1,8 @@
|
|||
// Copyright (C) 2019 ston1th
|
||||
|
||||
package lang
|
||||
|
||||
var Langs = make(map[string]Lang)
|
||||
var L = make(map[string]Lang)
|
||||
|
||||
type Lang map[string]Key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue