merloc 0.1.2 copy "merloc: ^0.1.2" to clipboard
merloc: ^0.1.2 copied to clipboard

Dart Package for merge localization based on folder

Merloc #

Merloc is stand for merge localization. Mainly created because I always get so many conflict on single big translations file.

With Merloc I hope, I can reduce conflict with separating translations.

This package is a cli for merge yaml or json file translations into one or single json file.

This package is usefull for splitting translations to make sure the team have little conflict when merging with other team

pub.dev #

Merloc Dart Package: https://pub.dev/packages/merloc

Features #

  • Merge Multiple Translations file
  • Support both yaml and json for input

Getting started #

To install: #

use

pub global activate merloc

or

flutter pub global activate merloc

Usage #

Generate New Localization #

merloc [input folder localization] [output folder localization]

OR

merloc [input and onput folder localization]

Additional information #

1
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Package for merge localization based on folder

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

path, yaml

More

Packages that depend on merloc