Plone Add-on Gallery

collective.linguatags

Multilingual Tags for Plone

Features

  • tags are entered in one canonical language

  • a tag is turned into a message id

  • collective.linguatags provide an own i18n domain ‘linguatags’

  • all messages in this domain are translatable ttw with a controlpanel

  • view/viewlets showing tags are overridden to show the translated tag

Installation

Install collective.linguatags by adding it to your buildout:

[buildout]

...

eggs =
    collective.linguatags

and then running bin/buildout

Contribute

https://travis-ci.org/collective/collective.linguatags.svg?branch=master https://coveralls.io/repos/github/collective/collective.linguatags/badge.svg?branch=master

We’d be happy to see many commits, forks and pull-requests to make collective.linguatags even better.

If you are having issues, please let us know. Open an issue or send us an e-mail to dev@bluedynamics.com.

License

The project is licensed under the GPLv2.

Contributors

Changelog

2.0 (2021-11-17)

  • Fixes for Plone 6 support with BS5 [jensens]

  • Drop Plone 5.2 support. [jensens]

  • Drop Python 2 support. [jensens]

  • Move CI to GitHub Actions. [jensens]

1.1 (2019-09-16)

  • Signature fix for latest zope.i18n 4.6.2 [agitator]

  • Add support for Plone 5.2 and Python 3. [spereverde]

  • Fix: Usage of non unicode msgids in tests. [jensens]

1.0 (2016-08-03)

  • Initial release. [jensens]