bito-code-review[bot] commented on code in PR #40130: URL: https://github.com/apache/superset/pull/40130#discussion_r3510302983
########## superset/translations/ar/LC_MESSAGES/messages.po: ########## @@ -4697,6 +4697,9 @@ msgstr "تعذر إنشاء مجموعة بيانات." msgid "Dataset could not be duplicated." msgstr "تعذر تكرار مجموعة البيانات." +msgid "Dataset could not be restored." +msgstr "" Review Comment: <!-- Bito Reply --> The suggestion is appropriate as it ensures that all user-facing error messages are translated, maintaining consistency with the existing localization practices in the project. Applying this change improves the user experience for Arabic-speaking users by providing a clear error message instead of falling back to English text. **superset/translations/ar/LC_MESSAGES/messages.po** ``` msgid "Dataset 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]
