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:
@@ -287,4 +287,23 @@ class AppLocalizationsIt extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'Ricette';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'Aggiungi da scontrino o foto';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'Scegli il metodo';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'Fotografa scontrino';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle =>
|
||||
'Riconosciamo tutti i prodotti dallo scontrino';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'Fotografa i prodotti';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle => 'Frigo, tavolo, scaffale — fino a 3 foto';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user