We need to detect when we're applying fluent to a core field and have fluent store the languages in <fieldname>_lang instead of <fieldname> and also add an output validator to <fieldname> that will copy a language into that field for the benefit of maintaining compatibility with harvesters that expect a string in titles, names on resource etc.
https://github.com/ckan/ckan/issues/2678
We need to detect when we're applying fluent to a core field and have fluent store the languages in
<fieldname>_lang
instead of<fieldname>
and also add an output validator to<fieldname>
that will copy a language into that field for the benefit of maintaining compatibility with harvesters that expect a string in titles, names on resource etc.