• A
    Allow an array to be a default translation value. · 6f3c65f6
    Adam Prescott 提交于
    4.2.1 introduced a change to the way `translate`/`t` works with an
    option of `default: [[]]`. In 4.2.0, this would give a default value of
    `[]`, but in 4.2.1, it leads to a missing translation.
    
    `default: [[]]` is again allowed for cases where a default of `[]` is
    needed.
    
    This addresses GitHub issue 19640.
    6f3c65f6
translation_helper_test.rb 7.5 KB