Skip to content

translations: uk-ua.json#1919

Merged
UnschooledGamer merged 4 commits intoAcode-Foundation:mainfrom
PavloPogonets:patch-3
Mar 3, 2026
Merged

translations: uk-ua.json#1919
UnschooledGamer merged 4 commits intoAcode-Foundation:mainfrom
PavloPogonets:patch-3

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 Mar 3, 2026
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Mar 3, 2026

Greptile Summary

This PR incrementally improves the Ukrainian (uk-ua) locale by translating 23 previously English-only strings into Ukrainian across info tooltips, dialog warnings, quick-tools labels, and home-screen shortcut messages.

Key changes:

  • Translates info-* tooltip strings (e.g., info-rememberfolders, info-floatingbutton, info-animation, info-showHiddenFiles, info-restore, info-uninstall)
  • Translates dialog warning messages (unsaved files warning, save all warning, close all warning)
  • Translates quick-tools labels (quicktools:quotation, fade fold widgets)
  • Translates backup/restore messages and backup-related keys
  • Translates home-screen shortcut messages (add to home screen, pin shortcuts not supported, etc.)

Issues found:

  • quicktools:quotation is translated as "Вставити цитату" ("Insert a citation"), which loses the "quotation mark character" meaning; "Вставити лапки" would be more precise for a code editor context
  • fade fold widgets is translated as "Віджети з ефектом зникання" (fading widgets), omitting the "fold/collapse" aspect of the feature
  • Typographic inconsistency: "checksum mismatch" uses a regular hyphen (-) while the sibling key "backup checksum mismatch" uses an em dash (); Ukrainian typography prefers em dashes consistently

Confidence Score: 4/5

  • Safe to merge — translation-only change with no runtime impact; minor wording and typographic improvements suggested.
  • All changes are confined to a single JSON locale file with no effect on application logic. The translations are largely accurate and a clear improvement over the English fallbacks. Three refinements are suggested: two translation choices for better precision (quicktools:quotation and fade fold widgets) and one dash consistency fix, but none are blockers. This is a low-risk, high-value improvement to localization.
  • src/lang/uk-ua.json — three style suggestions on translation precision and typographic consistency (lines 374, 413, 474).

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[uk-ua.json] --> B{String translated?}
    B -- Yes\n~450 keys --> C[Ukrainian text served to user]
    B -- No\n~60 keys remaining --> D[English fallback displayed]
    PR[This PR\n+23 translations] --> B
    C --> E[Info tooltips\nDialog warnings\nQuick-tool labels\nBackup messages\nHome-screen shortcuts]
Loading

Last reviewed commit: fb2e73b

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 file reviewed, 3 comments

Edit Code Review Agent Settings | Greptile

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@UnschooledGamer

This comment has been minimized.

PavloPogonets and others added 2 commits March 3, 2026 21:40
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@PavloPogonets
Copy link
Contributor Author

Okay, I checked that all the reviews are correct.

@UnschooledGamer
Copy link
Member

Okay, I checked that all the reviews are correct.

Thank You. Have a Great Day.

@UnschooledGamer UnschooledGamer merged commit 7b5861b into Acode-Foundation:main Mar 3, 2026
9 checks passed
@PavloPogonets
Copy link
Contributor Author

Thanks for accepting the pull request, and have a nice day too!

@PavloPogonets PavloPogonets deleted the patch-3 branch March 3, 2026 19:57
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