Fixed issue with plural multiline text.
This commit is contained in:
		
							
								
								
									
										14
									
								
								test/fixtures/c-strings.po
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								test/fixtures/c-strings.po
									
									
									
									
										vendored
									
									
								
							| @@ -57,3 +57,17 @@ msgid "" | ||||
| msgstr "" | ||||
| "\a\b\t\n" | ||||
| "\v\f\r" | ||||
|  | ||||
| # plural text must suport \n | ||||
| msgid "" | ||||
| "Test.\n" | ||||
| " multiline." | ||||
| msgid_plural "" | ||||
| "Test\n" | ||||
| " multiline plural." | ||||
| msgstr[0] "" | ||||
| "Test.\n" | ||||
| " mehrzeilig." | ||||
| msgstr[1] "" | ||||
| "Test.\n" | ||||
| " mehrzeilig Plural." | ||||
|   | ||||
		Reference in New Issue
	
	Block a user