An open API service indexing awesome lists of open source software.

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.

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