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

https://github.com/brightify/l10nverifier

Quick and dirty little script we use to verify completeness of localization.
https://github.com/brightify/l10nverifier

Last synced: 12 months ago
JSON representation

Quick and dirty little script we use to verify completeness of localization.

Awesome Lists containing this project

README

          

# L10N verifier script

## Usage

1. Download the raw script (no need to clone the repository)
2. In terminal, locate the L10NVerifier.swift file you just downloaded
3. Type `chmod a+x L10NVerifier.swift`
4. Run the script by typing `./L10NVerifier.swift {L10N.swift path} {Localizable.strings path}`

## Known limitations

* Code is really, really dirty and deserves a refactoring.
* Accepts only a single `L10N.swift` file and single `Localizable.strings` file at a time.
* Shows no progress while running.