muescha / openproject-translations

Adds more languages to your OpenProject installation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenProject Translations Plugin

openproject-translations is an OpenProject plugin, which adds more languages to your OpenProject installation.

This plugin uses crowdin for translations. All translations are fetched from our crowding project on a daily basis. If you want to change translations, you are very welcome to do so via crowdin.

Please keep in mind that the OPF team does not speak all the languages this plugin provides, thus we cannot guarantee the correctness of translations.

We plan to release this plugin every time an OpenProject core release is done.

Beware:

  • when translating general_lang_name do not translate the word 'English', but fill in the name of the language you are currently translating
  • We are affected by a missing crowdin feature. Therefore we can only partly translate plural forms with crowdin. To change that you may write crowdin or vote for the missing feature on uservoice. To work around this problem we currently use english translations where crowdin cannot give us a translation.
  • This plugin adds translations for the OpenProject core, but not for plugins. If you want a plugin translated to your language, please contact the plugin maintainer.

Requirements

  • OpenProject version 3.0.0 or higher ( or a current installation from the dev branch)

Plugin Installation

Edit the Gemfile.plugins file in your openproject-installation directory to contain the following lines:

gem "openproject-translations", :git => 'https://github.com/opf/openproject-translations.git', :branch => 'stable'

Then update your bundle with the following commands executed from your openproject directory:

bundle install
bundle exec rake assets:precompile

and restart the OpenProject server.

Contact

OpenProject is supported by its community members, both companies and individuals.

Please find ways to contact us on the OpenProject support page.

Contributing

This OpenProject plugin is an open source project and we encourage you to help us out. We'd be happy if you do one of these things:

Community

OpenProject is driven by an active group of open source enthusiasts: software engineers, project managers, creatives, and consultants. OpenProject is supported by companies as well as individuals. We share the vision to build great open source project collaboration software. The OpenProject Foundation (OPF) will give official guidance to the project and the community and oversees contributions and decisions.

Repository

This repository contains two main branches:

  • dev: The main development branch. We try to keep it stable in the sense of all tests are passing, but we don't recommend it for production systems. Translations in this branch should match those required by the dev branch of the OpenProject core.
  • stable: Contains the latest stable release that we recommend for production use. Use this if you always want the latest version of this plugin together with the stable branch of the OpenProject core.

License

Copyright (C) 2014 the OpenProject Foundation (OPF)

This plugin is licensed under the GNU GPL v3. See doc/COPYRIGHT.md for details.

About

Adds more languages to your OpenProject installation.


Languages

Language:Ruby 95.8%Language:JavaScript 4.2%