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 96b8af05cc
commit 3d5c43135a
@@ -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