Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 745 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 745 Bytes

iOS L10n Generator

A command line tool to generate localisation files and sources for iOS Apps.

Installation

Best way to install is via mint

$ mint install https://github.com/TheCoordinator/[email protected]

Or via Mintfile

https://github.com/TheCoordinator/[email protected]

Use CLI

$ git clone https://github.com/TheCoordinator/L10Gen.git
$ cd L10nGen
$ swift run L10nGen --config .l10ngen.yml

Usage

Mint

mint run TheCoordinator L10nGen --config .l10ngen.yml

Swift Package Manager

$ cd L10nGen
$ swift run L10nGen --config .l10ngen.yml