Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for rtl and farsi i18n #3558

Merged

Conversation

ParsaArvanehPA
Copy link
Contributor

@ParsaArvanehPA ParsaArvanehPA commented Sep 24, 2024

  • Added support for RTL
  • Added Farsi i18n

In the main.ts of the sheets module, change the locale to fa_IR.
The process of changing the direction of html is automaticlly handled based on the language passes to locale in main.ts.
Please see these:

🔶Notes:
There is still some work that needs to be done to fully support RTL; they are all css related. I will try to fix those in other PRs, since this PR is moslty about adding farsi i18n.

Pull Request Checklist

  • Related tickets or issues have been linked in the PR description (or missing issue).
  • Naming convention is followed (do please check it especially when you created new plugins, commands and resources).
  • Unit tests have been added for the changes (if applicable).
  • Breaking changes have been documented (or no breaking changes introduced in this PR).

Copy link

github-actions bot commented Sep 24, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

@ParsaArvanehPA ParsaArvanehPA changed the title feat: add support for rtl and added farsi i18n feat: add support for rtl and farsi i18n Sep 24, 2024
@ParsaArvanehPA ParsaArvanehPA changed the title feat: add support for rtl and farsi i18n feat: support for rtl and farsi i18n Sep 24, 2024
@ParsaArvanehPA
Copy link
Contributor Author

@jikkai
Your requested changes are made 👍

@jikkai jikkai self-assigned this Oct 11, 2024
@jikkai jikkai force-pushed the feature/add-support-for-rtl-and-farsi-i18n branch from 1af04d3 to f97016d Compare October 11, 2024 02:56
@jikkai
Copy link
Member

jikkai commented Oct 11, 2024

/update-snapshots

@jikkai jikkai merged commit b13168d into dream-num:dev Oct 11, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants