Extension Fluent


Extension Basics

Title
Fluent
Name
ckanext-fluent
Type
Public extension
Description
Multi-language field support allowing datasets to have field values in multiple languages.
CKAN versions

~2.10.0, ~2.11.0

Show details

These CKAN Versions are exactely matched:

Download-Url (zip)
Download-Url commit date
2024-05-10
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

CKAN Fluent provides comprehensive multi-language field support for CKAN metadata, enabling datasets to have field values in multiple languages simultaneously. The extension integrates seamlessly with ckanext-scheming to provide internationalized forms with language switching interfaces. It provides the fluent_text field type for multi-language text input, fluent_markdown for multilingual rich text, and other specialized field types. The extension handles language fallbacks, validation across languages, and provides a clean user interface for managing translations. This is essential for organizations operating in multilingual environments or serving international audiences.

Version
1.1.0
Version release date
2024-05-10
Contact name
CKAN Development Team
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Configure available locales and default language. Requires ckanext-scheming to be loaded first. Set up language-specific field configurations in schema files.

Plugins to configure (ckan.ini)
fluent
CKAN Settings (ckan.ini)
# ckan.locales_offered = en fr de es # ckan.locale_default = en # ckanext.fluent.default_lang = en
DB migration to be executed
(not set)
<< back to Extensions