Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/obocat/xcode-xlsx

xcode-xlsx is a command line tool for importing translations from a .xlsx file to iOS strings resources .strings as simple key/value pairs accordingly.
https://github.com/obocat/xcode-xlsx

command-line-tool localization-tool swift swiftpackagemanager xcode xlsx

Last synced: 2 days ago
JSON representation

xcode-xlsx is a command line tool for importing translations from a .xlsx file to iOS strings resources .strings as simple key/value pairs accordingly.

Awesome Lists containing this project

README

        

# xcode-xlsx
**xcode-xlsx** is a command line tool for importing translations from a `.xlsx` file to iOS strings resources `.strings` as simple key/value pairs accordingly.

# Installation
- **Homebrew**
```
brew install obocat/formulae/xcode-xlsx
```
- **Manual**
```
git clone https://github.com/obocat/xcode-xlsx.git .
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