Skip to content

A CLI tool to quickly add localizations in your Xcode application

License

Notifications You must be signed in to change notification settings

27Saumya/localizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localizer

Localizer

Quickly and easily localize your Xcode application

Overview

Localizer helps you localize (add internationalisation) within your Xcode application within seconds, so you just have to focus on the code! As it is built with Go, so speed isn't a compromise 🚀.

localizer-demo

Installation

Using Go

go install github.com/27Saumya/localizer@latest

Using Github Releases

Navigate to releases, find the suitable binary for your OS and install to get started

Usage

localizer help
  • You need to have a base .lproj/ directory (for example:- en.lproj) and a Localizable.strings file containing the strings that need be to localized and thats it
  • Separate the languages with a space you want to localize.

Example Usage

localizer localize en.lproj fr de es

About

A CLI tool to quickly add localizations in your Xcode application

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages