f0y / redmine_private_wiki

Private Wiki plugin for Redmine
http://www.redmine.org/plugins/private_wiki
MIT License
17 stars 16 forks source link

Redmine 2.1 / 2.2, translations, etc. #18

Closed fcrespel closed 11 years ago

fcrespel commented 11 years ago

Hello,

Feel free to merge/cherry-pick this set of commits to :

f0y commented 11 years ago

Good job! Thank you

On Thu, Jan 17, 2013 at 2:18 AM, Fabien Crespel notifications@github.comwrote:

Hello,

Feel free to merge/cherry-pick this set of commits to :

  • Mark the plugin as compatible with Redmine 2.2 (tested with 2.2.1, you may want to create a dedicated branch if you wish so).
  • Fix an issue with the jQuery code inserting the buttons.
  • Make the "PRIVATE" red label available to translators.
  • Add Brazilian Portuguese, Turkish and French translations.

You can merge this Pull Request by running

git pull https://github.com/fcrespel/redmine_private_wiki redmine-2.1

Or view, comment on, or merge it at:

https://github.com/f0y/redmine_private_wiki/pull/18 Commit Summary

  • adding pt-BR language
  • adding private label
  • Section edit link containers also have contextual class. We only want .contextual:first
  • Added turkish translation
  • Change Redmine compatibility to all versions above 2.1
  • Add French translation.

File Changes

  • M app/views/hooks/_body_bottom.html.erb (8)
  • M config/locales/en.yml (3)
  • A config/locales/fr.yml (7)
  • A config/locales/pt-BR.yml (7)
  • A config/locales/tr.yml (7)
  • M init.rb (2)

Patch Links:

Best Wishes, Oleg Kandaurov