From 889d3ef23078b9c18a0bce8eb60036b99fe9f70b Mon Sep 17 00:00:00 2001 From: Worktop Date: Tue, 20 Feb 2024 15:55:50 -0500 Subject: [PATCH] change d.o.w. label to single letters --- i18n/en.toml | 14 +++++++------- i18n/pl.toml | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index c6da9f0..e1d36d5 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,8 +1,8 @@ [days] -sun = "Sunday" -mon = "Monday" -tues = "Tuesday" -wend = "Wednesday" -thurs = "Thursday" -fri = "Friday" -sat = "Saturday" \ No newline at end of file +sun = "Su" +mon = "M" +tues = "Tu" +wend = "W" +thurs = "Th" +fri = "F" +sat = "Sa" \ No newline at end of file diff --git a/i18n/pl.toml b/i18n/pl.toml index ffa89e2..b99ed13 100644 --- a/i18n/pl.toml +++ b/i18n/pl.toml @@ -1,8 +1,8 @@ [days] -sun = "Niedziela" -mon = "Poniedziałek" -tues = "Wtorek" -wend = "Środa" -thurs = "Czwartek" -fri = "Piątek" -sat = "Sobota" \ No newline at end of file +sun = "N" +mon = "Po" +tues = "W" +wend = "Ś" +thurs = "C" +fri = "Pi" +sat = "S" \ No newline at end of file