Skip to content

Commit

Permalink
Fixed minor typo in Hungarian (hu) localization (#2307)
Browse files Browse the repository at this point in the history
* fixed "link link" typo to "link"
  • Loading branch information
G-Greg authored Oct 1, 2024
1 parent 870f39e commit c759055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit c759055

Please sign in to comment.