I have an org table I use to plan some dates every weeks. So I fix the first tuesday date of the month and add seven days the following rows. Unfortunately I want the dates to be in french (Mar.) and org-table print them in english (Tue).
|-------------------+---+---|
| Date | | |
|-------------------+---+---|
| [2021-08-03 mar.] | | |
| [2021-08-10 Tue] | | |
| [2021-08-17 Tue] | | |
| [2021-08-24 Tue] | | |
|-------------------+---+---|
| Total | | |
|-------------------+---+---|
#+TBLFM: @<<<$<..@>>$<=@-1 + 7
How can I fix that ?