Update common.go
Thanks @lafriks for catching this! Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
02878b9c9f
commit
57c5940dbe
@ -570,7 +570,7 @@ func GetLanguageInfo(language string) (data.LanguageInfo, error) {
|
|||||||
return GetLanguageInfoByID(id)
|
return GetLanguageInfoByID(id)
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetLanguageInfo returns the LanguageInfo for a given language name, or an error if not found.
|
// GetLanguageInfoByID returns the LanguageInfo for a given language ID, or an error if not found.
|
||||||
func GetLanguageInfoByID(id int) (data.LanguageInfo, error) {
|
func GetLanguageInfoByID(id int) (data.LanguageInfo, error) {
|
||||||
if info, ok := data.LanguageInfoByID[id]; ok {
|
if info, ok := data.LanguageInfoByID[id]; ok {
|
||||||
return info, nil
|
return info, nil
|
||||||
|
Loading…
Reference in New Issue
Block a user