Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent van den Braken <vincent@vandenbraken.com>2022-06-25 13:54:15 +0300
committerGitHub <noreply@github.com>2022-06-25 13:54:15 +0300
commita1ff1f98bef53839004b542ac85bd3b2e89d5ae1 (patch)
tree47cfb1cb798bc8da26ee9e4a643a9cea4063c467
parent92c65853e765618288c8dfd79ccd35d63da19f48 (diff)
Added Dutch (nl) Translations (#114)v6.7.0
* 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 <v.vandenbraken@skinconsult.com>
-rw-r--r--README.md1
-rw-r--r--i18n/nl.toml34
2 files changed, 35 insertions, 0 deletions
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