GithubHelp home page GithubHelp logo

wamphlett / flutterl10nmanager Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 129 KB

A package to help manage multiple languages in a Flutter project

Home Page: https://pub.dev/packages/flutterl10nmanager

License: BSD 3-Clause "New" or "Revised" License

Dart 100.00%
flutter internationalization i18n l10n-helper l10n dart console-application

flutterl10nmanager's Introduction

Flutter L10N Manager

Having lots of localisation files to manage can be quite tedious, especially for larger projects. This package aims to make that management easier. The manager will export all of your localisation files into one manageable CSV. This CSV can then be distributed between your translators and once your translations are complete, you can use the manager to rebuild your localisations files straight back into your Flutter project.

Install

After cloning the package. Navigate to the package directory and create the executable.

dart2aot bin/main.dart bin/main.dart.aot

Then activate the executable file globally

pub global activate --source path path/to/flutterl10nmanager

Commands

export

The export command looks at you Flutter projects internationalisation directory and builds a single CSV containing all of your localisations as defined in intl_messages.arb and all of the corisponding language values from your intl_<locale>.arb files.

example usage:

flutterl10nmanager export path/to/flutter/l10n/dir -o optional/output/file.csv

create

The create command takes a csv which was generated by the export command and creates an internationalisation arb file for each language specifed in the csv.

example usage:

flutterl10nmanager create path/to/export.csv -o optional/output/dir

flutterl10nmanager's People

Contributors

wamphlett avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.