Compare commits
2 Commits
15ffbfae4d
...
7755d6c2fe
Author | SHA1 | Date | |
---|---|---|---|
7755d6c2fe | |||
06fa48351b |
@ -15,7 +15,7 @@ var Dicts []dictionary = []dictionary{
|
|||||||
{ShortName: "EN-FR", Name: "French - English", Url: "/french-english"},
|
{ShortName: "EN-FR", Name: "French - English", Url: "/french-english"},
|
||||||
}
|
}
|
||||||
|
|
||||||
func find_dict(sn string) (*dictionary) {
|
func find_dict(sn string) *dictionary {
|
||||||
for i := range Dicts {
|
for i := range Dicts {
|
||||||
if Dicts[i].ShortName == sn {
|
if Dicts[i].ShortName == sn {
|
||||||
return &Dicts[i]
|
return &Dicts[i]
|
||||||
|
4
renovate.json
Normal file
4
renovate.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"extends": ["config:recommended"],
|
||||||
|
"prHourlyLimit": 20
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user