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-sr-SR.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-sr-SR.js')
-rw-r--r-- | ui/i18n/datepicker-sr-SR.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-sr-SR.js b/ui/i18n/datepicker-sr-SR.js index 7c4dc694e..b28ceed01 100644 --- a/ui/i18n/datepicker-sr-SR.js +++ b/ui/i18n/datepicker-sr-SR.js @@ -17,8 +17,8 @@ datepicker.regional[ "sr-SR" ] = { closeText: "Zatvori", - prevText: "", - nextText: "", + prevText: "Prethodno", + nextText: "Sljedeći", currentText: "Danas", monthNames: [ "Januar", "Februar", "Mart", "April", "Maj", "Jun", "Jul", "Avgust", "Septembar", "Oktobar", "Novembar", "Decembar" ], |