Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dei79/xcode-translation-tool
A simple collection of scripts to support base translation processes in XCode better
https://github.com/dei79/xcode-translation-tool
Last synced: about 1 month ago
JSON representation
A simple collection of scripts to support base translation processes in XCode better
- Host: GitHub
- URL: https://github.com/dei79/xcode-translation-tool
- Owner: dei79
- License: mit
- Created: 2015-04-22T20:38:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-26T13:03:19.000Z (almost 10 years ago)
- Last Synced: 2023-03-24T14:13:53.801Z (almost 2 years ago)
- Language: Ruby
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcode-translation-tool
A simple collection of scripts to support base translation processes in X-Code better## Usage
### Create a pseudo translation
A pseudo translation for a specific target language can be used to test if everything working without having a real translation.
To realise this the system just adds a prefix in front of every phrase.```shell
xt-tool -p <<2-LETTER-TARGET-LANGUAGE-CODE
```### Ignore specific files
Normally the xt-tool is using every .strings and .storyboard file for every run. Ignoring specific sub folders or files is possible with just creating a .xctignore file in the root folder of the project. This file shouldcontain a list of path or folder patterns which needs to be ignored. The following example is a usual one:```
Pods
vendor
external
```