Xcode-xlsx - A command line tool for importing translations from a .xlsx file
xcode-xlsx
xcode-xlsx is a command line tool for importing translations from a .xlsx file. Treats files with the extension .strings as iOS strings resources and will import translations as simple key/value pairs accordingly.
Installation
git clone https://github.com/obocat/xcode-xlsx.git .
make
make install
Usage
usage: xcode-xlsx infile outfile
infile: XLSX file path.
outfile: Xcode localization resource path.
Requirements
- swift-tools version >= 5.3
- macOS version >= 10.11