mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 22:55:54 +03:00
[PR #34] [CLOSED] Feat/i18n translations #337
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/arikchakma/maily.to/pull/34
Author: @BigDog1400
Created: 1/15/2024
Status: ❌ Closed
Base:
main← Head:feat/i18n-translations📝 Commits (4)
92886f0feat: add react-intl-universal as dependency of core package to handle i18n9324442feat: update editor component with i18n configuration and add some translations2b9688ffeat: add defaultLang in demo app9ee5016fix: 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.