Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Dutch translations
Browse files Browse the repository at this point in the history
  • Loading branch information
johanzandstra committed Jun 20, 2017
1 parent 536ff86 commit 9f03769
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dolphiq/titleentriesfield",
"description": "Craft plugin that provides a new field type that works like an Entries field type but offers users an easy way to set a different title for the relation than the related page title.",
"type": "craft-plugin",
"version": "1.0.0",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
Expand Down
5 changes: 5 additions & 0 deletions src/translations/nl/linkfield.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return array(
"Title Entries Field" => "Titel inhoud veld",
);

0 comments on commit 9f03769

Please sign in to comment.