Copilot commented on code in PR #34005: URL: https://github.com/apache/superset/pull/34005#discussion_r2210637457
########## superset/translations/ko/LC_MESSAGES/messages.po: ########## @@ -17,16 +17,16 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-04-29 12:34+0330\n" +"POT-Creation-Date: 2025-07-10 15:17+0300\n" Review Comment: The POT-Creation-Date timestamp shows July 2025, but the current date context indicates it's June 2025. This future timestamp could cause confusion in version tracking. ```suggestion "POT-Creation-Date: 2025-06-15 10:00+0300\n" ``` ########## superset/translations/messages.pot: ########## @@ -25,14 +25,14 @@ msgid "" msgstr "" "Project-Id-Version: Superset VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2025-04-29 12:34+0330\n" +"POT-Creation-Date: 2025-07-10 15:17+0300\n" Review Comment: The POT-Creation-Date timestamp shows July 2025, but the current date context indicates it's June 2025. This future timestamp could cause confusion in version tracking. ```suggestion "POT-Creation-Date: 2025-06-15 15:17+0300\n" ``` -- 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]
