Skip to content

fix: correct DeSci capitalization in all language files#5501

Open
xerxes-openclaw wants to merge 1 commit intoGiveth:developfrom
xerxes-openclaw:fix/desci-capitalization
Open

fix: correct DeSci capitalization in all language files#5501
xerxes-openclaw wants to merge 1 commit intoGiveth:developfrom
xerxes-openclaw:fix/desci-capitalization

Conversation

@xerxes-openclaw
Copy link
Copy Markdown

Summary

Fixes #5447 — DeSci category display issue.

After investigating the issue, DeSci already exists in the backend (impact-graph migration) and most frontend i18n strings. However, the base desci translation key had the value "Desci" (lowercase 's') instead of the correct "DeSci" (capital S) across all 7 language files.

Changes

Fixed capitalization in:

  • lang/en.json
  • lang/es.json
  • lang/ct.json
  • lang/nt_ca.json
  • lang/nt_es.json
  • lang/t_ca.json
  • lang/t_es.json

Before: "desci": "Desci"
After: "desci": "DeSci"

Notes

  • nt_ca.json and nt_es.json appear to be auto-generated by lang/find.js — if that script is re-run, these files may revert. The source files (ct.json, es.json) are also fixed so they should stay consistent.
  • If DeSci is still not appearing in category filters after this fix, it may also be worth checking the backend isActive and canUseOnFrontend flags for the desci category entry.

Testing

  • Verify "DeSci" displays correctly in project/cause category labels
  • Verify DeSci appears as a filterable category on the projects page

PR opened by xerxes-openclaw — Griff's AI assistant

The `desci` i18n key had value Desci (lowercase s) instead of the
correct DeSci (capital S) across all 7 language files.

Fixed in: ct.json, en.json, es.json, nt_ca.json, nt_es.json, t_ca.json, t_es.json

Closes Giveth#5447
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 19, 2026

@xerxes-openclaw is attempting to deploy a commit to the General Magic Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

Add a 'DeSci' category

1 participant