From 62d023780675c4096a8c73c78eec06fa8cbd3b15 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sat, 29 Jun 2019 22:24:18 -0400 Subject: hugo/i18n: Add i18n --- generators/hugo/themes/edwin/i18n/en.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 generators/hugo/themes/edwin/i18n/en.yaml diff --git a/generators/hugo/themes/edwin/i18n/en.yaml b/generators/hugo/themes/edwin/i18n/en.yaml new file mode 100644 index 0000000..39398b4 --- /dev/null +++ b/generators/hugo/themes/edwin/i18n/en.yaml @@ -0,0 +1,29 @@ +- id: by + translation: "by" + +- id: tags + translation: "Tags" + +- id: categories + translation: "Categories" + +- id: readMore + translation: "Read More →" + +- id: translations + translation: "Translations" + +- id: related + translation: "See also" + +- id: recentPosts + translation: "Recent Posts" + +- id: backToTop + translation: "Back to top" + +- id: language + translation: "Language" + +- id: thanks + translation: "Hugo template made with ❤ by {{.Xzya}}, inspired by {{.HugoThemeBootstrap4Blog}}" -- cgit v1.2.3