[PR #1286] [MERGED] feat: web i18n #1532

Closed
opened 2026-02-26 19:33:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1286
Author: @dguyen
Created: 8/13/2024
Status: Merged
Merged: 8/27/2024
Merged by: @dguyen

Base: mainHead: feat/i18n-web


📝 Commits (2)

📊 Changes

294 files changed (+14844 additions, -2227 deletions)

View changed files

📝 apps/marketing/package.json (+0 -1)
📝 apps/marketing/src/app/(marketing)/singleplayer/client.tsx (+6 -4)
📝 apps/web/lingui.config.ts (+1 -1)
📝 apps/web/package.json (+1 -2)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx (+16 -8)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx (+15 -5)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx (+21 -11)
📝 apps/web/src/app/(dashboard)/admin/documents/[id]/super-delete-document-dialog.tsx (+25 -10)
📝 apps/web/src/app/(dashboard)/admin/documents/document-results.tsx (+9 -5)
📝 apps/web/src/app/(dashboard)/admin/documents/page.tsx (+9 -1)
📝 apps/web/src/app/(dashboard)/admin/layout.tsx (+3 -0)
📝 apps/web/src/app/(dashboard)/admin/nav.tsx (+6 -5)
📝 apps/web/src/app/(dashboard)/admin/site-settings/banner-form.tsx (+33 -16)
📝 apps/web/src/app/(dashboard)/admin/site-settings/page.tsx (+12 -1)
📝 apps/web/src/app/(dashboard)/admin/stats/page.tsx (+61 -20)
📝 apps/web/src/app/(dashboard)/admin/subscriptions/page.tsx (+20 -5)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/delete-user-dialog.tsx (+28 -13)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/multiselect-role-combobox.tsx (+4 -1)
📝 apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx (+21 -9)
📝 apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx (+10 -6)

...and 80 more files

📄 Description

Description

The i18n integration for the web application.

More information on the integration found here https://github.com/documenso/documenso/pull/1223


🔄 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/documenso/documenso/pull/1286 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 8/13/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/i18n-web` --- ### 📝 Commits (2) - [`e54555a`](https://github.com/documenso/documenso/commit/e54555ab8c08b44fb19fda261fd4f2b2f9baef85) feat: initial web i18n - [`e0fdf77`](https://github.com/documenso/documenso/commit/e0fdf77c799ae6d29044e2718732ecd9d76ce885) fix: styling ### 📊 Changes **294 files changed** (+14844 additions, -2227 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/package.json` (+0 -1) 📝 `apps/marketing/src/app/(marketing)/singleplayer/client.tsx` (+6 -4) 📝 `apps/web/lingui.config.ts` (+1 -1) 📝 `apps/web/package.json` (+1 -2) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/admin-actions.tsx` (+16 -8) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/page.tsx` (+15 -5) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/recipient-item.tsx` (+21 -11) 📝 `apps/web/src/app/(dashboard)/admin/documents/[id]/super-delete-document-dialog.tsx` (+25 -10) 📝 `apps/web/src/app/(dashboard)/admin/documents/document-results.tsx` (+9 -5) 📝 `apps/web/src/app/(dashboard)/admin/documents/page.tsx` (+9 -1) 📝 `apps/web/src/app/(dashboard)/admin/layout.tsx` (+3 -0) 📝 `apps/web/src/app/(dashboard)/admin/nav.tsx` (+6 -5) 📝 `apps/web/src/app/(dashboard)/admin/site-settings/banner-form.tsx` (+33 -16) 📝 `apps/web/src/app/(dashboard)/admin/site-settings/page.tsx` (+12 -1) 📝 `apps/web/src/app/(dashboard)/admin/stats/page.tsx` (+61 -20) 📝 `apps/web/src/app/(dashboard)/admin/subscriptions/page.tsx` (+20 -5) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/delete-user-dialog.tsx` (+28 -13) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/multiselect-role-combobox.tsx` (+4 -1) 📝 `apps/web/src/app/(dashboard)/admin/users/[id]/page.tsx` (+21 -9) 📝 `apps/web/src/app/(dashboard)/admin/users/data-table-users.tsx` (+10 -6) _...and 80 more files_ </details> ### 📄 Description ## Description The i18n integration for the web application. More information on the integration found here https://github.com/documenso/documenso/pull/1223 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1532
No description provided.