Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilinguality Support #7

Open
p-a-s-c-a-l opened this issue Apr 15, 2019 · 1 comment
Open

Multilinguality Support #7

p-a-s-c-a-l opened this issue Apr 15, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@p-a-s-c-a-l
Copy link
Member

p-a-s-c-a-l commented Apr 15, 2019

Whether and how do we address Solution Offers and / or Showcases in different languages? Are there inbuilt Drupal functions for i18n content?

ATM, I'm creating a showcase for a municipality in Germany. The web application I'm embedding is German (https://csis.myclimateservice.eu/node/487), so the Showcase description is.

Should I add a field 'language' to the Showcase Entity Type and then create 'Languages' Taxonomy, or is there a better way to do this?

@p-a-s-c-a-l p-a-s-c-a-l added enhancement New feature or request help wanted Extra attention is needed labels Apr 15, 2019
@p-a-s-c-a-l p-a-s-c-a-l added this to the D1.4 CLARITY CSIS v2 milestone Apr 15, 2019
@p-a-s-c-a-l p-a-s-c-a-l added this to To Do in T5.4 Climate Service Marketplace via automation Apr 15, 2019
@patrickkaleta patrickkaleta mentioned this issue Apr 15, 2019
10 tasks
@fgeyer16
Copy link
Contributor

I enabled the modules needed for multilinguality.

Add Language we will need here: https://csis.myclimateservice.eu/admin/config/regional/language to the page
For content we want in multiple languages () we have to:

  1. add the Language selector Field/Widget to the forms (put it in another region than "disabled")
  2. enable translation for the content type
  3. enable translation for the fields we want to be translated.

If the content is in another language than the sites default language (English) just set the language on the language selectoron the edit form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Development

No branches or pull requests

4 participants