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 🚀.
go install github.com/27Saumya/localizer@latest
Navigate to releases, find the suitable binary for your OS and install to get started
localizer help
- You need to have a base
.lproj/
directory (for example:-en.lproj
) and aLocalizable.strings
file containing the strings that need be to localized and thats it - Separate the languages with a
space
you want to localize.
localizer localize en.lproj fr de es