Merge lp:~max-rabkin/ibid/translate-kreyol into lp:~ibid-core/ibid/old-trunk-1.6

Proposed by Max Rabkin
Status: Merged
Approved by: Stefano Rivera
Approved revision: 906
Merged at revision: 906
Proposed branch: lp:~max-rabkin/ibid/translate-kreyol
Merge into: lp:~ibid-core/ibid/old-trunk-1.6
Diff against target: 22 lines (+3/-2)
1 file modified
ibid/plugins/languages.py (+3/-2)
To merge this branch: bzr merge lp:~max-rabkin/ibid/translate-kreyol
Reviewer Review Type Date Requested Status
Michael Gorven Approve
Keegan Carruthers-Smith Approve
Stefano Rivera Approve
Review via email: mp+20368@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Max Rabkin (max-rabkin) wrote :

Google Translate now supports Haitian Creole

Revision history for this message
Stefano Rivera (stefanor) :
review: Approve
Revision history for this message
Keegan Carruthers-Smith (keegan-csmith) :
review: Approve
Revision history for this message
Michael Gorven (mgorven) wrote :

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'ibid/plugins/languages.py'
--- ibid/plugins/languages.py 2010-02-27 00:13:21 +0000
+++ ibid/plugins/languages.py 2010-03-01 14:12:31 +0000
@@ -160,7 +160,7 @@
160 'slovenian':'sl', 'spanish':'es', 'swahili':'sw',160 'slovenian':'sl', 'spanish':'es', 'swahili':'sw',
161 'swedish':'sv', 'thai':'th', 'turkish':'tr', 'ukrainian':'uk',161 'swedish':'sv', 'thai':'th', 'turkish':'tr', 'ukrainian':'uk',
162 'uzbek': 'uz', 'vietnamese':'vi', 'welsh':'cy',162 'uzbek': 'uz', 'vietnamese':'vi', 'welsh':'cy',
163 'yiddish':'yi'}163 'yiddish': 'yi', 'haitian creole': 'ht'}
164164
165 alt_lang_names = {'simplified':'zh-CN', 'simplified chinese':'zh-CN',165 alt_lang_names = {'simplified':'zh-CN', 'simplified chinese':'zh-CN',
166 'traditional':'zh-TW', 'traditional chinese':'zh-TW',166 'traditional':'zh-TW', 'traditional chinese':'zh-TW',
@@ -168,7 +168,8 @@
168 u'bokm\N{LATIN SMALL LETTER A WITH RING ABOVE}l':'no',168 u'bokm\N{LATIN SMALL LETTER A WITH RING ABOVE}l':'no',
169 u'norwegian bokm\N{LATIN SMALL LETTER A WITH RING ABOVE}l':169 u'norwegian bokm\N{LATIN SMALL LETTER A WITH RING ABOVE}l':
170 'no',170 'no',
171 'farsi':'fa'}171 'farsi': 'fa',
172 'haitian': 'ht', 'kreyol': 'ht'}
172173
173 LANG_REGEX = '|'.join(lang_names.keys() + lang_names.values() +174 LANG_REGEX = '|'.join(lang_names.keys() + lang_names.values() +
174 alt_lang_names.keys())175 alt_lang_names.keys())

Subscribers

People subscribed via source and target branches