UEA-PRODEM
This commit is contained in:
+2
-2
@@ -8,7 +8,7 @@ export const se = {
|
||||
const lib = dateLib ?? new DateLib(options);
|
||||
let label = lib.format(date, "PPPP");
|
||||
if (modifiers.today)
|
||||
label = `Ođđaid, ${label}`;
|
||||
label = `Odne, ${label}`;
|
||||
if (modifiers.selected)
|
||||
label = `${label}, válljejuvvon`;
|
||||
return label;
|
||||
@@ -23,7 +23,7 @@ export const se = {
|
||||
const lib = dateLib ?? new DateLib(options);
|
||||
let label = lib.format(date, "PPPP");
|
||||
if (modifiers?.today) {
|
||||
label = `Ođđaid, ${label}`;
|
||||
label = `Odne, ${label}`;
|
||||
}
|
||||
return label;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user