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.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.js')
-rw-r--r-- | ui/i18n/datepicker-sr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/i18n/datepicker-sr.js b/ui/i18n/datepicker-sr.js index 36e79f7a9..8b04d9bb3 100644 --- a/ui/i18n/datepicker-sr.js +++ b/ui/i18n/datepicker-sr.js @@ -17,8 +17,8 @@ datepicker.regional.sr = { closeText: "Затвори", - prevText: "", - nextText: "", + prevText: "Претходна", + nextText: "Следећи", currentText: "Данас", monthNames: [ "Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар" ], |