aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/files/multiple-locales-same-name.csv
Commit message (Collapse)AuthorAgeLines
* Test localised value for import against existing localised valueLouise Crow2015-02-23-0/+2
Previously the call to public_body.send would return the value for the default locale if no value was set in the current locale, meaning that translations for attributes that were the same as the attribute values in the default locale were not being loaded. Fixes #2134.