From ad94d1a84791895d5e679817cfb0344b456d02d1 Mon Sep 17 00:00:00 2001
From: ialokim <ialokim@mailbox.org>
Date: Fri, 4 Feb 2022 18:01:33 +0100
Subject: [PATCH] update instructions in TRANSLATION.md

---
 TRANSLATION.md | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diff --git a/TRANSLATION.md b/TRANSLATION.md
index 97b7ca12c6..4b5bd0f5e8 100644
--- a/TRANSLATION.md
+++ b/TRANSLATION.md
@@ -13,6 +13,10 @@ _This section is of interest only for developers of Briar Desktop_.
 
 To update translations locally, first install `transifex-client`. You can then pull updates with `tx pull -a`.
 
+If that command added a language that was previously not supported,
+you have to manually insert the language code in [Settings.kt](./src/main/kotlin/org/briarproject/briar/desktop/settings/Settings.kt)
+for it to be shown in the language selection.
+
 The Localization Lab has some instructions and advice for
 developers, too, at https://www.localizationlab.org/roles-guidelines#developer.
 
@@ -25,13 +29,8 @@ This is how updating translations in Briar Desktop works:
 
 Translations only happen on Transifex. You might want to make your changes through Transifex by joining the respective language teams.
 
-To test Briar Desktop in your language, add the following entry to the
-_finish-args_ list in _app.briar.desktop.json_ when building Briar Desktop with
-flatpak-builder:
-
-```
---env=LC_ALL=de_DE.utf8
-```
+To test Briar Desktop in your language,
+you can simply change the respective setting in the settings screen.
 
 There's also a section in [HACKING.md](./HACKING.md#testing-different-locales)
 dedicated to testing of different locales in order to try out translations.
-- 
GitLab