Skip to content

Translation: Update hu_hu.json#2000

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

Translation: Update hu_hu.json#2000
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 31, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 31, 2026

Greptile Summary

This PR translates 10 previously untranslated LSP (Language Server Protocol) UI strings in the Hungarian (hu-hu.json) locale file from English to Hungarian. The affected keys cover WebSocket transport labelling, error messages, and custom-server management actions.

  • All 10 string keys are correctly preserved and match the keys in en-us.json.
  • The {server} interpolation placeholder in \"lsp-remove-custom-server-confirm\" is properly retained in the Hungarian translation (\"Eltávolítja a(z) {server} egyéni nyelvi kiszolgálót?\").
  • The JSON file remains syntactically valid with no trailing commas or structural issues.
  • The translations read naturally in Hungarian (e.g. "webcím" for URL, "kiszolgáló" for server) and are consistent with the existing terminology already established elsewhere in the file.

Confidence Score: 5/5

Safe to merge — straightforward translation update with no logic changes and no issues found.

All 10 translated strings match their source keys in en-us.json, the {server} placeholder is intact, the JSON is syntactically valid, and the translations are consistent with the existing Hungarian terminology in the file. No P0/P1 issues found.

No files require special attention.

Important Files Changed

Filename Overview
src/lang/hu-hu.json Translates 10 English LSP-related strings to Hungarian; all keys are correct, JSON is valid, and the {server} placeholder is preserved.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[hu-hu.json] --> B{LSP keys previously in English}
    B --> C["lsp-transport-method-stdio"]
    B --> D["lsp-transport-method-websocket"]
    B --> E["lsp-websocket-url"]
    B --> F["lsp-websocket-server-managed-externally"]
    B --> G["lsp-error-websocket-url-invalid"]
    B --> H["lsp-error-websocket-url-required"]
    B --> I["lsp-remove-custom-server"]
    B --> J["lsp-remove-custom-server-confirm (preserves {server} placeholder)"]
    B --> K["lsp-custom-server-removed"]
    B --> L["settings-info-lsp-remove-custom-server"]
    C & D & E & F & G & H & I & J & K & L --> M[Translated to Hungarian ✓]
Loading

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

@UnschooledGamer UnschooledGamer merged commit 880dd85 into Acode-Foundation:main Mar 31, 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