Update gitea.com/macaron/i18n (#12806)

Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
zeripath
2020-09-10 16:32:58 -05:00
committed by GitHub
parent 47289344e2
commit daefdd1385
12 changed files with 80 additions and 27 deletions
+3
View File
@@ -302,6 +302,9 @@ func (f *File) Reload() (err error) {
}
return err
}
if f.options.ShortCircuit {
return nil
}
}
return nil
}