From b51598c54eefb8881c0e1b163ceca915120759d5 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 28 Dec 2024 04:37:40 +0100 Subject: default translations in theme --- i18n/en.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i18n/en.yml (limited to 'i18n/en.yml') diff --git a/i18n/en.yml b/i18n/en.yml new file mode 100644 index 0000000..fab158b --- /dev/null +++ b/i18n/en.yml @@ -0,0 +1,28 @@ +# pluralizables +category: + one: category + other: categories +post: + one: post + other: posts +project: + one: project + other: projects +tag: + one: tag + other: tags +talk: + one: talk + other: talks + +# Rest +next: next +prev: prev +see_all: "see all" +about: about +recent_pages: Pages recently edited +_blank: " " +translations: translations +author_by: By +minute_read: "min read" +rss_follow: "Follow {{ .section }} updates via RSS feed" -- cgit v1.2.3