/localizer

A CLI tool to quickly add localizations in your Xcode application

Primary LanguageGoMIT LicenseMIT

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