ht_localization

Last updated:

0 purchases

ht_localization Image
ht_localization Images
Add to Cart

Description:

ht localization

Support for Haitian language translation for flutter applications.
Features #

Haitian Language Support

Getting started #
flutter pub add ht_localization
copied to clipboard
Usage #
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(),
);
copied to clipboard
Contributing #
You have a lot of options to contribute to this project ! You can :

Fork on Github
Submit a bug report.
Donate to the Developper

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.