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

Fixed minor typo in Hungarian (hu) localization #2307

Merged
merged 5 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/src/l10n/generated/quill_localizations_hu.dart
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class FlutterQuillLocalizationsHu extends FlutterQuillLocalizations {

@override
String get pleaseEnterTheLinkURL =>
'Kérjük, írja be a link link URL-t (pl. \'https://example.com\')';
'Kérjük, írja be a link URL-t (pl. \'https://example.com\')';

@override
String get pleaseEnterAValidImageURL =>
Expand Down
2 changes: 1 addition & 1 deletion lib/src/l10n/quill_hu.arb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
},
"errorWhileSavingImage": "Hiba a kép mentése közben",
"pleaseEnterTextForYourLink": "Kérjük, írja be a link szövegét (pl. „További információ”).",
"pleaseEnterTheLinkURL": "Kérjük, írja be a link link URL-t (pl. 'https://example.com')",
"pleaseEnterTheLinkURL": "Kérjük, írja be a link URL-t (pl. 'https://example.com')",
"pleaseEnterAValidImageURL": "Kérjük, adjon meg egy érvényes kép URL-t",
"pleaseEnterAValidVideoURL": "Kérjük, adjon meg egy érvényes videó URL-t",
"photo": "Fénykép",
Expand Down