Skip to content

ZainUrRehmanKhan/Flutter-Localization-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Flutter Localization Generator

A Flutter Web Application that can generate .arb (Localization) files in 109 locales automatically from JSON.

  • 109 locales
  • Easy to use

Features

  • Import/Drag and drop a JSON file, click generate and watch it magically convert to .arb files
  • You can edit JSON using Form Data/Raw editor
  • Export JSON after editing for future use
  • Select multiple locales at once

How to use

Detailed Tutorial: Internationalize / Localize Flutter Apps Easy Way

Go to the Web App > Three modes available to write or import JSON, you can also edit JSON after importing from the file

1 - Form Data

FormData

2 - Raw editor

RawEditor

3 - UploadFile

Note: You can also use FormData/Raw editor to edit JSON after upload

Upload

Enter you email and click Generate (email is just for the newsletter)

Generate

Select one or more locales and proceed

SelectLocale

Done, the downloading will start automatically

Done

Result

Result

You can also export your JSON from here: Export

Tech

Flutter localization generator uses a number of open source projects to work properly:

  • Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond!
  • Translator - Google Translate API for Dart

Contribute

Want to contribute? Great just three steps to follow!

  • Fork this repository
  • Create a branch, do changes
  • Create a pull request

License

Free Software, Hell Yeah!