[PR #7035] [client] feat(i18n): add Ukrainian localization for desktop client #27851

Open
opened 2026-08-05 07:09:19 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/7035
Author: @progr33
Created: 8/3/2026
Status: 🔄 Open

Base: mainHead: ukrainian-translation


📝 Commits (10+)

  • 7731cb1 feat(i18n): add Ukrainian localization for desktop client
  • 1b7eda5 fix: correct logout error translation
  • 4fab990 fix(i18n): update translation phrasing
  • 3fa4c0f Merge branch 'main' into ukrainian-translation
  • bf488e8 Merge branch 'main' into ukrainian-translation
  • fd86be9 Merge branch 'main' into ukrainian-translation
  • 6738380 Merge branch 'main' into ukrainian-translation
  • a215270 Merge branch 'main' into ukrainian-translation
  • 7ab7003 fix(i18n): update translation phrasing
  • 73aaac9 Merge branch 'main' into ukrainian-translation

📊 Changes

2 files changed (+1344 additions, -0 deletions)

View changed files

📝 client/ui/i18n/locales/_index.json (+1 -0)
client/ui/i18n/locales/uk/common.json (+1343 -0)

📄 Description

Describe your changes

Description

Added full Ukrainian translation (uk) for the desktop client UI, settings, status messages, and resources.

Changes

  • Added client/ui/i18n/locales/uk/common.json
  • Updated client/ui/i18n/locales/_index.json

Stack

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • I ran and tested this change locally — I did not rely on CI to find out whether it works
  • This PR has a single purpose (not a fix + refactor + feature in one)
  • This change is a trivial fix, OR it links an issue the NetBird team agreed on beforehand. Changes to the public API, gRPC protocols, functionality behavior, CLI / service flags, or new features always need that agreement first. See CONTRIBUTING.md.

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)
    Adding a new UI localization language doesn't require documentation updates.

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__

Summary by CodeRabbit

  • New Features
    • Added Ukrainian as an available interface language.
    • Added Ukrainian translations across menus, notifications, settings, onboarding, troubleshooting, connection management, updates, and error messages.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/7035 **Author:** [@progr33](https://github.com/progr33) **Created:** 8/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `ukrainian-translation` --- ### 📝 Commits (10+) - [`7731cb1`](https://github.com/netbirdio/netbird/commit/7731cb14755f61216d42e1cf25f083f7f9be5f19) feat(i18n): add Ukrainian localization for desktop client - [`1b7eda5`](https://github.com/netbirdio/netbird/commit/1b7eda52e82f18ed37c0cfe090968bd800a73da5) fix: correct logout error translation - [`4fab990`](https://github.com/netbirdio/netbird/commit/4fab990a4751fba1c0406455d571c38106c6afbf) fix(i18n): update translation phrasing - [`3fa4c0f`](https://github.com/netbirdio/netbird/commit/3fa4c0f4c19a718f62064e4bcd34f8495d9446bf) Merge branch 'main' into ukrainian-translation - [`bf488e8`](https://github.com/netbirdio/netbird/commit/bf488e892b433f8a713fb40d4370b78ea5a32756) Merge branch 'main' into ukrainian-translation - [`fd86be9`](https://github.com/netbirdio/netbird/commit/fd86be9a0a73e6bc8f970ec149edfc44f0f01627) Merge branch 'main' into ukrainian-translation - [`6738380`](https://github.com/netbirdio/netbird/commit/673838004111e95cf8ccb1f449775f785320d644) Merge branch 'main' into ukrainian-translation - [`a215270`](https://github.com/netbirdio/netbird/commit/a215270df0a92364e7cfcc7df55b5970d4da8a5d) Merge branch 'main' into ukrainian-translation - [`7ab7003`](https://github.com/netbirdio/netbird/commit/7ab7003d5c71b7bd1a2d046a1225a72e074812a9) fix(i18n): update translation phrasing - [`73aaac9`](https://github.com/netbirdio/netbird/commit/73aaac980eb7e1bf793699741b3dd78f8dc3956e) Merge branch 'main' into ukrainian-translation ### 📊 Changes **2 files changed** (+1344 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/i18n/locales/_index.json` (+1 -0) ➕ `client/ui/i18n/locales/uk/common.json` (+1343 -0) </details> ### 📄 Description ## Describe your changes ### Description Added full Ukrainian translation (`uk`) for the desktop client UI, settings, status messages, and resources. ### Changes - Added `client/ui/i18n/locales/uk/common.json` - Updated `client/ui/i18n/locales/_index.json` ## Issue ticket number and link <!-- Required for anything that changes behavior. Link the issue (or the validated discussion it came from) that the NetBird team already agreed on. See https://github.com/netbirdio/netbird/blob/main/CONTRIBUTING.md#ticket-first-pr-second --> ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [x] I ran and tested this change locally — I did not rely on CI to find out whether it works - [x] This PR has a single purpose (not a fix + refactor + feature in one) - [ ] This change is a trivial fix, **OR** it links an issue the NetBird team agreed on beforehand. Changes to the public API, gRPC protocols, functionality behavior, CLI / service flags, or new features always need that agreement first. See [CONTRIBUTING.md](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTING.md#ticket-first-pr-second). > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) Adding a new UI localization language doesn't require documentation updates. ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Ukrainian as an available interface language. * Added Ukrainian translations across menus, notifications, settings, onboarding, troubleshooting, connection management, updates, and error messages. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 07:09:19 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#27851