vanshaj2023 opened a new pull request, #3325:
URL: https://github.com/apache/apisix-dashboard/pull/3325

   gh pr create \
     --title "fix(i18n): add missing services.empty translation key in zh, de, 
es, and tr locales" \
     --body "$(cat <<'EOF'
   **Why submit this pull request?**
   
   - [x] Bugfix
   
   **What changes will this PR take into?**
   
   Added missing `services.empty` translation key to the following locale files:
   - `src/locales/zh/common.json`
   - `src/locales/de/common.json`
   - `src/locales/es/common.json`
   - `src/locales/tr/common.json`
   
   Without this key, the empty state message on the Services list page was not 
being translated in these languages, causing a missing/broken UI string.
   
   **Related issues**
   
   fix #3321
   
   **Checklist:**
   
   - [x] Did you explain what problem does this PR solve? Or what new features 
have been added?
   - [ ] Have you added corresponding test cases?
   - [ ] Have you modified the corresponding document?
   - [x] Is this PR backward compatible? If it is not backward compatible, 
please discuss on the mailing list first
   EOF
   )" \
     --base master \
     --head fix/i18n-services-empty-translation \
     --repo apache/apisix-dashboard
   


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