Skip to content

Translation: Update hu_hu.json#1995

Merged
UnschooledGamer merged 1 commit intoAcode-Foundation:mainfrom
summoner001:main
Mar 30, 2026
Merged

Translation: Update hu_hu.json#1995
UnschooledGamer merged 1 commit intoAcode-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 Mar 30, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 30, 2026

Greptile Summary

This PR updates the Hungarian (hu-hu) translation file by translating two previously untranslated (English-fallback) strings into Hungarian.

  • \"app font\": \"App font\"\"Alkalmazás betűtípusa\" ("Application font" in Hungarian)
  • \"settings-info-app-font-family\": \"Choose the font used across the app interface.\"\"Válassza ki az alkalmazás egész felületén használandó betűtípust.\" (accurate Hungarian translation)

The JSON file remains well-formed, with correct comma placement and proper closure. The translations are accurate and consistent with the style used in the rest of the file.

Confidence Score: 5/5

Safe to merge — minimal, well-formed translation-only change with no logic or structural impact.

The change is limited to two string value updates in a JSON translation file. The JSON remains valid, the translations are accurate Hungarian, and no code logic is affected.

No files require special attention.

Important Files Changed

Filename Overview
src/lang/hu-hu.json Translates two previously English strings ("app font" and "settings-info-app-font-family") into Hungarian; JSON structure remains valid.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[App starts] --> B{Detect locale}
    B -->|hu-hu| C[Load hu-hu.json]
    B -->|other| D[Load other lang file]
    C --> E[Resolve translation key]
    E -->|"app font"| F["Alkalmazás betűtípusa ✅"]
    E -->|"settings-info-app-font-family"| G["Válassza ki az alkalmazás egész felületén\nhasználandó betűtípust. ✅"]
    E -->|other keys| H[Other translated strings]
Loading

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

@UnschooledGamer UnschooledGamer merged commit a4e1621 into Acode-Foundation:main Mar 30, 2026
5 checks passed
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

None yet

Development

Successfully merging this pull request may close these issues.

2 participants