Languine supports Xcode's Stringsdict format, used for complex pluralization rules in iOS and macOS applications. This format handles plural forms, variable substitutions, and language-specific plural rules.
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": { "stringsdict": { "include": ["MyApp/Localizable.stringsdict"] } } }
With your config set, run:
npx languine@latest translate
When you run this command, Languine will: