Skip to content

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

Notifications You must be signed in to change notification settings

Brightify/L10NVerifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages