Copilot commented on code in PR #3280:
URL: https://github.com/apache/apisix-dashboard/pull/3280#discussion_r2715583712


##########
vite.config.ts:
##########
@@ -91,7 +91,7 @@ export default defineConfig({
       semicolons: false,
     }),
     i18nProgress({
-      langs: ['en', 'es', 'de', 'zh'],
+      langs: ['en', 'es', 'de', 'pt_BR', 'zh'],

Review Comment:
   The language codes in the 'langs' array should be in alphabetical order for 
consistency with the rest of the codebase. The order should be: ['de', 'en', 
'es', 'pt_BR', 'zh'] to match the alphabetical ordering used in i18n.ts and 
LanguageMenu.tsx.
   ```suggestion
         langs: ['de', 'en', 'es', 'pt_BR', 'zh'],
   ```



-- 
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]

Reply via email to