fix: add missed apostrophes #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
uchar/website!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-remaining-words"
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 overview
This PR updates Uzbek copy strings to use the correct apostrophe/letter forms (e.g., replacing ASCII apostrophes/backticks with proper Uzbek characters) to improve text correctness and consistency across the UI.
Changes:
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -51,3 +51,3 @@answer:"An'anaviy messenjerlardan farqli o‘laroq, Matrix markazlashtirilmagan - sizning suhbatlaringizni boshqaradigan markaziy server yo‘q. U federatsiyani qo‘llab-quvvatlaydi, shuning uchun har kim o‘z serverini ishga tushirishi va boshqalarga ulanishi mumkin. Bundan tashqari, hamma narsa boshidan oxirigacha shifrlangan, kengaytiriladigan va ochiq kodli - na devor bilan o‘ralgan bog‘lar, na kuzatuv kapitalizmi mavjud.","Anʼanaviy messenjerlardan farqli o‘laroq, Matrix markazlashtirilmagan - sizning suhbatlaringizni boshqaradigan markaziy server yo‘q. U federatsiyani qo‘llab-quvvatlaydi, shuning uchun har kim o‘z serverini ishga tushirishi va boshqalarga ulanishi mumkin. Bundan tashqari, hamma narsa boshidan oxirigacha shifrlangan, kengaytiriladigan va ochiq kodli - na devor bilan o‘ralgan bog‘lar, na kuzatuv kapitalizmi mavjud.",},This answer is wrapped in double quotes, but the repo’s Prettier config prefers single quotes (
singleQuote: true, prettier.config.js:3). Since there’s no ASCII apostrophe in the text that would force double quotes, consider changing this to single quotes to keep string delimiters consistent.@ -8,3 +8,3 @@description:"5 yoki 50 000 kishilik hamjamiyatni boshqarishingizdan qat'i nazar, platformamiz siz bilan tarozini oʻlchaydi. Sizning xabarlaringiz, sizning xonalaringiz, sizning nazoratingiz.","5 yoki 50 000 kishilik hamjamiyatni boshqarishingizdan qatʼi nazar, platformamiz siz bilan tarozini oʻlchaydi. Sizning xabarlaringiz, sizning xonalaringiz, sizning nazoratingiz.",icon: DeviceArrowIcon,This string is still using double quotes even though the repo’s Prettier config sets
singleQuote: true(prettier.config.js:3). Since the content no longer contains an ASCII apostrophe that would require escaping, switch this to single quotes to match formatting conventions and avoid churn in future Prettier runs.