Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'langs/i18n/translationProvider.go')
-rw-r--r--langs/i18n/translationProvider.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/langs/i18n/translationProvider.go b/langs/i18n/translationProvider.go
index 07bd9219a..302ca84c6 100644
--- a/langs/i18n/translationProvider.go
+++ b/langs/i18n/translationProvider.go
@@ -73,7 +73,6 @@ func (tp *TranslationProvider) Update(d *deps.Deps) error {
d.Translate = tp.t.Func(d.Language.Lang)
return nil
-
}
const artificialLangTagPrefix = "art-x-"
@@ -138,5 +137,4 @@ func errWithFileContext(inerr error, r source.File) error {
herrors.SimpleLineMatcher)
return err
-
}