ckan / ckanext-fluent

Multilingual fields for CKAN
Other
23 stars 30 forks source link

Align to core multilingual fields standard #18

Closed wardi closed 9 years ago

wardi commented 9 years ago

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.

wardi commented 9 years ago

closed via #20