dosubot[bot] commented on issue #31396: URL: https://github.com/apache/superset/issues/31396#issuecomment-2534484696
<!-- Answer --> The issue you're experiencing, where only part of the Apache Superset dashboard is in Chinese while the rest is in English, is likely due to incomplete translations in the `messages.po` file. This file contains both untranslated English strings and their Chinese translations, leading to a mixed-language interface <sup>[[1]](https://github.com/apache/superset/blob/master/superset/translations/zh/LC_MESSAGES/messages.po)</sup>. To address this, you can update the translations by editing the `messages.po` file for Chinese, ensuring all necessary strings are translated. If you want to contribute to the translations, you can follow the process for updating or adding translations in the Apache Superset codebase, which involves using tools like `pybabel` to manage translation files <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/contributing/contributing.mdx)</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/1bf47300-faee-4419-8bb5-15b786f0dba0?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1bf47300-faee-4419-8bb5-15b786f0dba0?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1bf47300-faee-4419-8bb5-15b786f0dba0?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1bf47300-faee-4419-8bb5-15b786f0dba0?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1bf47300-faee-4419-8bb5-15b786f0dba0?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/1bf47300-faee-4419-8bb5-15b786f0dba0?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]
