1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-14 03:19:06 +00:00

[Gallery] Convert the Makefile to instead use the Dart workflow package Grinder. (#191)

* Replace Makefile with the Dart workflows package Grinder
This commit is contained in:
Per Classon
2019-12-19 09:17:10 +01:00
committed by GitHub
parent 5b5ceed664
commit da3412c061
8 changed files with 192 additions and 76 deletions

View File

@@ -1,4 +1,7 @@
A command-line application that converts .arb files to .xml files for translation consumption.
# l10n
A command-line application that converts .arb files to .xml files for
translation consumption.
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).