Created attachment 1367901 [details] ssui-My services untranslated entries Description of problem: 'Filter by' 'Tags' 'Filter by Tag Category' 'Filter by Tag Value' 'xx results' 'x of xx selected' Please refer the attached screen-shot Version-Release number of selected component (if applicable): 5.9.0.13.20171212214416_f4f190a How reproducible: Always Steps to Reproduce: 1. Log into cfme ssui with non en_US locale 2. Navigate to My Services 3. Please observe the entries mentioned in description are in English. Actual results: Translations not present Expected results: Translations should be present. Additional info: Please refer attached screen-shot
Chris - can you check if the string is extracted or not please?
Since our last go of internationalization there has been many changes to the .pot, this, as well as the language files, should probably be updated before the final release.
Also looks like it was flagged for translation eeekkk https://github.com/manageiq/manageiq-ui-service/blob/b4583573b1d43a27e9694d2fe47f966674bab8f5/client/app/services/service-explorer/service-explorer.component.js#L364
https://github.com/ManageIQ/manageiq-ui-service/pull/1343 * was not flagged
Ahem....can this be moved to POST?
yes <3 https://github.com/ManageIQ/manageiq-ui-service/pull/1409
Chris, should this have been assigned to the Internationalization component? If so, can you please rectify?
Reflagged for Chris Hale (chhale) not Clark Hale (chale)
Created attachment 1440460 [details] screen-shot reference for missing translation Verified on 5.9.3.0.20180522175053_3940873 Translation not present.
GOOD CATCH! Thanks for following up on this, keepin us on our toes Krishna <3 Translation string is present in G, but looks like the text to be translation is has a few extra spaces that's messing up the act... pr to be backported here: https://github.com/ManageIQ/manageiq-ui-service/pull/1439
OH forgot to mention, added a screen shot to the pr, so yah, its really really fixed this time 😉
Hi Allen, Thanks for fixing this. There are two entries 1. xx Results 2. x of xx selected , can these entries are translatable?, if yes, please mark them for translation.
Sadly the tooltip "Filter by", "x Results" and "x of x selected" are not translatable as it is text provided by patternfly angular and can't flag those items for translation. :(