[PR #7041] [client] feat(i18n): Add Galician (gl) localization for desktop client #27880

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

📋 Pull Request Information

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

Base: mainHead: main


📝 Commits (1)

  • ee47c68 Add Galician (gl) localization for desktop client

📊 Changes

2 files changed (+1345 additions, -1 deletions)

View changed files

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

📄 Description

Describe your changes

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

Changes

  • Added client/ui/i18n/locales/gl/common.json with all 447 translation keys.
  • Updated client/ui/i18n/locales/_index.json to register Galician (gl).

N/A (Trivial localization addition)

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.

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

Documentation

  • Documentation is not needed for this change (UI translation only)

Summary by CodeRabbit

  • New Features
    • Added Galician as a supported interface language.
    • Added Galician translations across settings, connection management, troubleshooting, authentication, peers, networks, updates, and other UI areas.

🔄 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/7041 **Author:** [@B1NAR10](https://github.com/B1NAR10) **Created:** 8/3/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`ee47c68`](https://github.com/netbirdio/netbird/commit/ee47c6809a305df414b1c3ffa4c43f3fbc8572ea) Add Galician (gl) localization for desktop client ### 📊 Changes **2 files changed** (+1345 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/i18n/locales/_index.json` (+2 -1) ➕ `client/ui/i18n/locales/gl/common.json` (+1343 -0) </details> ### 📄 Description ## Describe your changes Added full Galician (`gl`) translation for the desktop client UI, settings, status messages, and resources. ### Changes - Added `client/ui/i18n/locales/gl/common.json` with all 447 translation keys. - Updated `client/ui/i18n/locales/_index.json` to register Galician (`gl`). ## Issue ticket number and link N/A (Trivial localization addition) ## Stack ### Checklist - [ ] Is it a bug fix - [x] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [x] 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) - [x] This change is a trivial fix, **OR** it links an issue the NetBird team agreed on beforehand. > By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement. ## Documentation - [x] Documentation is **not needed** for this change (UI translation only) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added Galician as a supported interface language. * Added Galician translations across settings, connection management, troubleshooting, authentication, peers, networks, updates, and other UI areas. <!-- 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:21 -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#27880