set default calendar locale to C instead of bri'ish

This commit is contained in:
end-4
2026-03-08 19:31:35 +01:00
parent 842b09c548
commit cd1a0b3d69
@@ -300,7 +300,7 @@ Singleton {
}
property JsonObject calendar: JsonObject {
property string locale: "en-GB"
property string locale: "C"
property bool force2CharDayOfWeek: true
property bool animate: false // Disabled by default cuz laggy
property bool weekScrollPrecision: false // One scroll advances 1 week instead of 1 month