bito-code-review[bot] commented on PR #39064: URL: https://github.com/apache/superset/pull/39064#issuecomment-4802055748
<!-- Bito Reply --> The change in `superset/translations/tr/LC_MESSAGES/messages.po` for the `Plural-Forms` header removed a semicolon at the end of the line, changing it from `Plural-Forms: nplurals=1; plural=0;` to `Plural-Forms: nplurals=1; plural=0`. This is a standard format for PO files, and removing the trailing semicolon is generally correct as it is not required by the Gettext specification. **superset/translations/tr/LC_MESSAGES/messages.po** ``` -Plural-Forms: nplurals=1; plural=0; +Plural-Forms: nplurals=1; plural=0 ``` -- 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]
