New Crowdin updates#759
Conversation
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
[ci skip]
Greptile SummaryThis is a Crowdin-automated PR that adds new and updated translation strings across 23 locale files. All JSON files are syntactically valid and all
Confidence Score: 4/5Safe to merge for translated locales; English users or users of partial locales may see raw key names for the new strings until en-US is updated. The translated files are all valid JSON with intact template variables. The en-US source was not updated alongside the translations, so new keys are missing from the fallback locale and two existing keys diverge between English and all other languages. apps/web/src/features/i18n/locales/en-US.json (not in this PR but should be updated to add the ~30 missing source strings and sync the two modified keys) Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User requests translation key] --> B{Key in user locale?}
B -- Yes --> C[Show translated string]
B -- No --> D{Key in en-US fallback?}
D -- Yes --> E[Show English string]
D -- No --> F[Show raw key name]
subgraph This PR
G[23 locale files get ~30 new keys]
H[en-US.json NOT updated]
end
G -.-> B
H -.-> D
style F fill:#ff9999,stroke:#cc0000
style H fill:#ffe0b2,stroke:#e65100
Reviews (1): Last reviewed commit: "New translations en-us.json (French)" | Re-trigger Greptile |
No description provided.