On Tue, Oct 6, 2015 at 4:35 AM, Skaros Ilias <
skaros...@gmail.com> wrote:
>> For the bilingual option, take a look at the Canadian Government portal as
>> they have both French and English. Ian Ward from Datacats is the main person
>> who has had a lot of experience with solving bilingual needs.
>
> Yes, i have seen the canadian portal, but i am not sure this is what we want
> for us. It seems that they have one dataset for both languages but having
> different files for english and french. In our case we will upload monthly
> data, so eventually at the end of the year we are going to have (at least)
> 12 files on a dataset. Using the canadian way, this would go to 24 files, it
> might get messy.
> In my opinion the best solution would be to have two distinct front ends, as
> if they were completly isolated from one another. Each one would contain
> only the English data and the other the greek data.
We decided to have a single portal with combined metadata because
that's much easier for us to maintain and keep in sync. Also many of
the metadata fields are not language-specific, so copying them back
and forth between sites when users make edits would be tricky. We also
like letting users switch languages without having to navigate back to
the page they were on.
Our latest approach is to use ckanext-fluent with ckanext-scheming to
support multiple dataset types with many custom fields, which is more
flexible (we can add more languages and types) and requires less
custom code in our extension for us to maintain than what's on
open.canada.ca right now.
Ian