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.
- Host: GitHub
- URL: https://github.com/brightify/l10nverifier
- Owner: Brightify
- Created: 2015-09-05T09:13:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T09:21:50.000Z (almost 11 years ago)
- Last Synced: 2025-06-05T23:08:36.575Z (about 1 year ago)
- Language: Swift
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.