univer
univer copied to clipboard
feat: support for rtl and farsi i18n
- 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
- [x] Related tickets or issues have been linked in the PR description (or missing issue).
- [x] Naming convention is followed (do please check it especially when you created new plugins, commands and resources).
- [x] Unit tests have been added for the changes (if applicable).
- [x] Breaking changes have been documented (or no breaking changes introduced in this PR).