ckanext-fluent
ckanext-fluent copied to clipboard
Multilingual fields for CKAN
my requirements: - fluent fields should be separated in the form of tabs. - clickable tab button to navigate different tabs. what i done: - added JSON to extend the...
I've had success with configuring Fluent for Datasets, but for Organizations / Groups, I can configure Fluent to work so that the form fields are presented for the two languages,...
The data search was not working for non-ASCII charterers because ensuring output is valid ASCII characters so, this PR will fix that issue.
**Issue:** Currently [line 16](https://github.com/ckan/ckanext-fluent/blob/07f061e0c98c53fffed8d1f7a1617e89d0b3a08d/ckanext/fluent/templates/scheming/display_snippets/fluent_tags.html#L16) opens a new `` element. Browsers are adding the necessary closing tags but this results in an extra empty section element when the html is rendered:...
Hi. I have installed CKAN 2.8.1 with plugins ckanext-fluent and ckanext-scheming for adding more fields and translation options for datasets and resources, but the dataset form field "name" is being...