diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-16 19:32:18 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-17 01:28:57 +0300 |
commit | 239d68f94c6250276850fbe95eaa6cdd5c38fb26 (patch) | |
tree | c576da169afc442f51eae6213ad0ff749ed86589 /themes/hugo-theme-stack/i18n/en.yaml | |
parent | 8e79098193fd0a8b65305dd8054cf7c424c60bc5 (diff) |
Своя тема, полностью всё переделал
Diffstat (limited to 'themes/hugo-theme-stack/i18n/en.yaml')
-rw-r--r-- | themes/hugo-theme-stack/i18n/en.yaml | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/themes/hugo-theme-stack/i18n/en.yaml b/themes/hugo-theme-stack/i18n/en.yaml deleted file mode 100644 index fb07328..0000000 --- a/themes/hugo-theme-stack/i18n/en.yaml +++ /dev/null @@ -1,73 +0,0 @@ -toggleMenu: - other: Toggle Menu - -darkMode: - other: Dark Mode - -list: - page: - one: "{{ .Count }} page" - other: "{{ .Count }} pages" - - section: - other: Section - - subsection: - one: Subsection - other: Subsections - -article: - back: - other: Back - - tableOfContents: - other: Table of contents - - relatedContent: - other: Related content - - lastUpdatedOn: - other: Last updated on - - readingTime: - one: "{{ .Count }} minute read" - other: "{{ .Count }} minute read" - -notFound: - title: - other: Not Found - - subtitle: - other: This page does not exist - -widget: - archives: - title: - other: Archives - - more: - other: More - - tagCloud: - title: - other: Tags - categoriesCloud: - title: - other: Categories - -search: - title: - other: Search - - placeholder: - other: Type something... - - resultTitle: - other: "#PAGES_COUNT pages (#TIME_SECONDS seconds)" - -footer: - builtWith: - other: Built with {{ .Generator }} - - designedBy: - other: Theme {{ .Theme }} designed by {{ .DesignedBy }} |