Giter Site home page Giter Site logo

verify-string-files's Introduction

What is it?

verify-string-files is a tiny little Mac command-line tool that verifies localized .strings files against the given "master" .strings file (typically the one in Base.lproj or your development language).

The tool will output problems (like missing strings in your localizations) as errors, warnings or notes that Xcode will pick up and display.

Combined with a custom build step in your Xcode project, it can be used to automatically give compile-time checked keys for your localised strings.

Examples

-warning-level error

alt tag

-warning-level warning

alt tag

License

verify-string-files is licensed under three-clause BSD. The license document can be found here.

Building

  1. Clone verify-string-files using $ git clone git://github.com/iKenndac/verify-string-files.git.
  2. Open the project and build away!

Usage

$ verify-string-files -master <strings file path> [-warning-level <error | warning | note>]

  • -master The path to a valid .strings file. Should be localized (that is, inside an .lproj folder and what's considered the "base" strings file for the project.

  • -warning-level The warning level to use: error, warning or note. Defaults to error.

verify-string-files's People

Watchers

James Cloos avatar

Forkers

bwake2021

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.