From 7ffbe45d665c34048803bb21b8e3002c8b605e94 Mon Sep 17 00:00:00 2001 From: Emiel Hollander Date: Sun, 30 Sep 2018 11:39:38 +0200 Subject: Add i18n capabilities --- i18n/en.toml | 14 ++++++++++++++ i18n/nl.toml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 i18n/en.toml create mode 100644 i18n/nl.toml (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml new file mode 100644 index 0000000..d3a0bb7 --- /dev/null +++ b/i18n/en.toml @@ -0,0 +1,14 @@ +[posts] +other = "Posts" + +[about] +other = "About" + +[writtenBy] +other = "Written by" + +[on] +other = "on" + +[generator] +other = "Made with Hugo using the Tale theme." \ No newline at end of file diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 0000000..9c5c8f7 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,14 @@ +[posts] +other = "Artikelen" + +[about] +other = "Over" + +[writtenBy] +other = "Geschreven door" + +[on] +other = "op" + +[generator] +other = "Gemaakt met Hugo en thema Tale." \ No newline at end of file -- cgit v1.2.3