feat: Added sponsor page translations - #2854
Conversation
Greptile SummaryThis PR localizes the sponsor directory and sponsor purchase surfaces, including page titles, calls to action, purchase-result messages, tier empty states, and monthly pricing labels.
Confidence Score: 5/5The PR appears safe to merge; no actionable correctness, security, or repository-rule violations remain. The locale catalogs and generated type contract are aligned, all changed sponsor-page lookups resolve, and the previously reported hardcoded page-shell title has been fully localized. The HTML-rendered thank-you value is supplied only by trusted bundled catalogs, so the examined injection path is not reachable. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart LR
Catalogs[Locale catalogs] --> Language[Active language service]
Types[LangStrings contract] --> Pages
Language --> Pages[Sponsor pages]
Pages --> Directory[Sponsor directory UI]
Pages --> Purchase[Sponsor purchase UI and dialogs]
Reviews (2): Last reviewed commit: "feat: Added new key" | Re-trigger Greptile |
|
I believe the cta and probably similar text to remain in english, as it could create bad impression on Acode if the future translations contain uncertainty. Because many of translators are volunteering contributors, uncertainty in those can cause problems. Requesting review from @bajrangCoder and @deadlyjack |
|
Okay, I'll wait for the next review. If the CTA text really should remain in English, I'll revert it back to its original state. |
No description provided.