Skip to content
v0.9.13

localekit convert

Convert between localization formats

Login required Limited on free tier

Usage

bash
localekit convert <input> [options]

Arguments

ArgumentDescriptionDefault
inputInput file pathrequired

Options

OptionDescriptionDefault
--config <config>Path to configuration file (.localekitrc.yml)
-t, --to <to>Output format: xcstrings, strings, stringsdict, xliff, xml, properties, arb, jsonrequired
-o, --output <output>Output path (defaults to input path with new extension)
--base-language <base-language>Base/source language for the conversion

Flags

FlagDescription
-v, --verboseShow detailed output

TIP

If --output is omitted, the converted file is saved alongside the input file with the new format extension (e.g. Localizable.stringsLocalizable.json).

LocaleKit CLI 0.9.13 · Built by Hexagone Studio