Updates in localization
This commit is contained in:
parent
c784d2fbb6
commit
b2850d862d
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ export function getRuleHelpers(t, fields) {
|
|||
dropdownLabel: t('afterOrOn'),
|
||||
treeLabel: rule => t('dateInColumnColNameIsAfterOrOnValue', {colName: ruleHelpers.getColumnName(rule.column), value: formatDate(DateFormat.INTL, rule.value)}),
|
||||
},
|
||||
// FIXME - the localization for the following 5 entries is broken
|
||||
eqTodayPlusDays: {
|
||||
dropdownLabel: t('onXthDayBeforeafterCurrentDate'),
|
||||
treeLabel: rule => getRelativeDateTreeLabel(rule, 'is', [tMark('dateInColumnIsTheCurrentDate'), tMark('dateInColumnIsValuethDayAfterTheCurrent'), tMark('dateInColumnIsValuethDayBeforeTheCurrent')]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue