diff options
Diffstat (limited to 'i18n/en.yml')
-rw-r--r-- | i18n/en.yml | 28 |
1 files changed, 28 insertions, 0 deletions
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" |