From 6388761129d08ef3bdcaa3d4d9940f94dcdaacc3 Mon Sep 17 00:00:00 2001
From: Bwko
Date: Mon, 26 Dec 2016 23:03:16 +0100
Subject: [PATCH] Added Dutch translations to the landingpage
---
options/locale/locale_nl-NL.ini | 2 +-
templates/home.tmpl | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
diff --git a/options/locale/locale_nl-NL.ini b/options/locale/locale_nl-NL.ini
index c741c7597..3166f04ae 100644
--- a/options/locale/locale_nl-NL.ini
+++ b/options/locale/locale_nl-NL.ini
@@ -1,4 +1,4 @@
-app_desc=Een eenvoudige zelfgehoste Git service geschreven in Go
+app_desc=A painless self-hosted Git service.
home=Home
dashboard=Dashboard
diff --git a/templates/home.tmpl b/templates/home.tmpl
index 03942bfde..1589ed9b6 100644
--- a/templates/home.tmpl
+++ b/templates/home.tmpl
@@ -238,6 +238,43 @@
+ {{else if eq .Lang "nl-NL"}}
+
+
+
+
+
+ Gitea werkt op alles waar Go op kan compileren: Windows, macOS, Linux, ARM, etc. Kies het platform dat bij je past!
+
+
+
+
+
+
+
+ Gitea heeft hele lage systeemeisen, je kunt Gitea al draaien op een goedkope Raspberry Pi.
+
+
+
+
+
+ Alles staat op GitHub! Help ons door mee te bouwen aan Gitea, samen maken we dit project nog beter. Aarzel dus niet om een bijdrage te leveren!
+
+
+
{{else}}