brendand / LocalizationSuite

A suite of tools to help translating Mac and iOS apps.

Home Page:http://www.loc-suite.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localization Suite

All source code for the Localization Suite.

Structure

Subfolders are structured as follows:

  • BlueLocalization: Central framework for storage, import and export of files. Also implements process architecture, file formats, etc.
  • LocTools: Framework with translation-related algorithms. Includes a difference engine, fuzzy match computation, auto-translation, localization checking, etc.
  • NibPreview: Framework used to parse and preview Mac xib/nib interface files.
  • LocInterface: Common interface components shared by all applications.
  • Manager: The Localization Manager application. Logic lies in frameworks, mostly just interface.
  • Localizer: The Localizer application. Logic lies in frameworks, mostly just interface.
  • Dictionary: The Localization Dictionary application. Logic lies in frameworks, mostly just interface.
  • Shared: Utility stuff like 3rd party frameworks and image resources shared by all the apps and frameworks.

Branch management

This project is supposed to use git-flow branching structure. Read about the concept, the tool and the project. Installing is as easy as typing:

brew install git-flow

This project uses the default naming scheme suggested when initializing git flow on your checkout. After checking out, go into your project directory and enter:

git flow init -d

You're all set :)

About

A suite of tools to help translating Mac and iOS apps.

http://www.loc-suite.org


Languages

Language:Objective-C 88.3%Language:HTML 7.8%Language:PHP 2.1%Language:CSS 0.8%Language:C++ 0.5%Language:Objective-C++ 0.3%Language:Makefile 0.2%Language:C 0.0%Language:Ruby 0.0%