Commit cf4ef5d
fix(crm/i18n): align task status/priority option keys with object def
The Task object defines status options [not_started, in_progress, waiting,
completed, deferred] but the zh-CN translation pack listed 'cancelled'
(which doesn't exist) and was missing 'waiting', so the kanban column
header for the Waiting lane stayed in English. Likewise the priority
list was missing 'urgent'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent fbfc34e commit cf4ef5d
2 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1974 | 1974 | | |
1975 | 1975 | | |
1976 | 1976 | | |
| 1977 | + | |
1977 | 1978 | | |
1978 | | - | |
1979 | | - | |
| 1979 | + | |
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | 1983 | | |
1984 | 1984 | | |
1985 | 1985 | | |
1986 | 1986 | | |
1987 | | - | |
| 1987 | + | |
| 1988 | + | |
1988 | 1989 | | |
1989 | 1990 | | |
1990 | 1991 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
| 341 | + | |
| 342 | + | |
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments