Languine supports Xcode's XCStrings format, the modern localization format for iOS and macOS applications. This format handles string catalogs with support for variations, pluralization, and developer comments.
First, make sure you've got a languine.json config file in your project root. Here's an example:
{ "locale": { "source": "en", "targets": ["sv", "de", "fr"] }, "files": { "xcstrings": { "include": ["MyApp/Localizable.xcstrings"] } } }
With your config set, run:
npx languine@latest translate
When you run this command, Languine will: