6 lines
111 B
Go
6 lines
111 B
Go
package share
|
|
|
|
// Langs 多语言包
|
|
var Langs = map[string]string{
|
|
"象传应用引擎": "Yao App Engine",
|
|
}
|