bito-code-review[bot] commented on code in PR #40128: URL: https://github.com/apache/superset/pull/40128#discussion_r3508852111
########## superset/translations/mi/LC_MESSAGES/messages.po: ########## @@ -4372,6 +4372,9 @@ msgstr "Kāore i taea te whakahou i te whirihora tae papatohu." msgid "Dashboard could not be deleted." msgstr "Kāore i taea te muku i te papatohu." +msgid "Dashboard could not be restored." +msgstr "" Review Comment: <!-- Bito Reply --> The suggestion is appropriate to apply. While empty `msgstr` entries are technically valid in `.po` files as placeholders for translators, filling them with the correct translation when it is known—as in this case, where the pattern is consistent with other dashboard error messages—improves the immediate experience for users of that language. **superset/translations/mi/LC_MESSAGES/messages.po** ``` msgid "Dashboard could not be restored." -msgstr "" +msgstr "Kāore i taea te whakahoki i te papatohu." ``` -- 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]
