From 395aa7d05601aa1f2ebeae272f81f0014c0cae90 Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Sat, 9 Jul 2022 02:03:20 +0200 Subject: Datepicker: Add missing localization for prevText and nextText Fixes gh-2048 Closes gh-2050 Closes gh-2100 --- ui/i18n/datepicker-sr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/i18n/datepicker-sr.js') 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: [ "Јануар", "Фебруар", "Март", "Април", "Мај", "Јун", "Јул", "Август", "Септембар", "Октобар", "Новембар", "Децембар" ], -- cgit v1.2.3