-
Notifications
You must be signed in to change notification settings - Fork 874
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
Added uzbek language #2524
base: master
Are you sure you want to change the base?
Added uzbek language #2524
Conversation
'FlutterQuillLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' | ||
'an issue with the localizations generation tool. Please file an issue ' | ||
'on GitHub with a reproducible sample app and the gen-l10n configuration ' | ||
'that was used.'); | ||
'FlutterQuillLocalizations.delegate failed to load unsupported locale "$locale". This is likely ' | ||
'an issue with the localizations generation tool. Please file an issue ' | ||
'on GitHub with a reproducible sample app and the gen-l10n configuration ' | ||
'that was used.', | ||
); |
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.
Was this change automated when running dart format .
?
"takeAPhotoUsingYourCamera": "Kamera orqali suratga olish", | ||
"pasteAPhotoUsingALink": "Havola orqali foto qo‘shish", | ||
"pickAVideoFromYourGallery": "Galereyangizdan video tanlang", | ||
"recordAVideoUsingYourCamera": 'Kamera orqali videoga oling', |
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.
This uses a single quote and it should be double quotes for a valid JSON. ("Kamera orqali videoga oling"
instead of 'Kamera orqali videoga oling'
).
Description
Describe what this PR does. If modifying behavior, explain the current and new behavior, along with the motivation.
Related Issues
Type of Change