[PR #2377] [MERGED] fix(i18n): mark supported languages for translation #2257

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2377
Author: @mKoonrad
Created: 1/12/2026
Status: Merged
Merged: 2/26/2026
Merged by: @Mythie

Base: mainHead: supported-languages


📝 Commits (6)

  • 5edd98e fix(i18n): mark supported languages for translation
  • fe646db Merge branch 'main' into supported-languages
  • def5619 Merge branch 'main' into supported-languages
  • cad793f Merge branch 'main' into supported-languages
  • 1099c29 Merge branch 'main' into supported-languages
  • f0eaeee Merge branch 'main' into supported-languages

📊 Changes

10 files changed (+72 additions, -65 deletions)

View changed files

📝 apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx (+6 -4)
📝 apps/remix/app/components/forms/document-preferences-form.tsx (+5 -5)
📝 apps/remix/app/components/general/app-command-menu.tsx (+4 -5)
📝 apps/remix/app/components/general/envelope-editor/envelope-editor-settings-dialog.tsx (+12 -11)
📝 lingui.config.ts (+1 -1)
📝 packages/lib/constants/i18n.ts (+17 -33)
packages/lib/constants/locales.ts (+21 -0)
📝 packages/ui/components/common/language-switcher-dialog.tsx (+2 -2)
📝 packages/ui/primitives/document-flow/add-settings.tsx (+1 -1)
📝 packages/ui/primitives/template-flow/add-template-settings.tsx (+3 -3)

📄 Description

Description

I marked supported languages for translation.

This PR is suggested improvements for #2371 by rsalcara. Related PR is great, but I think that supported languages can be translated in more flexible, standard way.

Changes Made

  • Mark supported languages for translation

Testing Performed

  • npm run build
  • Check local run
  • Check web.po file

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

🔄 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/2377 **Author:** [@mKoonrad](https://github.com/mKoonrad) **Created:** 1/12/2026 **Status:** ✅ Merged **Merged:** 2/26/2026 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `supported-languages` --- ### 📝 Commits (6) - [`5edd98e`](https://github.com/documenso/documenso/commit/5edd98e64473d4183dc8f59ffab0af649a9520ff) fix(i18n): mark supported languages for translation - [`fe646db`](https://github.com/documenso/documenso/commit/fe646dbc19e09dda81c074f22ae0437fd7436262) Merge branch 'main' into supported-languages - [`def5619`](https://github.com/documenso/documenso/commit/def56192d56e07a340423d21799654f66f72b420) Merge branch 'main' into supported-languages - [`cad793f`](https://github.com/documenso/documenso/commit/cad793fa267775ca41d4a5e2f14692f87c9dc5a1) Merge branch 'main' into supported-languages - [`1099c29`](https://github.com/documenso/documenso/commit/1099c29d74e850931718d75dec41aacf18e19b4c) Merge branch 'main' into supported-languages - [`f0eaeee`](https://github.com/documenso/documenso/commit/f0eaeee2c548597100ff4d95a5d6d601b45c5241) Merge branch 'main' into supported-languages ### 📊 Changes **10 files changed** (+72 additions, -65 deletions) <details> <summary>View changed files</summary> 📝 `apps/remix/app/components/embed/authoring/configure-document-advanced-settings.tsx` (+6 -4) 📝 `apps/remix/app/components/forms/document-preferences-form.tsx` (+5 -5) 📝 `apps/remix/app/components/general/app-command-menu.tsx` (+4 -5) 📝 `apps/remix/app/components/general/envelope-editor/envelope-editor-settings-dialog.tsx` (+12 -11) 📝 `lingui.config.ts` (+1 -1) 📝 `packages/lib/constants/i18n.ts` (+17 -33) ➕ `packages/lib/constants/locales.ts` (+21 -0) 📝 `packages/ui/components/common/language-switcher-dialog.tsx` (+2 -2) 📝 `packages/ui/primitives/document-flow/add-settings.tsx` (+1 -1) 📝 `packages/ui/primitives/template-flow/add-template-settings.tsx` (+3 -3) </details> ### 📄 Description ## Description I marked supported languages for translation. ## Related PR This PR is suggested improvements for #2371 by [rsalcara](https://github.com/rsalcara). Related PR is great, but I think that supported languages can be translated in more flexible, standard way. ## Changes Made - Mark supported languages for translation ## Testing Performed - `npm run build` - Check local run - Check `web.po` file ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:07 +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#2257
No description provided.