chore(i18n): update strings in hu_hu.json#2163
Conversation
Translate new strings
Greptile SummaryThis PR translates four strings in the Hungarian locale file (
Confidence Score: 5/5Safe to merge — purely additive translation update with no logic changes. All four strings are translated correctly, both template placeholders ({count} and {name}) are preserved verbatim, and the translations follow standard Hungarian typographic conventions. No functional code is touched. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[App Startup] --> B{Detect device locale}
B -->|hu-HU| C[Load hu-hu.json]
B -->|other| D[Load appropriate locale file]
C --> E[Resolve translation key]
D --> E
E --> F{Key found?}
F -->|Yes| G[Return translated string with placeholder substitution]
F -->|No| H[Fallback to en-us.json]
H --> G
Reviews (1): Last reviewed commit: "Translation: Update hu_hu.json" | Re-trigger Greptile |
Translate new strings