The warnings about database problems introduce new translatability problems, mostly related to sentence splitting by html tags. Examples for isolated fragments in Pootle: See the The following ids exist in both biblio (...)
Created attachment 66941 [details] [review] Bug 19274: Translatability: Fix new splitting problems related to database warnings The warnings about database problems introduce new translatability problems, mostly related to sentence splitting by html tags. To test: - Verify that text changes make sense - Apply patch, verify that messages properly. Note: To force display you might want to add '1 ||' to the related if statements, including line 134, e.g. [% IF 1 || has_ai_issues %] - Bonus test: Go through an translation cicle and verify that fragemts as mentioned in initial comment are gone.
Created attachment 66942 [details] [review] Bug 19274: Translatability: Fix new splitting problems related to database warnings The warnings about database problems introduce new translatability problems, mostly related to sentence splitting by html tags. To test: - Verify that text changes make sense - Apply patch, verify that messages properly. Note: To force display you might want to add '1 ||' to the related if statements, including line 134, e.g. [% IF 1 || has_ai_issues %] - Bonus test: Go through an translation cicle and verify that fragemts as mentioned in initial comment are gone. (Amended to fix tiny typo)
Created attachment 67803 [details] [review] Bug 19274: Translatability: Fix new splitting problems related to database warnings The warnings about database problems introduce new translatability problems, mostly related to sentence splitting by html tags. To test: - Verify that text changes make sense - Apply patch, verify that messages properly. Note: To force display you might want to add '1 ||' to the related if statements, including line 134, e.g. [% IF 1 || has_ai_issues %] - Bonus test: Go through an translation cicle and verify that fragemts as mentioned in initial comment are gone. (Amended to fix tiny typo) Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Created attachment 68722 [details] [review] Bug 19274: Translatability: Fix new splitting problems related to database warnings The warnings about database problems introduce new translatability problems, mostly related to sentence splitting by html tags. To test: - Verify that text changes make sense - Apply patch, verify that messages properly. Note: To force display you might want to add '1 ||' to the related if statements, including line 134, e.g. [% IF 1 || has_ai_issues %] - Bonus test: Go through an translation cicle and verify that fragemts as mentioned in initial comment are gone. (Amended to fix tiny typo) Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Pushed to master for 17.11, thanks to everybody involved!