Axel Kielhorn <[email protected]> writes:
> I’m building org with LANG=de.
> As a result I get two failed tests:
>
> ...
> "* Foo\n:LOGBOOK:\nCLOCK: [2022-11-03 Thu 06:00]--[2022-11-03 Thu 06:01] =>
> 0:01\n:END:\n" #(
> "* Foo\n:LOGBOOK:\nCLOCK: [2022-11-03 Do 06:00]--[2022-11-03 Do 06:01] =>
> 0:01\n:END:\n"
> ...
> "CLOCK: [2023-02-19 Sun 21:30]--[2023-02-19 Sun 23:35] => 2:05" #(
> "CLOCK: [2023-02-19 So 21:30]--[2023-02-19 So 23:35] => 2:05"
I guess we can explicitly specify LANG in these tests.
Though I am not 100% how because I cannot reproduce on my Linux.
May you try
(with-environment-variables (("LANG" "de"))
(format-time-string "%A"))
(with-environment-variables (("LANG" "en"))
(format-time-string "%A"))
and report the output?
(For me, it is all same...)
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>