Merge lp:~vomun-developers/anonplus/translation-trunk into lp:anonplus

Proposed by aj00200
Status: Merged
Approved by: aj00200
Approved revision: no longer in the source branch.
Merged at revision: 207
Proposed branch: lp:~vomun-developers/anonplus/translation-trunk
Merge into: lp:anonplus
Diff against target: 56 lines (+4/-3)
2 files modified
src/libs/__init__.py (+1/-1)
src/setup.py (+3/-2)
To merge this branch: bzr merge lp:~vomun-developers/anonplus/translation-trunk
Reviewer Review Type Date Requested Status
aj00200 Approve
Review via email: mp+98321@code.launchpad.net

Commit message

v0.2.4 - #build-6 - Translations

Description of the change

Translations are now working correctly for the following languages: de, es, fr, pl, and pt_BR.

To post a comment you must log in.
Revision history for this message
aj00200 (aj00200) wrote :

Everything is good. It should be, I wrote it :P

review: Approve
207. By aj00200

v0.2.4 - #build-6 - Translations

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/libs/__init__.py'
--- src/libs/__init__.py 2012-03-10 05:28:57 +0000
+++ src/libs/__init__.py 2012-03-20 02:15:21 +0000
@@ -7,7 +7,7 @@
7globals = {7globals = {
8 'running': True,8 'running': True,
9 'anon+': {9 'anon+': {
10 'VERSION': 'v0.2.3',10 'VERSION': 'v0.2.4',
11 'BUILD': 6,11 'BUILD': 6,
12 }12 }
13}13}
1414
=== added directory 'src/locale/de'
=== added directory 'src/locale/de/LC_MESSAGES'
=== added file 'src/locale/de/LC_MESSAGES/setup.mo'
15Binary files src/locale/de/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/de/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ15Binary files src/locale/de/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/de/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ
=== added directory 'src/locale/es'
=== added directory 'src/locale/es/LC_MESSAGES'
=== added file 'src/locale/es/LC_MESSAGES/setup.mo'
16Binary files src/locale/es/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/es/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ16Binary files src/locale/es/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/es/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ
=== added directory 'src/locale/fr'
=== added directory 'src/locale/fr/LC_MESSAGES'
=== added file 'src/locale/fr/LC_MESSAGES/setup.mo'
17Binary files src/locale/fr/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/fr/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ17Binary files src/locale/fr/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/fr/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ
=== added directory 'src/locale/it'
=== added directory 'src/locale/it/LC_MESSAGES'
=== added directory 'src/locale/ko'
=== added directory 'src/locale/ko/LC_MESSAGES'
=== added directory 'src/locale/pl'
=== added directory 'src/locale/pl/LC_MESSAGES'
=== added file 'src/locale/pl/LC_MESSAGES/setup.mo'
18Binary files src/locale/pl/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/pl/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ18Binary files src/locale/pl/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/pl/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ
=== added directory 'src/locale/pt'
=== added directory 'src/locale/pt/LC_MESSAGES'
=== added directory 'src/locale/pt_BR'
=== added directory 'src/locale/pt_BR/LC_MESSAGES'
=== added file 'src/locale/pt_BR/LC_MESSAGES/setup.mo'
19Binary files src/locale/pt_BR/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/pt_BR/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ19Binary files src/locale/pt_BR/LC_MESSAGES/setup.mo 1970-01-01 00:00:00 +0000 and src/locale/pt_BR/LC_MESSAGES/setup.mo 2012-03-20 02:15:21 +0000 differ
=== added directory 'src/locale/ru'
=== added directory 'src/locale/ru/LC_MESSAGES'
=== modified file 'src/setup.py'
--- src/setup.py 2012-03-01 02:13:05 +0000
+++ src/setup.py 2012-03-20 02:15:21 +0000
@@ -1,9 +1,10 @@
1#! /usr/bin/env python1#! /usr/bin/env python
2import gettext2import gettext
3gettext.bindtextdomain('setup', 'locale')
4gettext.textdomain('setup')
35
4try:6try:
5 translation = gettext.translation('setup', 'locale')7 _ = gettext.gettext
6 _ = translation.ugettext
7except IOError:8except IOError:
8 _ = lambda text: text9 _ = lambda text: text
910

Subscribers

People subscribed via source and target branches

to all changes: