dosubot[bot] commented on issue #33344: URL: https://github.com/apache/superset/issues/33344#issuecomment-2846497557
<!-- Greeting --> Hello @bestlong! 👋 I'm [Dosu](https://dosu.dev), a bot here to help you solve bugs, answer questions, and guide you on your path to becoming a contributor. I'm here to assist you while you wait for a human maintainer. Let's tackle this issue together! <!-- Answer --> To resolve the placeholder compatibility errors when running `pybabel compile`, ensure that the placeholders in the `msgstr` (translated text) entries match exactly with those in the `msgid` (original text) entries in your `messages.po` file. For example, if your `msgid` contains `'%s'`, your `msgstr` must also contain `'%s'` in the same format. This applies to all placeholder types, including named placeholders and format specifiers. Additionally, review the entries marked as `#, fuzzy` in your `messages.po` file. These entries may have mismatched placeholders or incomplete translations. Correct any discrepancies and consider removing the `#, fuzzy` tag once the translation is verified and corrected <sup>[[1]](https://github.com/apache/superset/issues/31396)</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/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/89a0df75-acf2-4cb6-9664-7deb2888b938?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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org