[PR #34] [CLOSED] Feat/i18n translations #110

Closed
opened 2026-03-01 14:40:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/34
Author: @BigDog1400
Created: 1/15/2024
Status: Closed

Base: mainHead: feat/i18n-translations


📝 Commits (4)

  • 92886f0 feat: add react-intl-universal as dependency of core package to handle i18n
  • 9324442 feat: update editor component with i18n configuration and add some translations
  • 2b9688f feat: add defaultLang in demo app
  • 9ee5016 fix: change default lang to en

📊 Changes

10 files changed (+284 additions, -472 deletions)

View changed files

📝 apps/web/components/editor-preview.tsx (+3 -2)
📝 packages/core/package.json (+1 -0)
📝 packages/core/src/editor/extensions/button-extension.ts (+10 -0)
📝 packages/core/src/editor/extensions/index.ts (+3 -3)
📝 packages/core/src/editor/extensions/slash-command.tsx (+30 -45)
📝 packages/core/src/editor/index.tsx (+59 -1)
📝 packages/core/src/editor/nodes/button.tsx (+11 -8)
packages/core/src/locales/en.ts (+48 -0)
packages/core/src/locales/es.ts (+48 -0)
📝 pnpm-lock.yaml (+71 -413)

📄 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/arikchakma/maily.to/pull/34 **Author:** [@BigDog1400](https://github.com/BigDog1400) **Created:** 1/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/i18n-translations` --- ### 📝 Commits (4) - [`92886f0`](https://github.com/arikchakma/maily.to/commit/92886f009ce28aec66a91361fb3bc4e96e4c8d1a) feat: add react-intl-universal as dependency of core package to handle i18n - [`9324442`](https://github.com/arikchakma/maily.to/commit/93244426c931e0c672b968c5a5a917d92da7cd0d) feat: update editor component with i18n configuration and add some translations - [`2b9688f`](https://github.com/arikchakma/maily.to/commit/2b9688f20e5a362da86a4df17e72c6c0ead179f7) feat: add defaultLang in demo app - [`9ee5016`](https://github.com/arikchakma/maily.to/commit/9ee5016250956ac4d9a6976514576f8e4accc9fc) fix: change default lang to en ### 📊 Changes **10 files changed** (+284 additions, -472 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/editor-preview.tsx` (+3 -2) 📝 `packages/core/package.json` (+1 -0) 📝 `packages/core/src/editor/extensions/button-extension.ts` (+10 -0) 📝 `packages/core/src/editor/extensions/index.ts` (+3 -3) 📝 `packages/core/src/editor/extensions/slash-command.tsx` (+30 -45) 📝 `packages/core/src/editor/index.tsx` (+59 -1) 📝 `packages/core/src/editor/nodes/button.tsx` (+11 -8) ➕ `packages/core/src/locales/en.ts` (+48 -0) ➕ `packages/core/src/locales/es.ts` (+48 -0) 📝 `pnpm-lock.yaml` (+71 -413) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:40: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/maily.to#110
No description provided.