diff options
| author | 2021-10-24 11:37:54 +0200 | |
|---|---|---|
| committer | 2021-10-24 11:37:54 +0200 | |
| commit | f1e4b980fb855cd3d6e8180f846e1ba0e6677e5e (patch) | |
| tree | 7faefd3b54c89a0914aa1752e75101b4645eb839 /app/i18n/nl/gen.php | |
| parent | b39c187a783c4c4bcb04d552a786cd57c69cfb47 (diff) | |
[i18n] Add Dutch translation for new strings (#3928)
References #3898.
Diffstat (limited to 'app/i18n/nl/gen.php')
| -rw-r--r-- | app/i18n/nl/gen.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/gen.php b/app/i18n/nl/gen.php index 1dc77c943..193ff6718 100644 --- a/app/i18n/nl/gen.php +++ b/app/i18n/nl/gen.php @@ -146,7 +146,7 @@ return array( ), 'menu' => array( 'about' => 'Over', - 'account' => 'Account', // TODO - Translation + 'account' => 'Account', 'admin' => 'Administratie', 'archiving' => 'Archiveren', 'authentication' => 'Authenticatie', |
