Commit b70f928
Dolicraft
fix Dolibarr#38509 use Austrian date format in de_AT locale
The de_AT date and time format keys carried the en_US template values
(%m/%d/%Y, %I:%M %p), so dates were shown US-style for German (Austria)
users. Austria uses the same conventions as Germany, so align the format
keys with de_DE: %d.%m.%Y and 24-hour %H:%M. Only the date/time format
values change, no key is added or removed.
Signed-off-by: Dolicraft <contact@dolicraft.com>1 parent 372041c commit b70f928
1 file changed
Lines changed: 13 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments