Closed
Description
There's three cases of the following error which was introduced in silverstripe/silverstripe-standards#5
Can't determine value of first argument to _t(). Use a simpler value.
The rule is correct to highlight this - in most cases not being able to determine the value is bad, and we should be alerted to it.
In these three cases, the value has to be dynamic, so we need to ignore the rule for these three instances.