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