Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Commit

Permalink
Added transifex support, added italian traslation #2
Browse files Browse the repository at this point in the history
  • Loading branch information
itbabu committed Oct 12, 2013
1 parent 1a76101 commit a9fdd93
Show file tree
Hide file tree
Showing 6 changed files with 772 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .tx/config
@@ -0,0 +1,11 @@
[main]
host = https://www.transifex.com

[cmsplugin-googleplus.core]
file_filter = cmsplugin_googleplus/locale/<lang>/LC_MESSAGES/django.po
source_file = cmsplugin_googleplus/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO

[main]
host = https://www.transifex.com
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -100,6 +100,10 @@ The activities are cached so you need to:

The actual 'Courtesy Limit' for the Google+ API is 10,000 requests/day

Translation
-----------
For translators I've set up a `Transifex account <https://www.transifex.com/projects/p/cmsplugin-googleplus/>`_
where you can add languages and translate the .po

Tests
-----
Expand All @@ -126,3 +130,5 @@ This is how the plugin looks with the example template.


Have Fun!

Marco
6 changes: 3 additions & 3 deletions cmsplugin_googleplus/globals.py
Expand Up @@ -107,15 +107,15 @@
(NORWEGIAN, _('Norwegian')),
(PERSIAN, _('Persian')),
(POLISH, _('Polish')),
(PORTUGUESE_BRAZIL, _('pt-BR')),
(PORTUGUESE_PORTUGAL, _('pt-PT')),
(PORTUGUESE_BRAZIL, _('Portuguese (Brazil)')),
(PORTUGUESE_PORTUGAL, _('Portuguese (Portugal)')),
(ROMANIAN, _('Romanian')),
(RUSSIAN, _('Russian')),
(SERBIAN, _('Serbian')),
(SLOVAK, _('Slovak')),
(SLOVENIAN, _('Slovenian')),
(SPANISH, _('Spanish')),
(SPANISH_LATIN_AMERICA, _('Spanish (Latin America')),
(SPANISH_LATIN_AMERICA, _('Spanish (Latin America)')),
(SWAHILI, _('Swahili')),
(SWEDISH, _('Swedish')),
(TAMIL, _('Tamil')),
Expand Down

0 comments on commit a9fdd93

Please sign in to comment.