[PR #101] [MERGED] Redesign of language selector #100 #211

Closed
opened 2026-02-17 17:06:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop/pull/101
Author: @DecDuck
Created: 6/7/2025
Status: Merged
Merged: 6/7/2025
Merged by: @DecDuck

Base: developHead: 100-redesign-of-language-selector


📝 Commits (5)

  • 0bf680c feat: add new language selector in footer, add pirate language
  • 6453e03 fix: translations in title bar not updating
  • fb0decc chore: refactor into separate component
  • ac7cf14 fix: update translate url
  • 0307b94 fix: update pirate translation to use "ship" instead of "plank" for platform

📊 Changes

8 files changed (+633 additions, -91 deletions)

View changed files

components/LanguageSelector.vue (+142 -0)
📝 components/LibraryDirectory.vue (+1 -1)
📝 components/UserFooter.vue (+4 -0)
📝 components/UserHeader.vue (+4 -7)
components/UserHeader/SelectLang.vue (+0 -78)
📝 i18n/locales/en_pirate.json (+480 -1)
📝 i18n/locales/en_us.json (+2 -0)
📝 pages/store/index.vue (+0 -4)

📄 Description

No description provided


🔄 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/Drop-OSS/drop/pull/101 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 6/7/2025 **Status:** ✅ Merged **Merged:** 6/7/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `100-redesign-of-language-selector` --- ### 📝 Commits (5) - [`0bf680c`](https://github.com/Drop-OSS/drop/commit/0bf680c4d98eefcd0c70e4c7f33d6579b2f0dd72) feat: add new language selector in footer, add pirate language - [`6453e03`](https://github.com/Drop-OSS/drop/commit/6453e03d0336130174bebfdb163f40905735dd32) fix: translations in title bar not updating - [`fb0decc`](https://github.com/Drop-OSS/drop/commit/fb0decc35604a26a85acbb95bbb155d7b0f514b1) chore: refactor into separate component - [`ac7cf14`](https://github.com/Drop-OSS/drop/commit/ac7cf14e9a3bb6930846f1e1f13f1647fa50cfbc) fix: update translate url - [`0307b94`](https://github.com/Drop-OSS/drop/commit/0307b9461f2b78bc4d5915bedc60625650db73f4) fix: update pirate translation to use "ship" instead of "plank" for platform ### 📊 Changes **8 files changed** (+633 additions, -91 deletions) <details> <summary>View changed files</summary> ➕ `components/LanguageSelector.vue` (+142 -0) 📝 `components/LibraryDirectory.vue` (+1 -1) 📝 `components/UserFooter.vue` (+4 -0) 📝 `components/UserHeader.vue` (+4 -7) ➖ `components/UserHeader/SelectLang.vue` (+0 -78) 📝 `i18n/locales/en_pirate.json` (+480 -1) 📝 `i18n/locales/en_us.json` (+2 -0) 📝 `pages/store/index.vue` (+0 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:06:26 -05:00
yindo closed this issue 2026-02-17 17:06:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#211