feat: localise scan screen (12 languages)
Replace all hardcoded Russian strings in ScanScreen and _LoadingDialog with AppLocalizations keys; add addFromReceiptOrPhoto, chooseMethod, photoReceipt, photoReceiptSubtitle, photoProducts, photoProductsSubtitle, recognizing keys to all 12 ARB files and regenerate AppLocalizations. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -286,4 +286,22 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'Recipes';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'Add from receipt or photo';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'Choose method';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'Photo of receipt';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle => 'Recognize all items from a receipt';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'Photo of products';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle => 'Fridge, table, shelf — up to 3 photos';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user