translations top-level property
Word translations (fr & en)
Implementation
Map translations = <String, Map>{
"title": <String, String>{
"fr": "Sélectionnez un pays",
"en": "Select a country"
},
"search": <String, String>{"fr": "Recherche", "en": "Search"},
"hint": <String, String>{
"fr": "Recherchez un pays",
"en": "Search for a country"
},
"pick": <String, String>{"fr": "Dernier choix", "en": "Last pick"}
};