-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
refactor(v2): improved Farsi default translations #5217
refactor(v2): improved Farsi default translations #5217
Conversation
✔️ [V2] 🔨 Explore the source changes: 4e162ba 🔍 Inspect the deploy log: https://app.netlify.com/sites/docusaurus-2/deploys/60ffa9cc1cbb210007af26a2 😎 Browse the preview: https://deploy-preview-5217--docusaurus-2.netlify.app |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-5217--docusaurus-2.netlify.app/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just need to remove the ___DESCRIPTION
attributes
…ssoudmaboudi/docusaurus into fa-translation-massoudmaboudi
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← Back to main menu", | ||
"theme.tags.tagsListLabel": ":برچسب ها", | ||
"theme.lastUpdated.lastUpdatedAtBy": "آخرین بروزرسانی در {atDate} توسط {byUser}", | ||
"theme.navbar.mobileSidebarSecondaryMenu.backButtonLabel": "← بازگشت به منو اصلی", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks 👍 |
Motivation
Improved default Farsi translations for the classic theme.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Run yarn run start:v2 and check that the page http://localhost:3000/ is rendered properly.
Related PRs
No