mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[PR #66] [CLOSED] i18n Support and Task improvements #199
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/66
Author: @Huskydog9988
Created: 6/1/2025
Status: ❌ Closed
Base:
develop← Head:more-improvements📝 Commits (10+)
23c5e2afix: release workflowe7f9cb7feat: move mostly to internal tasks system7bb4e08feat: migrate object clean to new task system2ce4179fix: release not getting good base version4c1d5b9chore: set version v0.3.099248f1Merge branch 'develop' into more-improvements28db7b4chore: style3cadb1efeat: basic task concurrencyea3a0e2feat: temp pages to fill in page linksfce87a0feat: inital i18n support📊 Changes
58 files changed (+4581 additions, -2648 deletions)
View changed files
📝
.github/workflows/release.yml(+9 -18)➕
.vscode/extensions.json(+12 -0)📝
.vscode/settings.json(+12 -1)📝
CONTRIBUTING.md(+4 -0)📝
components/Auth/OpenID.vue(+5 -1)📝
components/Auth/Simple.vue(+12 -7)📝
components/UserHeader.vue(+15 -6)📝
components/UserHeader/NotificationWidgetPanel.vue(+7 -3)➕
components/UserHeader/SelectLang.vue(+64 -0)📝
components/UserHeader/UserWidget.vue(+4 -3)📝
error.vue(+2 -1)📝
eslint.config.mjs(+28 -1)➕
i18n/i18n.config.ts(+4 -0)➕
i18n/localeDetector.ts(+25 -0)➕
i18n/locales/en_pirate.json(+3 -0)➕
i18n/locales/en_us.json(+200 -0)📝
layouts/admin.vue(+7 -0)📝
nuxt.config.ts(+24 -1)📝
package.json(+4 -2)📝
pages/account.vue(+7 -4)...and 38 more files
📄 Description
fixes #53, and lays the groundwork for #52
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.