diff options
author | Thedro Neely <thedroneely@gmail.com> | 2019-06-29 22:24:18 -0400 |
---|---|---|
committer | Thedro Neely <thedroneely@gmail.com> | 2019-06-29 22:25:07 -0400 |
commit | 62d023780675c4096a8c73c78eec06fa8cbd3b15 (patch) | |
tree | 088178f752f400bb73b437d2a8b24e7f51bc88f3 /generators/hugo | |
parent | a8f6cce5abf638a9eb26135381d21b3ef04975d5 (diff) | |
download | edwinmattiacci.com-62d023780675c4096a8c73c78eec06fa8cbd3b15.tar.gz edwinmattiacci.com-62d023780675c4096a8c73c78eec06fa8cbd3b15.tar.bz2 edwinmattiacci.com-62d023780675c4096a8c73c78eec06fa8cbd3b15.zip |
hugo/i18n: Add i18n
Diffstat (limited to 'generators/hugo')
-rw-r--r-- | generators/hugo/themes/edwin/i18n/en.yaml | 29 |
1 files changed, 29 insertions, 0 deletions
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}}" |