Skip to content

Commit

Permalink
Spoken hour strings changed from 24hr to 12hr #407
Browse files Browse the repository at this point in the history
  • Loading branch information
fossfreedom authored Sep 13, 2021
1 parent fef92cb commit cd88114
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions budgie-fuzzyclock/src/FuzzyClockApplet.vala
Original file line number Diff line number Diff line change
Expand Up @@ -98,37 +98,37 @@ public class FuzzyClockApplet : Budgie.Applet
_("noon"),

// TRANSLATORS: This is referring to the spoken time of day at 13:00:00
_("thirteen"),
_("one"),

// TRANSLATORS: This is referring to the spoken time of day at 14:00:00
_("fourteen"),
_("two"),

// TRANSLATORS: This is referring to the spoken time of day at 15:00:00
_("fifteen"),
_("three"),

// TRANSLATORS: This is referring to the spoken time of day at 16:00:00
_("sixteen"),
_("four"),

// TRANSLATORS: This is referring to the spoken time of day at 17:00:00
_("seventeen"),
_("five"),

// TRANSLATORS: This is referring to the spoken time of day at 18:00:00
_("eighteen"),
_("six"),

// TRANSLATORS: This is referring to the spoken time of day at 19:00:00
_("nineteen"),
_("seven"),

// TRANSLATORS: This is referring to the spoken time of day at 20:00:00
_("twenty"),
_("eight"),

// TRANSLATORS: This is referring to the spoken time of day at 21:00:00
_("twenty-one"),
_("nine"),

// TRANSLATORS: This is referring to the spoken time of day at 22:00:00
_("twenty-two"),
_("ten"),

// TRANSLATORS: This is referring to the spoken time of day at 23:00:00
_("twenty-three"),
_("eleven"),
};

// TRANSLATORS: These format strings reference the above hour strings
Expand Down

0 comments on commit cd88114

Please sign in to comment.