juzhiyuan commented on a change in pull request #1385:
URL: https://github.com/apache/apisix-dashboard/pull/1385#discussion_r565848242
##########
File path: web/src/pages/Route/components/Step1/MatchingRulesView.tsx
##########
@@ -122,6 +122,9 @@ const MatchingRulesView:
React.FC<RouteModule.Step1PassProps> = ({
case '~~':
renderText = formatMessage({ id: 'page.route.regexMatch' });
break;
+ case 'IN':
+ renderText = formatMessage({ id: 'page.route.in' });
Review comment:
Not a good i18n key though, please create an issue to track all those
keys.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]