Support for Haitian language translation for flutter applications.
- Haitian Language Support
flutter pub add ht_localization
import 'package:ht_localization/ht_localization.dart';
MaterialApp(
title: 'HT Localiation Demo',
locale: const Locale('ht'),
supportedLocales: const [
Locale('ht'),
],
localizationsDelegates: const [
// ... app-specific localization delegate[s] here
...HTLocalizations.delegates,
...GlobalMaterialLocalizations.delegates,
],
home: const MyHomePage(),
);
You have a lot of options to contribute to this project ! You can :