diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-05-19 16:33:10 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-05-20 08:23:45 +0200 |
| commit | 1faa78b73a6d1bfb2a8d8dfe181b48eb9e0d1f35 (patch) | |
| tree | 0ee676219539b3de7c465685baf43f77dfae72da | |
| parent | e2544190b9edd5d6722174a0a2dcca88227b6336 (diff) | |
| download | mullvadvpn-1faa78b73a6d1bfb2a8d8dfe181b48eb9e0d1f35.tar.xz mullvadvpn-1faa78b73a6d1bfb2a8d8dfe181b48eb9e0d1f35.zip | |
Add instruction for adding new language to app.tsx
| -rw-r--r-- | gui/locales/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/locales/README.md b/gui/locales/README.md index 41336b2de8..4f80bdecc6 100644 --- a/gui/locales/README.md +++ b/gui/locales/README.md @@ -36,6 +36,8 @@ This is a folder with gettext translations for Mullvad VPN app. 1. Upload `payload.zip` to Crowdin via web interface (Settings -> Translations -> Upload translations). +1. Add the language to `SUPPORTED_LOCALE_LIST` in `app.tsx`. + ## Updating translations template ### messages.pot |
