Browse Source

Implemented issue #1623 - Translation for form widget in Dutch.

Martin Edenhofer 7 years ago
parent
commit
70565938ba
1 changed files with 9 additions and 0 deletions
  1. 9 0
      public/assets/form/form.js

+ 9 - 0
public/assets/form/form.js

@@ -124,6 +124,15 @@ $(function() {
         'Attachments': 'Pièces jointes',
         'Your Message...': 'Votre message...',
       },
+      'nl': {
+        'Name': 'Naam',
+        'Your Name': 'Uw naam',
+        'Email': 'Email adres',
+        'Your Email': 'Uw Email adres',
+        'Message': 'Bericht',
+        'Attachments': 'Bijlage',
+        'Your Message...': 'Uw bericht.......',
+      },
       'zh-cn': {
         'Name': '联系人',
         'Your Name': '您的尊姓大名',