- Download the raw script (no need to clone the repository)
- In terminal, locate the L10NVerifier.swift file you just downloaded
- Type
chmod a+x L10NVerifier.swift
- Run the script by typing
./L10NVerifier.swift {L10N.swift path} {Localizable.strings path}
- Code is really, really dirty and deserves a refactoring.
- Accepts only a single
L10N.swift
file and singleLocalizable.strings
file at a time. - Shows no progress while running.