mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-16 15:08:17 +08:00
add i18n
This commit is contained in:
13
config/config_general.go
Normal file
13
config/config_general.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package config
|
||||
|
||||
type _GeneralConfig struct {
|
||||
Language string
|
||||
}
|
||||
|
||||
func (c *_GeneralConfig) Name() string {
|
||||
return "General"
|
||||
}
|
||||
|
||||
var General = &_GeneralConfig{
|
||||
Language: "en",
|
||||
}
|
||||
Reference in New Issue
Block a user