fix: correct DeSci capitalization in all language files#5501
Open
xerxes-openclaw wants to merge 1 commit intoGiveth:developfrom
Open
fix: correct DeSci capitalization in all language files#5501xerxes-openclaw wants to merge 1 commit intoGiveth:developfrom
xerxes-openclaw wants to merge 1 commit intoGiveth:developfrom
Conversation
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
|
@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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #5447 — DeSci category display issue.
After investigating the issue, DeSci already exists in the backend (
impact-graphmigration) and most frontend i18n strings. However, the basedescitranslation 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.jsonlang/es.jsonlang/ct.jsonlang/nt_ca.jsonlang/nt_es.jsonlang/t_ca.jsonlang/t_es.jsonBefore:
"desci": "Desci"After:
"desci": "DeSci"Notes
nt_ca.jsonandnt_es.jsonappear to be auto-generated bylang/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.isActiveandcanUseOnFrontendflags for thedescicategory entry.Testing
PR opened by xerxes-openclaw — Griff's AI assistant ⚡