From a1ff1f98bef53839004b542ac85bd3b2e89d5ae1 Mon Sep 17 00:00:00 2001 From: Vincent van den Braken Date: Sat, 25 Jun 2022 12:54:15 +0200 Subject: Added Dutch (nl) Translations (#114) * Adding Dutch (nl) translation * Update README.md Added Dutch as Language, kept English on top because it's the default. Co-authored-by: Vincent van den Braken --- README.md | 1 + i18n/nl.toml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) create mode 100644 i18n/nl.toml diff --git a/README.md b/README.md index 6572e08..817ebc5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The cover image URL is hard-coded, therefore to replace this add an image to the ### Supported Languages - [English](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/en.toml) + - [Dutch](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/nl.toml) - [French](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/fr.toml) - [Japanese](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/ja.toml) - [Simplified Chinese](https://github.com/curtiscde/hugo-theme-massively/blob/master/i18n/zh.toml) diff --git a/i18n/nl.toml b/i18n/nl.toml new file mode 100644 index 0000000..1f853a5 --- /dev/null +++ b/i18n/nl.toml @@ -0,0 +1,34 @@ +[CONTACT_ADDRESS] + other = "Adres" +[CONTACT_EMAIL] + other = "E-mail" +[CONTACT_FORM_FIELD_EMAIL] + other = "E-mail" +[CONTACT_FORM_FIELD_MESSAGE] + other = "Bericht" +[CONTACT_FORM_FIELD_NAME] + other = "Naam" +[CONTACT_FORM_SUBMIT_SEND_MESSAGE] + other = "Versturen" +[CONTACT_PHONE] + other = "Telefoon" +[CONTACT_SOCIAL] + other = "Sociale Media" +[COPYRIGHT_MESSAGE_1] + other = "Design: [HTML5 UP](https://html5up.net)" +[COPYRIGHT_MESSAGE_2] + other = "Hugo Port: [curtiscode](https://curtiscode.dev)" +[INTRO_CONTINUE] + other = "Verder" +[NAV_MENU] + other = "Menu" +[NAV_CONTACT] + other = "Contact" +[PAGINATION_NEXT] + other = "Volgende" +[PAGINATION_PREVIOUS] + other = "Vorige" +[PAGINATION_FIRST] + other = "Eerste" +[PAGINATION_LAST] + other = "Laatste" \ No newline at end of file -- cgit v1.2.3