From 6eb46654307a4b087d207fe3ad701ce69fcb00ae Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Fri, 7 Jul 2023 10:48:59 +0530 Subject: [PATCH] Fix: add misisng keys for l10n --- lib/generated/intl/messages_en.dart | 8 +++- lib/generated/l10n.dart | 60 ++++++++++++++--------------- lib/l10n/intl_en.arb | 3 ++ 3 files changed, 40 insertions(+), 31 deletions(-) diff --git a/lib/generated/intl/messages_en.dart b/lib/generated/intl/messages_en.dart index 00fead06e..e24273399 100644 --- a/lib/generated/intl/messages_en.dart +++ b/lib/generated/intl/messages_en.dart @@ -827,9 +827,13 @@ class MessageLookup extends MessageLookupByLibrary { "noExifData": MessageLookupByLibrary.simpleMessage("No EXIF data"), "noHiddenPhotosOrVideos": MessageLookupByLibrary.simpleMessage("No hidden photos or videos"), + "noImagesWithLocation": + MessageLookupByLibrary.simpleMessage("No images with location"), "noPhotosAreBeingBackedUpRightNow": MessageLookupByLibrary.simpleMessage( "No photos are being backed up right now"), + "noPhotosFoundHere": + MessageLookupByLibrary.simpleMessage("No photos found here"), "noRecoveryKey": MessageLookupByLibrary.simpleMessage("No recovery key?"), "noRecoveryKeyNoDecryption": MessageLookupByLibrary.simpleMessage( @@ -1358,6 +1362,8 @@ class MessageLookup extends MessageLookupByLibrary { "You\'ve no duplicate files that can be cleared"), "youveNoFilesInThisAlbumThatCanBeDeleted": MessageLookupByLibrary.simpleMessage( - "You\'ve no files in this album that can be deleted") + "You\'ve no files in this album that can be deleted"), + "zoomOutToSeePhotos": + MessageLookupByLibrary.simpleMessage("Zoom out to see photos") }; } diff --git a/lib/generated/l10n.dart b/lib/generated/l10n.dart index 4d1cb702f..a0b468fac 100644 --- a/lib/generated/l10n.dart +++ b/lib/generated/l10n.dart @@ -7365,36 +7365,6 @@ class S { ); } - /// `Unpin album` - String get unpinAlbum { - return Intl.message( - 'Unpin album', - name: 'unpinAlbum', - desc: '', - args: [], - ); - } - - /// `Pin album` - String get pinAlbum { - return Intl.message( - 'Pin album', - name: 'pinAlbum', - desc: '', - args: [], - ); - } - - /// `No images with location` - String get noImagesWithLocation { - return Intl.message( - 'No images with location', - name: 'noImagesWithLocation', - desc: '', - args: [], - ); - } - /// `No photos found here` String get noPhotosFoundHere { return Intl.message( @@ -7414,6 +7384,36 @@ class S { args: [], ); } + + /// `No images with location` + String get noImagesWithLocation { + return Intl.message( + 'No images with location', + name: 'noImagesWithLocation', + desc: '', + args: [], + ); + } + + /// `Unpin album` + String get unpinAlbum { + return Intl.message( + 'Unpin album', + name: 'unpinAlbum', + desc: '', + args: [], + ); + } + + /// `Pin album` + String get pinAlbum { + return Intl.message( + 'Pin album', + name: 'pinAlbum', + desc: '', + args: [], + ); + } } class AppLocalizationDelegate extends LocalizationsDelegate { diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 45a402bc1..f31ed72ee 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -1079,6 +1079,9 @@ "maps": "Maps", "enableMaps": "Enable Maps", "enableMapsDesc": "This will show your photos on a world map.\n\nThis map is hosted by Open Street Map, and the exact locations of your photos are never shared.\n\nYou can disable this feature anytime from Settings.", + "noPhotosFoundHere": "No photos found here", + "zoomOutToSeePhotos": "Zoom out to see photos", + "noImagesWithLocation": "No images with location", "unpinAlbum": "Unpin album", "pinAlbum": "Pin album" }