Skip to content

Commit 25ec7f3

Browse files
authored
merge: fix: add missing footer i18n keys for support, guidelines, and faq (#7287)
## Description Fixes #7284 Added the missing translation keys (`support`, `guidelines`, `faq`) to the `footer` object across all i18n locale JSON files (`en.json`, `de.json`, `es.json`, `fr.json`, `hi.json`, `ja.json`, `ko.json`, `pt.json`, `zh.json`). This resolves the issue where raw key names were leaking in the production footer. ## Pillar - [ ] 🎨 Pillar 1 — New Theme Design - [ ] 📐 Pillar 2 — Geometric SVG Improvement - [ ] ⚡ Pillar 3 — Timezone Logic Optimization - [x] 🛠️ Other (Bug fix, refactoring, docs) ## Visual Preview N/A ## Checklist before requesting a review: - [x] I have read the `CONTRIBUTING.md` file. - [x] I have tested these changes locally (`localhost:3000/api/streak?user=YOUR_USERNAME`). - [x] I have run `npm run format` and `npm run lint` locally and resolved all errors (CI will fail otherwise). - [x] My commits follow the Conventional Commits format (e.g., `feat(themes): ...`, `fix(calculate): ...`). - [x] I have updated `README.md` if I added a new theme or URL parameter. - [x] I have started the repo. - [x] I have made sure that i have only one commit to merge in this PR. - [x] The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts). - [ ] (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.
2 parents 910da63 + 6a6e23f commit 25ec7f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vercel-ignore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if [ -z "$CHANGED_FILES" ]; then
99
exit 0
1010
fi
1111

12-
if echo "$CHANGED_FILES" | grep -qvE '(^\.github/|^\.husky/|\.md$|\.test\.[jt]sx?$)'; then
12+
if echo "$CHANGED_FILES" | grep -qvE '(^\.github/|^\.husky/|^locales/|^vercel-ignore\.sh$|\.md$|\.test\.[jt]sx?$)'; then
1313
exit 1
1414
else
1515
exit 0

0 commit comments

Comments
 (0)