rusackas commented on PR #39064: URL: https://github.com/apache/superset/pull/39064#issuecomment-4803402723
Pushed a couple of fixes while I was in here: - The codeant plural catches are legit, fixed all three (`1 yeni sütun` etc. → let `%s` carry the count). It actually missed a fourth identical one, `Removed %s columns from the virtual dataset`, so I got that too. Also un-fuzzied `Added to %s dashboards` since the text is correct now. - Bigger one nobody flagged: 79 strings had the `ö` in `gösterim`/`Gösterim` mangled into a literal `?` (`G?sterim Paneli`...), some encoding artifact in the `.po`. `master` has none of these, so it'd be a regression. Repaired all of them. Only `msgstr` values, English msgids untouched. `msgfmt --check-format` is happy. Should be good once CI goes green :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
