aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale/locale.go
diff options
context:
space:
mode:
Diffstat (limited to 'locale/locale.go')
-rwxr-xr-xlocale/locale.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/locale.go b/locale/locale.go
index c76ad8a..64d3b86 100755
--- a/locale/locale.go
+++ b/locale/locale.go
@@ -2,9 +2,9 @@
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
-package locale
+package locale // import "miniflux.app/locale"
-import "github.com/miniflux/miniflux/logger"
+import "miniflux.app/logger"
// Translation is the translation mapping table.
type Translation map[string]interface{}