diff options
author | Felix Nagel <info@felixnagel.com> | 2022-07-09 02:03:20 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2022-07-14 18:47:30 +0200 |
commit | 395aa7d05601aa1f2ebeae272f81f0014c0cae90 (patch) | |
tree | bf5aa1c10021da3f9c917b957e60b44244c5342d /ui/i18n/datepicker-nl.js | |
parent | 218c6af95a5d72134c1b32220995b161c56a1453 (diff) | |
download | jquery-ui-395aa7d05601aa1f2ebeae272f81f0014c0cae90.tar.gz jquery-ui-395aa7d05601aa1f2ebeae272f81f0014c0cae90.zip |
Datepicker: Add missing localization for prevText and nextText
Fixes gh-2048
Closes gh-2050
Closes gh-2100
Diffstat (limited to 'ui/i18n/datepicker-nl.js')
-rw-r--r-- | ui/i18n/datepicker-nl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-nl.js b/ui/i18n/datepicker-nl.js index ab1ce7d11..535d7fbda 100644 --- a/ui/i18n/datepicker-nl.js +++ b/ui/i18n/datepicker-nl.js @@ -17,8 +17,8 @@ datepicker.regional.nl = { closeText: "Sluiten", - prevText: "", - nextText: "", + prevText: "Vorig", + nextText: "Volgende", currentText: "Vandaag", monthNames: [ "januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december" ], |