Copilot commented on code in PR #3177: URL: https://github.com/apache/apisix-dashboard/pull/3177#discussion_r2278689737
########## src/components/Header/LanguageMenu.tsx: ########## @@ -23,6 +23,7 @@ import IconLanguage from '~icons/material-symbols/language-chinese-array'; const LangMap: Record<keyof Resources, string> = { en: 'English', + de : 'Deutsch', Review Comment: Remove the extra space before the colon to maintain consistent formatting with other entries in the LangMap object. ```suggestion de: 'Deutsch', ``` -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org