Skip to content

translations: Update uk-ua.json#1861

Open
PavloPogonets wants to merge 1 commit intoAcode-Foundation:mainfrom
PavloPogonets:patch-4
Open

translations: Update uk-ua.json#1861
PavloPogonets wants to merge 1 commit intoAcode-Foundation:mainfrom
PavloPogonets:patch-4

Conversation

@PavloPogonets
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the translations Anything related to Translations Whether a Issue or PR label Feb 5, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 5, 2026

Greptile Overview

Greptile Summary

This PR updates Ukrainian (uk-ua) translation values for several existing keys (e.g., "edit with", "restore default settings", quicktools arrow keys, developer mode messages). No translation keys were added/removed, and the modified strings keep the existing placeholder tokens (e.g., {file}, {count}), so callers expecting interpolation should continue to work unchanged.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk.
  • Changes are limited to translation string values in a single JSON locale file; keys and placeholder tokens remain unchanged, so there’s no expected impact on runtime logic.
  • No files require special attention

Important Files Changed

Filename Overview
src/lang/uk-ua.json Updates several Ukrainian translation values (no key changes); placeholders like {file} and {count} remain intact in modified strings.

Sequence Diagram

sequenceDiagram
    participant UI as UI
    participant I18N as i18n/translator
    participant UK as uk-ua.json

    UI->>I18N: t("edit with") / t("reopen file") / ...
    I18N->>UK: lookup key in locale map
    UK-->>I18N: return updated Ukrainian string
    I18N-->>UI: render localized text
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

translations Anything related to Translations Whether a Issue or PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant