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,24 @@ class AppLocalizationsFr extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get navRecipes => 'Recettes';
|
||||
|
||||
@override
|
||||
String get addFromReceiptOrPhoto => 'Ajouter depuis ticket ou photo';
|
||||
|
||||
@override
|
||||
String get chooseMethod => 'Choisir la méthode';
|
||||
|
||||
@override
|
||||
String get photoReceipt => 'Photographier le ticket';
|
||||
|
||||
@override
|
||||
String get photoReceiptSubtitle =>
|
||||
'Reconnaissance de tous les produits du ticket';
|
||||
|
||||
@override
|
||||
String get photoProducts => 'Photographier les produits';
|
||||
|
||||
@override
|
||||
String get photoProductsSubtitle =>
|
||||
'Réfrigérateur, table, étagère — jusqu\'à 3 photos';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user