diff options
Diffstat (limited to 'languages/nl/nl.php')
-rw-r--r-- | languages/nl/nl.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages/nl/nl.php b/languages/nl/nl.php new file mode 100644 index 000000000..d323f865e --- /dev/null +++ b/languages/nl/nl.php @@ -0,0 +1,8 @@ +<?php + $dutch = array( + // Main title + 'dutch_translation' => "Nederlandse Vertaling", + + ); + + add_translation("nl", $dutch);
\ No newline at end of file |