Skip to content

chore(i18n): update strings in hu_hu.json#2163

Merged
UnschooledGamer merged 1 commit into
Acode-Foundation:mainfrom
summoner001:main
Jun 7, 2026
Merged

chore(i18n): update strings in hu_hu.json#2163
UnschooledGamer merged 1 commit into
Acode-Foundation:mainfrom
summoner001:main

Conversation

@summoner001
Copy link
Copy Markdown
Contributor

Translate new strings

Translate new strings
@github-actions github-actions Bot added the translations Anything related to Translations Whether a Issue or PR label Jun 7, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Jun 7, 2026

Greptile Summary

This PR translates four strings in the Hungarian locale file (src/lang/hu-hu.json) that were previously left in English. The placeholders {count} and {name} are correctly preserved, and proper Hungarian typographic conventions are used (e.g., „" quotation marks, the A(z) definite-article form before an unknown-initial word, and the Unicode ellipsis ).

  • copying items: "Copying {count} items..." → "{count} elem másolása…" — placeholder intact, natural word order for Hungarian.
  • cannot paste folder into itself / folder already exists: straightforward literal translations.
  • file already exists force named: English single quotes replaced with correct Hungarian low-high quotation marks „{name}", sentence restructured to idiomatic Hungarian.

Confidence Score: 5/5

Safe 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

Filename Overview
src/lang/hu-hu.json Translates 4 previously untranslated English strings into Hungarian; all template placeholders ({count}, {name}) are preserved and translations are linguistically accurate.

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
Loading

Reviews (1): Last reviewed commit: "Translation: Update hu_hu.json" | Re-trigger Greptile

@UnschooledGamer UnschooledGamer moved this from Backlog to 🫡 Done by Community in The Code Board - Acode Jun 7, 2026
@UnschooledGamer UnschooledGamer changed the title Translation: Update hu_hu.json chore(i18n): update strings in hu_hu.json Jun 7, 2026
@UnschooledGamer UnschooledGamer merged commit 5df5587 into Acode-Foundation:main Jun 7, 2026
8 checks passed
@github-project-automation github-project-automation Bot moved this from 🫡 Done by Community to Done in The Code Board - Acode Jun 7, 2026
@UnschooledGamer UnschooledGamer moved this from Done to 🫡 Done by Community in The Code Board - Acode Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community translations Anything related to Translations Whether a Issue or PR

Projects

Status: 🫡 Done by Community

Development

Successfully merging this pull request may close these issues.

2 participants