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

Additional information for the Multilingual Extension documentation #1021

Closed
georgepm opened this issue Jun 18, 2013 · 2 comments
Closed

Additional information for the Multilingual Extension documentation #1021

georgepm opened this issue Jun 18, 2013 · 2 comments

Comments

@georgepm
Copy link

Hi everyone, this is something you help me to solve through the mailing list, however, I think that should be included in the documentation of the multilingual extension:

  • In order to make the “search for datasets”, work with all the languages you use in ckan, you need to:
  1. Copy the multilingual solr schema files instead of the single 2.0 schema.xml + all the *.txt files (https://github.com/okfn/ckan/tree/master/ckanext/multilingual/solr)

  2. Rebuild the search index after adding the new schema
    $ paster --plugin=ckan search-index rebuild --config=/etc/ckan/default/production.ini (or development.ini)

An example of how the API should be used to add translations can be also included. In the following example I use httpie:

http http://[domain.com]/api/action/term_translation_update term='text to translate' term_translation='translation' lang_code='[xx]' id=userckan Authorization:[api key]

@seanh
Copy link
Contributor

seanh commented Sep 9, 2013

@georgepm I agree both of these would be good additions to the docs. Would you consider sending us a pull request? See http://docs.ckan.org/en/latest/contributing.html

@amercader amercader removed this from the CKAN 2.3 milestone Oct 21, 2014
@rossjones
Copy link
Contributor

This issue is being closed as it is more than 18 months old with no activity. If you are still experiencing this problem and wish to help investigate further, or submit a PR, please feel free to re-open it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants