flutter-woocommerce-app/LabelStoreMax/lib/config/app_locale.dart

21 lines
504 B
Dart

import 'package:flutter/cupertino.dart';
/*
|--------------------------------------------------------------------------
| APP LOCALE
|
| Configure the language by setting the locale.
| You can only use one of the supported locales below in app_locales_supported.
|--------------------------------------------------------------------------
*/
const List<Locale> app_locales_supported = [
Locale('en'),
Locale('es'),
Locale('fr'),
Locale('hi'),
Locale('it'),
Locale('pt'),
Locale('zh'),
];