Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.linguatags
Multilingual Tags for Plone
https://github.com/collective/collective.linguatags
Last synced: about 1 month ago
JSON representation
Multilingual Tags for Plone
- Host: GitHub
- URL: https://github.com/collective/collective.linguatags
- Owner: collective
- Created: 2016-08-02T15:37:01.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T07:53:15.000Z (over 1 year ago)
- Last Synced: 2024-04-24T13:27:43.782Z (8 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-plone - collective.linguatags - Multilingual Tags for Plone. (Multilingual)
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.==============================================================================
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 tagInstallation
------------Install collective.linguatags by adding it to your buildout::
[buildout]
...
eggs =
collective.linguatagsand then running ``bin/buildout``
Contribute
----------.. image:: https://travis-ci.org/collective/collective.linguatags.svg?branch=master
:target: https://travis-ci.org/collective/collective.linguatags.. image:: https://coveralls.io/repos/github/collective/collective.linguatags/badge.svg?branch=master
:target: https://coveralls.io/github/collective/collective.linguatags?branch=master- Issue Tracker: https://github.com/collective/collective.linguatags/issues
- Source Code: https://github.com/collective/collective.linguatagsWe'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 [email protected].
License
-------The project is licensed under the GPLv2.