Changeset 43571 for trunk/tests/phpunit/tests/pomo/po.php
- Timestamp:
- 08/17/2018 01:50:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/pomo/po.php
r42343 r43571 92 92 msgid_plural "babas" 93 93 msgstr[0] "" 94 msgstr[1] ""', $po->export_entry( $entry ) 94 msgstr[1] ""', 95 $po->export_entry( $entry ) 95 96 ); 96 97 $entry = new Translation_Entry( … … 104 105 # dyado 105 106 msgid "baba" 106 msgstr ""', $po->export_entry( $entry ) 107 msgstr ""', 108 $po->export_entry( $entry ) 107 109 ); 108 110 $entry = new Translation_Entry( … … 115 117 '#. baba 116 118 msgid "baba" 117 msgstr ""', $po->export_entry( $entry ) 119 msgstr ""', 120 $po->export_entry( $entry ) 118 121 ); 119 122 $entry = new Translation_Entry( … … 129 132 #: 29 130 133 msgid "baba" 131 msgstr ""', $po->export_entry( $entry ) 134 msgstr ""', 135 $po->export_entry( $entry ) 132 136 ); 133 137 $entry = new Translation_Entry( … … 157 161 'msgid "baba" 158 162 msgid_plural "babas" 159 msgstr[0] "кукубуку"', $po->export_entry( $entry ) 163 msgstr[0] "кукубуку"', 164 $po->export_entry( $entry ) 160 165 ); 161 166 … … 172 177 msgstr[0] "кукубуку" 173 178 msgstr[1] "кукуруку" 174 msgstr[2] "бабаяга"', $po->export_entry( $entry ) 179 msgstr[2] "бабаяга"', 180 $po->export_entry( $entry ) 175 181 ); 176 182 // context … … 191 197 msgstr[0] "кукубуку" 192 198 msgstr[1] "кукуруку" 193 msgstr[2] "бабаяга"', $po->export_entry( $entry ) 199 msgstr[2] "бабаяга"', 200 $po->export_entry( $entry ) 194 201 ); 195 202 } … … 251 258 'Project-Id-Version' => 'WordPress 2.6-bleeding', 252 259 'Plural-Forms' => 'nplurals=2; plural=n != 1;', 253 ), $po->headers 260 ), 261 $po->headers 254 262 ); 255 263
Note: See TracChangeset
for help on using the changeset viewer.