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.

Example Captura de Pantalla 2022-05-22 a las 0 26 20

Requirements

  • swift-tools version >= 5.3
  • macOS version >= 10.11

GitHub

View Github