Back to Mullvadvpn App

Translations converter tool

android/translations-converter/README.md

2026.21.0 KB
Original Source

Translations converter tool

A tool for helping two-way sync the translations between the Android and Desktop apps.

How to run

Run the following command (requires rust and cargo which can be installed using rustup.rs):

bash
cargo run

Translations files

The tool creates the appropriate localized message files and directories under the Android project resources (e.g. values-sv/strings.xml) for each locale it can find in the desktop/packages/mullvad-vpn/locales directory. It will also update the messages.pot template file with the string messages from the Android app for which it did not find any translation, making it simpler to use the template for obtaining those translations.