Skip to content
Jeroen Ticheler edited this page Jun 2, 2014 · 11 revisions

Jesse to make one sample how translation will be done using transifex.

User interface translations facilities

Right now, GeoNetwork language files are manually handled, which means that new string translations sometimes get lost on less used languages.

On a more advanced version of this configuration page, we should be able to translate strings to keep translations updated, upload the new translations to the main repository (github in this case) and the possibility to add new languages. It should also warn of outdated or non-translated strings to activate languages.

Language configuration

Language selection in GeoNetwork is hard-coded, so they are not easily changed.

The work on the new UI (Refactoring-Admin-console and Refactoring-editor) can be improved with a new configuration page for multilingual support. This configuration page will allow users to select which languages to use in the GeoNetwork instance and hide the rest on all views:

  • What is the default language for the catalog ? ie. I want French the default
  • Which languages to be enabled for the catalog ? ie and only provide switch to English

Default language should be based on browser language if available.

The preferred hosted solution is https://www.transifex.com/ that is also used by GeoServer, uDig (others?)

Output from Transifex can be XML, json and many others.

Clone this wiki locally