dosubot[bot] commented on issue #32674: URL: https://github.com/apache/superset/issues/32674#issuecomment-2724824118
<!-- Answer --> The `%s` should be present in both `msgid` and `msgid_plural` in the `messages.pot` file for the "Added to dashboard" translation to handle pluralization correctly. `%s` is a placeholder for a variable, typically a number, that will be replaced at runtime. This is important for languages with different rules for singular and plural forms. The `msgid` is used for the singular form, and `msgid_plural` is used for the plural form, ensuring the translation system can correctly format the message based on the number of dashboards <sup>[[1]](https://github.com/apache/superset/blob/master/superset/translations/messages.pot)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/4d69889e-0e51-49ca-b84b-68c21e1e10cd?feedback_type=other)</sup> -- 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]
