| Barry Warsaw | 9e03592 | 2000-08-25 19:14:25 +0000 | [diff] [blame] | 1 | import os | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 2 | import base64 | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 3 | import shutil | 
| Barry Warsaw | 9e03592 | 2000-08-25 19:14:25 +0000 | [diff] [blame] | 4 | import gettext | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 5 | import unittest | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 6 |  | 
| Benjamin Peterson | ee8712c | 2008-05-20 21:35:26 +0000 | [diff] [blame] | 7 | from test import support | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 8 |  | 
| Fred Drake | 004d5e6 | 2000-10-23 17:22:08 +0000 | [diff] [blame] | 9 |  | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 10 | # TODO: | 
 | 11 | #  - Add new tests, for example for "dgettext" | 
 | 12 | #  - Remove dummy tests, for example testing for single and double quotes | 
 | 13 | #    has no sense, it would have if we were testing a parser (i.e. pygettext) | 
 | 14 | #  - Tests should have only one assert. | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 15 |  | 
| Guido van Rossum | 39478e8 | 2007-08-27 17:23:59 +0000 | [diff] [blame] | 16 | GNU_MO_DATA = b'''\ | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 17 | 3hIElQAAAAAGAAAAHAAAAEwAAAALAAAAfAAAAAAAAACoAAAAFQAAAKkAAAAjAAAAvwAAAKEAAADj | 
 | 18 | AAAABwAAAIUBAAALAAAAjQEAAEUBAACZAQAAFgAAAN8CAAAeAAAA9gIAAKEAAAAVAwAABQAAALcD | 
 | 19 | AAAJAAAAvQMAAAEAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABQAAAAYAAAACAAAAAFJh | 
 | 20 | eW1vbmQgTHV4dXJ5IFlhY2gtdABUaGVyZSBpcyAlcyBmaWxlAFRoZXJlIGFyZSAlcyBmaWxlcwBU | 
 | 21 | aGlzIG1vZHVsZSBwcm92aWRlcyBpbnRlcm5hdGlvbmFsaXphdGlvbiBhbmQgbG9jYWxpemF0aW9u | 
 | 22 | CnN1cHBvcnQgZm9yIHlvdXIgUHl0aG9uIHByb2dyYW1zIGJ5IHByb3ZpZGluZyBhbiBpbnRlcmZh | 
 | 23 | Y2UgdG8gdGhlIEdOVQpnZXR0ZXh0IG1lc3NhZ2UgY2F0YWxvZyBsaWJyYXJ5LgBtdWxsdXNrAG51 | 
 | 24 | ZGdlIG51ZGdlAFByb2plY3QtSWQtVmVyc2lvbjogMi4wClBPLVJldmlzaW9uLURhdGU6IDIwMDAt | 
 | 25 | MDgtMjkgMTI6MTktMDQ6MDAKTGFzdC1UcmFuc2xhdG9yOiBKLiBEYXZpZCBJYsOhw7FleiA8ai1k | 
 | 26 | YXZpZEBub29zLmZyPgpMYW5ndWFnZS1UZWFtOiBYWCA8cHl0aG9uLWRldkBweXRob24ub3JnPgpN | 
 | 27 | SU1FLVZlcnNpb246IDEuMApDb250ZW50LVR5cGU6IHRleHQvcGxhaW47IGNoYXJzZXQ9aXNvLTg4 | 
 | 28 | NTktMQpDb250ZW50LVRyYW5zZmVyLUVuY29kaW5nOiBub25lCkdlbmVyYXRlZC1CeTogcHlnZXR0 | 
 | 29 | ZXh0LnB5IDEuMQpQbHVyYWwtRm9ybXM6IG5wbHVyYWxzPTI7IHBsdXJhbD1uIT0xOwoAVGhyb2F0 | 
 | 30 | d29iYmxlciBNYW5ncm92ZQBIYXkgJXMgZmljaGVybwBIYXkgJXMgZmljaGVyb3MAR3V2ZiB6YnFo | 
 | 31 | eXIgY2ViaXZxcmYgdmFncmVhbmd2YmFueXZtbmd2YmEgbmFxIHlicG55dm1uZ3ZiYQpmaGNjYmVn | 
 | 32 | IHNiZSBsYmhlIENsZ3ViYSBjZWJ0ZW56ZiBvbCBjZWJpdnF2YXQgbmEgdmFncmVzbnByIGdiIGd1 | 
 | 33 | ciBUQUgKdHJnZ3JrZyB6cmZmbnRyIHBuZ255YnQgeXZvZW5lbC4AYmFjb24Ad2luayB3aW5rAA== | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 34 | ''' | 
 | 35 |  | 
| Guido van Rossum | 39478e8 | 2007-08-27 17:23:59 +0000 | [diff] [blame] | 36 | UMO_DATA = b'''\ | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 37 | 3hIElQAAAAACAAAAHAAAACwAAAAFAAAAPAAAAAAAAABQAAAABAAAAFEAAAAPAQAAVgAAAAQAAABm | 
 | 38 | AQAAAQAAAAIAAAAAAAAAAAAAAAAAAAAAYWLDngBQcm9qZWN0LUlkLVZlcnNpb246IDIuMApQTy1S | 
 | 39 | ZXZpc2lvbi1EYXRlOiAyMDAzLTA0LTExIDEyOjQyLTA0MDAKTGFzdC1UcmFuc2xhdG9yOiBCYXJy | 
 | 40 | eSBBLiBXQXJzYXcgPGJhcnJ5QHB5dGhvbi5vcmc+Ckxhbmd1YWdlLVRlYW06IFhYIDxweXRob24t | 
 | 41 | ZGV2QHB5dGhvbi5vcmc+Ck1JTUUtVmVyc2lvbjogMS4wCkNvbnRlbnQtVHlwZTogdGV4dC9wbGFp | 
 | 42 | bjsgY2hhcnNldD11dGYtOApDb250ZW50LVRyYW5zZmVyLUVuY29kaW5nOiA3Yml0CkdlbmVyYXRl | 
 | 43 | ZC1CeTogbWFudWFsbHkKAMKkeXoA | 
 | 44 | ''' | 
| Fred Drake | 004d5e6 | 2000-10-23 17:22:08 +0000 | [diff] [blame] | 45 |  | 
| Guido van Rossum | 39478e8 | 2007-08-27 17:23:59 +0000 | [diff] [blame] | 46 | MMO_DATA = b'''\ | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 47 | 3hIElQAAAAABAAAAHAAAACQAAAADAAAALAAAAAAAAAA4AAAAeAEAADkAAAABAAAAAAAAAAAAAAAA | 
 | 48 | UHJvamVjdC1JZC1WZXJzaW9uOiBObyBQcm9qZWN0IDAuMApQT1QtQ3JlYXRpb24tRGF0ZTogV2Vk | 
 | 49 | IERlYyAxMSAwNzo0NDoxNSAyMDAyClBPLVJldmlzaW9uLURhdGU6IDIwMDItMDgtMTQgMDE6MTg6 | 
 | 50 | NTgrMDA6MDAKTGFzdC1UcmFuc2xhdG9yOiBKb2huIERvZSA8amRvZUBleGFtcGxlLmNvbT4KSmFu | 
 | 51 | ZSBGb29iYXIgPGpmb29iYXJAZXhhbXBsZS5jb20+Ckxhbmd1YWdlLVRlYW06IHh4IDx4eEBleGFt | 
 | 52 | cGxlLmNvbT4KTUlNRS1WZXJzaW9uOiAxLjAKQ29udGVudC1UeXBlOiB0ZXh0L3BsYWluOyBjaGFy | 
 | 53 | c2V0PWlzby04ODU5LTE1CkNvbnRlbnQtVHJhbnNmZXItRW5jb2Rpbmc6IHF1b3RlZC1wcmludGFi | 
 | 54 | bGUKR2VuZXJhdGVkLUJ5OiBweWdldHRleHQucHkgMS4zCgA= | 
 | 55 | ''' | 
 | 56 |  | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 57 | LOCALEDIR = os.path.join('xx', 'LC_MESSAGES') | 
 | 58 | MOFILE = os.path.join(LOCALEDIR, 'gettext.mo') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 59 | UMOFILE = os.path.join(LOCALEDIR, 'ugettext.mo') | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 60 | MMOFILE = os.path.join(LOCALEDIR, 'metadata.mo') | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 61 |  | 
 | 62 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 63 | class GettextBaseTest(unittest.TestCase): | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 64 |     def setUp(self): | 
| Neal Norwitz | a0e0cd3 | 2004-07-19 00:08:59 +0000 | [diff] [blame] | 65 |         if not os.path.isdir(LOCALEDIR): | 
 | 66 |             os.makedirs(LOCALEDIR) | 
| Éric Araujo | 7fa886d | 2010-11-06 04:11:59 +0000 | [diff] [blame] | 67 |         with open(MOFILE, 'wb') as fp: | 
 | 68 |             fp.write(base64.decodebytes(GNU_MO_DATA)) | 
 | 69 |         with open(UMOFILE, 'wb') as fp: | 
 | 70 |             fp.write(base64.decodebytes(UMO_DATA)) | 
 | 71 |         with open(MMOFILE, 'wb') as fp: | 
 | 72 |             fp.write(base64.decodebytes(MMO_DATA)) | 
| Walter Dörwald | 155374d | 2009-05-01 19:58:58 +0000 | [diff] [blame] | 73 |         self.env = support.EnvironmentVarGuard() | 
 | 74 |         self.env['LANGUAGE'] = 'xx' | 
| Éric Araujo | 37a8933 | 2010-11-06 04:09:29 +0000 | [diff] [blame] | 75 |         gettext._translations.clear() | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 76 |  | 
 | 77 |     def tearDown(self): | 
| Walter Dörwald | 155374d | 2009-05-01 19:58:58 +0000 | [diff] [blame] | 78 |         self.env.__exit__() | 
 | 79 |         del self.env | 
| Brett Cannon | 4aebbb0 | 2003-04-27 19:42:41 +0000 | [diff] [blame] | 80 |         shutil.rmtree(os.path.split(LOCALEDIR)[0]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 81 |  | 
 | 82 |  | 
 | 83 | class GettextTestCase1(GettextBaseTest): | 
 | 84 |     def setUp(self): | 
 | 85 |         GettextBaseTest.setUp(self) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 86 |         self.localedir = os.curdir | 
 | 87 |         self.mofile = MOFILE | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 88 |         gettext.install('gettext', self.localedir) | 
 | 89 |  | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 90 |     def test_some_translations(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 91 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 92 |         # test some translations | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 93 |         eq(_('albatross'), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 94 |         eq(_('mullusk'), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 95 |         eq(_(r'Raymond Luxury Yach-t'), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 96 |         eq(_(r'nudge nudge'), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 97 |  | 
 | 98 |     def test_double_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 99 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 100 |         # double quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 101 |         eq(_("albatross"), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 102 |         eq(_("mullusk"), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 103 |         eq(_(r"Raymond Luxury Yach-t"), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 104 |         eq(_(r"nudge nudge"), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 105 |  | 
 | 106 |     def test_triple_single_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 107 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 108 |         # triple single quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 109 |         eq(_('''albatross'''), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 110 |         eq(_('''mullusk'''), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 111 |         eq(_(r'''Raymond Luxury Yach-t'''), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 112 |         eq(_(r'''nudge nudge'''), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 113 |  | 
 | 114 |     def test_triple_double_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 115 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 116 |         # triple double quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 117 |         eq(_("""albatross"""), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 118 |         eq(_("""mullusk"""), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 119 |         eq(_(r"""Raymond Luxury Yach-t"""), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 120 |         eq(_(r"""nudge nudge"""), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 121 |  | 
 | 122 |     def test_multiline_strings(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 123 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 124 |         # multiline strings | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 125 |         eq(_('''This module provides internationalization and localization | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 126 | support for your Python programs by providing an interface to the GNU | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 127 | gettext message catalog library.'''), | 
 | 128 |            '''Guvf zbqhyr cebivqrf vagreangvbanyvmngvba naq ybpnyvmngvba | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 129 | fhccbeg sbe lbhe Clguba cebtenzf ol cebivqvat na vagresnpr gb gur TAH | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 130 | trggrkg zrffntr pngnybt yvoenel.''') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 131 |  | 
 | 132 |     def test_the_alternative_interface(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 133 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 134 |         # test the alternative interface | 
| Éric Araujo | 7fa886d | 2010-11-06 04:11:59 +0000 | [diff] [blame] | 135 |         with open(self.mofile, 'rb') as fp: | 
 | 136 |             t = gettext.GNUTranslations(fp) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 137 |         # Install the translation object | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 138 |         t.install() | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 139 |         eq(_('nudge nudge'), 'wink wink') | 
 | 140 |         # Try unicode return type | 
| Benjamin Peterson | 801844d | 2008-07-14 14:32:15 +0000 | [diff] [blame] | 141 |         t.install() | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 142 |         eq(_('mullusk'), 'bacon') | 
| Georg Brandl | 602b9ba | 2006-02-19 13:26:36 +0000 | [diff] [blame] | 143 |         # Test installation of other methods | 
| Georg Brandl | 1a3284e | 2007-12-02 09:40:06 +0000 | [diff] [blame] | 144 |         import builtins | 
| Benjamin Peterson | 801844d | 2008-07-14 14:32:15 +0000 | [diff] [blame] | 145 |         t.install(names=["gettext", "lgettext"]) | 
 | 146 |         eq(_, t.gettext) | 
 | 147 |         eq(builtins.gettext, t.gettext) | 
| Georg Brandl | 602b9ba | 2006-02-19 13:26:36 +0000 | [diff] [blame] | 148 |         eq(lgettext, t.lgettext) | 
| Georg Brandl | 1a3284e | 2007-12-02 09:40:06 +0000 | [diff] [blame] | 149 |         del builtins.gettext | 
 | 150 |         del builtins.lgettext | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 151 |  | 
 | 152 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 153 | class GettextTestCase2(GettextBaseTest): | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 154 |     def setUp(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 155 |         GettextBaseTest.setUp(self) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 156 |         self.localedir = os.curdir | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 157 |         # Set up the bindings | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 158 |         gettext.bindtextdomain('gettext', self.localedir) | 
 | 159 |         gettext.textdomain('gettext') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 160 |         # For convenience | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 161 |         self._ = gettext.gettext | 
 | 162 |  | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 163 |     def test_bindtextdomain(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 164 |         self.assertEqual(gettext.bindtextdomain('gettext'), self.localedir) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 165 |  | 
 | 166 |     def test_textdomain(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 167 |         self.assertEqual(gettext.textdomain(), 'gettext') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 168 |  | 
 | 169 |     def test_some_translations(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 170 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 171 |         # test some translations | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 172 |         eq(self._('albatross'), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 173 |         eq(self._('mullusk'), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 174 |         eq(self._(r'Raymond Luxury Yach-t'), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 175 |         eq(self._(r'nudge nudge'), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 176 |  | 
 | 177 |     def test_double_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 178 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 179 |         # double quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 180 |         eq(self._("albatross"), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 181 |         eq(self._("mullusk"), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 182 |         eq(self._(r"Raymond Luxury Yach-t"), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 183 |         eq(self._(r"nudge nudge"), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 184 |  | 
 | 185 |     def test_triple_single_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 186 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 187 |         # triple single quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 188 |         eq(self._('''albatross'''), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 189 |         eq(self._('''mullusk'''), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 190 |         eq(self._(r'''Raymond Luxury Yach-t'''), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 191 |         eq(self._(r'''nudge nudge'''), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 192 |  | 
 | 193 |     def test_triple_double_quotes(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 194 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 195 |         # triple double quotes | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 196 |         eq(self._("""albatross"""), 'albatross') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 197 |         eq(self._("""mullusk"""), 'bacon') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 198 |         eq(self._(r"""Raymond Luxury Yach-t"""), 'Throatwobbler Mangrove') | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 199 |         eq(self._(r"""nudge nudge"""), 'wink wink') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 200 |  | 
 | 201 |     def test_multiline_strings(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 202 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 203 |         # multiline strings | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 204 |         eq(self._('''This module provides internationalization and localization | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 205 | support for your Python programs by providing an interface to the GNU | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 206 | gettext message catalog library.'''), | 
 | 207 |            '''Guvf zbqhyr cebivqrf vagreangvbanyvmngvba naq ybpnyvmngvba | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 208 | fhccbeg sbe lbhe Clguba cebtenzf ol cebivqvat na vagresnpr gb gur TAH | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 209 | trggrkg zrffntr pngnybt yvoenel.''') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 210 |  | 
 | 211 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 212 | class PluralFormsTestCase(GettextBaseTest): | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 213 |     def setUp(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 214 |         GettextBaseTest.setUp(self) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 215 |         self.mofile = MOFILE | 
 | 216 |  | 
 | 217 |     def test_plural_forms1(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 218 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 219 |         x = gettext.ngettext('There is %s file', 'There are %s files', 1) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 220 |         eq(x, 'Hay %s fichero') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 221 |         x = gettext.ngettext('There is %s file', 'There are %s files', 2) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 222 |         eq(x, 'Hay %s ficheros') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 223 |  | 
 | 224 |     def test_plural_forms2(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 225 |         eq = self.assertEqual | 
| Éric Araujo | 7fa886d | 2010-11-06 04:11:59 +0000 | [diff] [blame] | 226 |         with open(self.mofile, 'rb') as fp: | 
 | 227 |             t = gettext.GNUTranslations(fp) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 228 |         x = t.ngettext('There is %s file', 'There are %s files', 1) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 229 |         eq(x, 'Hay %s fichero') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 230 |         x = t.ngettext('There is %s file', 'There are %s files', 2) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 231 |         eq(x, 'Hay %s ficheros') | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 232 |  | 
 | 233 |     def test_hu(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 234 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 235 |         f = gettext.c2py('0') | 
 | 236 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 237 |         eq(s, "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 238 |  | 
 | 239 |     def test_de(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 240 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 241 |         f = gettext.c2py('n != 1') | 
 | 242 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 243 |         eq(s, "10111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 244 |  | 
 | 245 |     def test_fr(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 246 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 247 |         f = gettext.c2py('n>1') | 
 | 248 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 249 |         eq(s, "00111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 250 |  | 
 | 251 |     def test_gd(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 252 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 253 |         f = gettext.c2py('n==1 ? 0 : n==2 ? 1 : 2') | 
 | 254 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 255 |         eq(s, "20122222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 256 |  | 
 | 257 |     def test_gd2(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 258 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 259 |         # Tests the combination of parentheses and "?:" | 
 | 260 |         f = gettext.c2py('n==1 ? 0 : (n==2 ? 1 : 2)') | 
 | 261 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 262 |         eq(s, "20122222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 263 |  | 
 | 264 |     def test_lt(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 265 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 266 |         f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2') | 
 | 267 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 268 |         eq(s, "20111111112222222222201111111120111111112011111111201111111120111111112011111111201111111120111111112011111111222222222220111111112011111111201111111120111111112011111111201111111120111111112011111111") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 269 |  | 
 | 270 |     def test_ru(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 271 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 272 |         f = gettext.c2py('n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2') | 
 | 273 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 274 |         eq(s, "20111222222222222222201112222220111222222011122222201112222220111222222011122222201112222220111222222011122222222222222220111222222011122222201112222220111222222011122222201112222220111222222011122222") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 275 |  | 
 | 276 |     def test_pl(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 277 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 278 |         f = gettext.c2py('n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2') | 
 | 279 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 280 |         eq(s, "20111222222222222222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222222222222222111222222211122222221112222222111222222211122222221112222222111222222211122222") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 281 |  | 
 | 282 |     def test_sl(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 283 |         eq = self.assertEqual | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 284 |         f = gettext.c2py('n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3') | 
 | 285 |         s = ''.join([ str(f(x)) for x in range(200) ]) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 286 |         eq(s, "30122333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333012233333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 287 |  | 
 | 288 |     def test_security(self): | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 289 |         raises = self.assertRaises | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 290 |         # Test for a dangerous expression | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 291 |         raises(ValueError, gettext.c2py, "os.chmod('/etc/passwd',0777)") | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 292 |  | 
 | 293 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 294 | class UnicodeTranslationsTest(GettextBaseTest): | 
 | 295 |     def setUp(self): | 
 | 296 |         GettextBaseTest.setUp(self) | 
| Éric Araujo | 7fa886d | 2010-11-06 04:11:59 +0000 | [diff] [blame] | 297 |         with open(UMOFILE, 'rb') as fp: | 
| Barry Warsaw | edb155f | 2003-04-24 18:08:13 +0000 | [diff] [blame] | 298 |             self.t = gettext.GNUTranslations(fp) | 
| Benjamin Peterson | 801844d | 2008-07-14 14:32:15 +0000 | [diff] [blame] | 299 |         self._ = self.t.gettext | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 300 |  | 
 | 301 |     def test_unicode_msgid(self): | 
| Benjamin Peterson | c9c0f20 | 2009-06-30 23:06:06 +0000 | [diff] [blame] | 302 |         unless = self.assertTrue | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 303 |         unless(isinstance(self._(''), str)) | 
 | 304 |         unless(isinstance(self._(''), str)) | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 305 |  | 
 | 306 |     def test_unicode_msgstr(self): | 
 | 307 |         eq = self.assertEqual | 
| Guido van Rossum | ef87d6e | 2007-05-02 19:09:54 +0000 | [diff] [blame] | 308 |         eq(self._('ab\xde'), '\xa4yz') | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 309 |  | 
 | 310 |  | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 311 | class WeirdMetadataTest(GettextBaseTest): | 
 | 312 |     def setUp(self): | 
 | 313 |         GettextBaseTest.setUp(self) | 
| Éric Araujo | 7fa886d | 2010-11-06 04:11:59 +0000 | [diff] [blame] | 314 |         with open(MMOFILE, 'rb') as fp: | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 315 |             try: | 
 | 316 |                 self.t = gettext.GNUTranslations(fp) | 
 | 317 |             except: | 
 | 318 |                 self.tearDown() | 
 | 319 |                 raise | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 320 |  | 
 | 321 |     def test_weird_metadata(self): | 
 | 322 |         info = self.t.info() | 
| Christian Heimes | 6ae5d7f | 2007-10-31 18:53:44 +0000 | [diff] [blame] | 323 |         self.assertEqual(len(info), 9) | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 324 |         self.assertEqual(info['last-translator'], | 
 | 325 |            'John Doe <jdoe@example.com>\nJane Foobar <jfoobar@example.com>') | 
 | 326 |  | 
 | 327 |  | 
| Éric Araujo | 6108bf5 | 2010-10-04 23:52:37 +0000 | [diff] [blame] | 328 | class DummyGNUTranslations(gettext.GNUTranslations): | 
 | 329 |     def foo(self): | 
 | 330 |         return 'foo' | 
 | 331 |  | 
 | 332 |  | 
 | 333 | class GettextCacheTestCase(GettextBaseTest): | 
 | 334 |     def test_cache(self): | 
 | 335 |         self.localedir = os.curdir | 
 | 336 |         self.mofile = MOFILE | 
 | 337 |  | 
 | 338 |         self.assertEqual(len(gettext._translations), 0) | 
 | 339 |  | 
 | 340 |         t = gettext.translation('gettext', self.localedir) | 
 | 341 |  | 
 | 342 |         self.assertEqual(len(gettext._translations), 1) | 
 | 343 |  | 
 | 344 |         t = gettext.translation('gettext', self.localedir, | 
 | 345 |                                 class_=DummyGNUTranslations) | 
 | 346 |  | 
 | 347 |         self.assertEqual(len(gettext._translations), 2) | 
 | 348 |         self.assertEqual(t.__class__, DummyGNUTranslations) | 
 | 349 |  | 
 | 350 |         # Calling it again doesn't add to the cache | 
 | 351 |  | 
 | 352 |         t = gettext.translation('gettext', self.localedir, | 
 | 353 |                                 class_=DummyGNUTranslations) | 
 | 354 |  | 
 | 355 |         self.assertEqual(len(gettext._translations), 2) | 
 | 356 |         self.assertEqual(t.__class__, DummyGNUTranslations) | 
 | 357 |  | 
 | 358 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 359 | def test_main(): | 
| Benjamin Peterson | ee8712c | 2008-05-20 21:35:26 +0000 | [diff] [blame] | 360 |     support.run_unittest(__name__) | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 361 |  | 
 | 362 | if __name__ == '__main__': | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 363 |     test_main() | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 364 |  | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 365 |  | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 366 | # For reference, here's the .po file used to created the GNU_MO_DATA above. | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 367 | # | 
 | 368 | # The original version was automatically generated from the sources with | 
 | 369 | # pygettext. Later it was manually modified to add plural forms support. | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 370 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 371 | ''' | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 372 | # Dummy translation for the Python test_gettext.py module. | 
| Barry Warsaw | 1914873 | 2001-08-24 19:11:57 +0000 | [diff] [blame] | 373 | # Copyright (C) 2001 Python Software Foundation | 
 | 374 | # Barry Warsaw <barry@python.org>, 2000. | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 375 | # | 
 | 376 | msgid "" | 
 | 377 | msgstr "" | 
 | 378 | "Project-Id-Version: 2.0\n" | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 379 | "PO-Revision-Date: 2003-04-11 14:32-0400\n" | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 380 | "Last-Translator: J. David Ibanez <j-david@noos.fr>\n" | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 381 | "Language-Team: XX <python-dev@python.org>\n" | 
 | 382 | "MIME-Version: 1.0\n" | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 383 | "Content-Type: text/plain; charset=iso-8859-1\n" | 
 | 384 | "Content-Transfer-Encoding: 8bit\n" | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 385 | "Generated-By: pygettext.py 1.1\n" | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 386 | "Plural-Forms: nplurals=2; plural=n!=1;\n" | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 387 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 388 | #: test_gettext.py:19 test_gettext.py:25 test_gettext.py:31 test_gettext.py:37 | 
 | 389 | #: test_gettext.py:51 test_gettext.py:80 test_gettext.py:86 test_gettext.py:92 | 
 | 390 | #: test_gettext.py:98 | 
 | 391 | msgid "nudge nudge" | 
 | 392 | msgstr "wink wink" | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 393 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 394 | #: test_gettext.py:16 test_gettext.py:22 test_gettext.py:28 test_gettext.py:34 | 
 | 395 | #: test_gettext.py:77 test_gettext.py:83 test_gettext.py:89 test_gettext.py:95 | 
 | 396 | msgid "albatross" | 
 | 397 | msgstr "" | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 398 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 399 | #: test_gettext.py:18 test_gettext.py:24 test_gettext.py:30 test_gettext.py:36 | 
 | 400 | #: test_gettext.py:79 test_gettext.py:85 test_gettext.py:91 test_gettext.py:97 | 
 | 401 | msgid "Raymond Luxury Yach-t" | 
 | 402 | msgstr "Throatwobbler Mangrove" | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 403 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 404 | #: test_gettext.py:17 test_gettext.py:23 test_gettext.py:29 test_gettext.py:35 | 
 | 405 | #: test_gettext.py:56 test_gettext.py:78 test_gettext.py:84 test_gettext.py:90 | 
 | 406 | #: test_gettext.py:96 | 
 | 407 | msgid "mullusk" | 
 | 408 | msgstr "bacon" | 
| Barry Warsaw | ff6d813 | 2000-08-25 19:50:38 +0000 | [diff] [blame] | 409 |  | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 410 | #: test_gettext.py:40 test_gettext.py:101 | 
 | 411 | msgid "" | 
 | 412 | "This module provides internationalization and localization\n" | 
 | 413 | "support for your Python programs by providing an interface to the GNU\n" | 
 | 414 | "gettext message catalog library." | 
 | 415 | msgstr "" | 
 | 416 | "Guvf zbqhyr cebivqrf vagreangvbanyvmngvba naq ybpnyvmngvba\n" | 
 | 417 | "fhccbeg sbe lbhe Clguba cebtenzf ol cebivqvat na vagresnpr gb gur TAH\n" | 
 | 418 | "trggrkg zrffntr pngnybt yvoenel." | 
| Martin v. Löwis | d899605 | 2002-11-21 21:45:32 +0000 | [diff] [blame] | 419 |  | 
 | 420 | # Manually added, as neither pygettext nor xgettext support plural forms | 
 | 421 | # in Python. | 
 | 422 | msgid "There is %s file" | 
 | 423 | msgid_plural "There are %s files" | 
 | 424 | msgstr[0] "Hay %s fichero" | 
 | 425 | msgstr[1] "Hay %s ficheros" | 
| Barry Warsaw | 64dab46 | 2000-08-30 03:32:07 +0000 | [diff] [blame] | 426 | ''' | 
| Barry Warsaw | a1ce93f | 2003-04-11 18:36:43 +0000 | [diff] [blame] | 427 |  | 
 | 428 | # Here's the second example po file example, used to generate the UMO_DATA | 
 | 429 | # containing utf-8 encoded Unicode strings | 
 | 430 |  | 
 | 431 | ''' | 
 | 432 | # Dummy translation for the Python test_gettext.py module. | 
 | 433 | # Copyright (C) 2001 Python Software Foundation | 
 | 434 | # Barry Warsaw <barry@python.org>, 2000. | 
 | 435 | # | 
 | 436 | msgid "" | 
 | 437 | msgstr "" | 
 | 438 | "Project-Id-Version: 2.0\n" | 
 | 439 | "PO-Revision-Date: 2003-04-11 12:42-0400\n" | 
 | 440 | "Last-Translator: Barry A. WArsaw <barry@python.org>\n" | 
 | 441 | "Language-Team: XX <python-dev@python.org>\n" | 
 | 442 | "MIME-Version: 1.0\n" | 
 | 443 | "Content-Type: text/plain; charset=utf-8\n" | 
 | 444 | "Content-Transfer-Encoding: 7bit\n" | 
 | 445 | "Generated-By: manually\n" | 
 | 446 |  | 
 | 447 | #: nofile:0 | 
 | 448 | msgid "ab\xc3\x9e" | 
 | 449 | msgstr "\xc2\xa4yz" | 
 | 450 | ''' | 
| Barry Warsaw | e960e22 | 2003-05-20 17:28:54 +0000 | [diff] [blame] | 451 |  | 
 | 452 | # Here's the third example po file, used to generate MMO_DATA | 
 | 453 |  | 
 | 454 | ''' | 
 | 455 | msgid "" | 
 | 456 | msgstr "" | 
 | 457 | "Project-Id-Version: No Project 0.0\n" | 
 | 458 | "POT-Creation-Date: Wed Dec 11 07:44:15 2002\n" | 
 | 459 | "PO-Revision-Date: 2002-08-14 01:18:58+00:00\n" | 
 | 460 | "Last-Translator: John Doe <jdoe@example.com>\n" | 
 | 461 | "Jane Foobar <jfoobar@example.com>\n" | 
 | 462 | "Language-Team: xx <xx@example.com>\n" | 
 | 463 | "MIME-Version: 1.0\n" | 
 | 464 | "Content-Type: text/plain; charset=iso-8859-15\n" | 
 | 465 | "Content-Transfer-Encoding: quoted-printable\n" | 
 | 466 | "Generated-By: pygettext.py 1.3\n" | 
 | 467 | ''' |