Skip to content

Easily translate the application in different languages.

Notifications You must be signed in to change notification settings

enesakbal/arb_translate_example

Repository files navigation

Localize using arb_translate

In this project, the arb_translate package, which is a package used to manage the language files of an application developed with Flutter, was used. You can easily manage the language files of the application and translate the application in different languages.

You can access the article I wrote about using the package here.

video.mov

Set Up

  • Clone Project
git clone https://github.com/enesakbal/arb_translate_example.git
  • Sign up Google Gemini and don't forget to replace the arb-translate-api-key value in the l10n.yaml file with your own.

  • flutter pub get && flutter run

  • flutter gen-l10n (if app_localizations.dart file is not generated, run command)

  • dart run arb_translate (if you want to generate arb files, run the command.)


Contact Me

LinkedIn Medium

[email protected]

created by ea.

About

Easily translate the application in different languages.

Resources

Stars

Watchers

Forks