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

Added uzbek language #2524

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ShohruhSharipov1106
Copy link

@ShohruhSharipov1106 ShohruhSharipov1106 commented Mar 24, 2025

Description

Describe what this PR does. If modifying behavior, explain the current and new behavior, along with the motivation.

Related Issues

Type of Change

  • Feature: New functionality without breaking existing features.
  • 🛠️ Bug fix: Resolves an issue without altering current behavior.
  • 🧹 Refactor: Code reorganization, no behavior change.
  • Breaking: Alters existing functionality and requires updates.
  • 🧪 Tests: New or modified tests
  • 📝 Documentation: Updates or additions to documentation.
  • 🗑️ Chore: Routine tasks, or maintenance.
  • Build configuration change: Build/configuration changes.

Comment on lines -1031 to +1043
'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.',
);
Copy link
Collaborator

@EchoEllet EchoEllet Mar 24, 2025

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',
Copy link
Collaborator

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').

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