bito-code-review[bot] commented on code in PR #40128: URL: https://github.com/apache/superset/pull/40128#discussion_r3508854646
########## superset/translations/fa/LC_MESSAGES/messages.po: ########## @@ -4383,6 +4383,9 @@ msgstr "داشبورد قابل بهروزرسانی نیست." msgid "Dashboard could not be deleted." msgstr "داشبورد نمیتواند حذف شود." +msgid "Dashboard could not be restored." +msgstr "" Review Comment: <!-- Bito Reply --> The suggestion to add a translation for the new error message is appropriate. While untranslated strings fall back to English, providing a Persian translation ensures a consistent user experience for Persian-locale users, matching the existing translations in the file. **superset/translations/fa/LC_MESSAGES/messages.po** ``` msgid "Dashboard could not be restored." msgstr "" ``` -- 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]
