https://github.com/midsonlajeanty/ht_localization
Support for Haitian language translation for flutter applications.
https://github.com/midsonlajeanty/ht_localization
dart flutter flutter-package i18n internationalization localization translation
Last synced: 4 months ago
JSON representation
Support for Haitian language translation for flutter applications.
- Host: GitHub
- URL: https://github.com/midsonlajeanty/ht_localization
- Owner: midsonlajeanty
- License: bsd-3-clause
- Created: 2022-11-10T16:32:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-17T00:09:46.000Z (7 months ago)
- Last Synced: 2026-02-07T21:40:45.243Z (5 months ago)
- Topics: dart, flutter, flutter-package, i18n, internationalization, localization, translation
- Language: Dart
- Homepage: https://pub.dev/packages/ht_localization
- Size: 566 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Support for Haitian language translation for flutter applications.
## Features
- Haitian Language Support
## Getting started
```
flutter pub add ht_localization
```
## Usage
```dart
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(),
);
```
## Contributing
You have a lot of options to contribute to this project ! You can :
- [Fork](https://github.com/midsonlajeanty/ht_localization) on Github
- [Submit](https://github.com/midsonlajeanty/ht_localization/issues) a bug report.
- [Donate](https://www.buymeacoffee.com/midsonlajeanty) to the Developper