[PR #2192] [MERGED] Client UI Multiple language support #14788

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2192
Author: @Yxnt
Created: 6/25/2024
Status: Merged
Merged: 7/2/2024
Merged by: @bcmmbaga

Base: mainHead: multiple-language-support


📝 Commits (2)

  • 873b821 Feat: Client UI Multiple Language Support
  • fc473be Merge branch 'main' into multiple-language-support

📊 Changes

1 file changed (+86 additions, -0 deletions)

View changed files

📝 client/ui/client_ui.go (+86 -0)

📄 Description

Describe your changes

  1. Add client-side multilingual support(MacOS&Windows)
  2. Automatically adapt multilingualism according to the file mapping rules provided by Windows.

Windows
CleanShot 2024-06-25 at 12 55 38

MacOS
image
image

#1937

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)
  • Extended the README / documentation, if necessary

🔄 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/2192 **Author:** [@Yxnt](https://github.com/Yxnt) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `main` ← **Head:** `multiple-language-support` --- ### 📝 Commits (2) - [`873b821`](https://github.com/netbirdio/netbird/commit/873b821a1edacd568b4e1265ab4d97daa6620181) Feat: Client UI Multiple Language Support - [`fc473be`](https://github.com/netbirdio/netbird/commit/fc473be89897797793220235f8f15010e7af46e3) Merge branch 'main' into multiple-language-support ### 📊 Changes **1 file changed** (+86 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `client/ui/client_ui.go` (+86 -0) </details> ### 📄 Description ## Describe your changes 1. Add client-side multilingual support(MacOS&Windows) 2. Automatically adapt multilingualism according to the file mapping rules provided by Windows. Windows ![CleanShot 2024-06-25 at 12 55 38](https://github.com/netbirdio/netbird/assets/10323352/648c3c02-6d5d-48b3-adb7-afcfb603783c) MacOS ![image](https://github.com/netbirdio/netbird/assets/10323352/394e80b8-edba-4b40-80d0-e6657459f01e) ![image](https://github.com/netbirdio/netbird/assets/10323352/f1e55c2a-46f2-44c4-bcb2-ce26aefc79df) ## Issue ticket number and link #1937 ### Checklist - [x] 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) - [ ] Extended the README / documentation, if necessary --- <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 03:06: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#14788