internacionalization.dart 204 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 const List<String> rtlLanguages = <String>[ 'ar', // Arabic 'fa', // Farsi 'he', // Hebrew 'ps', // Pashto 'ur', ]; abstract class Translations { Map<String, Map<String, String>> get keys; }