[gnome-clocks] Revert "Fix impossible translatability of weekdays by adding proper context"
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Revert "Fix impossible translatability of weekdays by adding proper context"
- Date: Thu, 2 Jul 2020 08:32:57 +0000 (UTC)
commit 1cc1f8d0020dc421bb45d4c1fe769810fc0d2124
Author: Andre Klapper <a9016009 gmx de>
Date: Thu Jul 2 10:32:36 2020 +0200
Revert "Fix impossible translatability of weekdays by adding proper context"
This reverts commit 22cfcc3a27853a1201d6795ca1a7c0744215429c.
src/utils.vala | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/utils.vala b/src/utils.vala
index a48c9c6..79c2e20 100644
--- a/src/utils.vala
+++ b/src/utils.vala
@@ -155,19 +155,19 @@ public class Weekdays {
private const string[] SYMBOLS = {
// Translators: This is used in the repeat toggle for Monday
- NC_("Alarm|Repeat-On|Monday", "M"),
+ NC_("Alarm|Repeat-On", "M"),
// Translators: This is used in the repeat toggle for Tuesday
- NC_("Alarm|Repeat-On|Tuesday", "T"),
+ NC_("Alarm|Repeat-On", "T"),
// Translators: This is used in the repeat toggle for Wednesday
- NC_("Alarm|Repeat-On|Wednesday", "W"),
+ NC_("Alarm|Repeat-On", "W"),
// Translators: This is used in the repeat toggle for Thursday
- NC_("Alarm|Repeat-On|Thursday", "T"),
+ NC_("Alarm|Repeat-On", "T"),
// Translators: This is used in the repeat toggle for Friday
- NC_("Alarm|Repeat-On|Friday", "F"),
+ NC_("Alarm|Repeat-On", "F"),
// Translators: This is used in the repeat toggle for Saturday
- NC_("Alarm|Repeat-On|Saturday", "S"),
+ NC_("Alarm|Repeat-On", "S"),
// Translators: This is used in the repeat toggle for Sunday
- NC_("Alarm|Repeat-On|Sunday", "S")
+ NC_("Alarm|Repeat-On", "S")
};
private const string[] PLURALS = {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]