Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Commits
ad94d1a8
Verified
Commit
ad94d1a8
authored
3 years ago
by
Mikolai Gütschow
Browse files
Options
Downloads
Patches
Plain Diff
update instructions in TRANSLATION.md
parent
57a8748f
No related branches found
No related tags found
1 merge request
!140
Settings persistence and allow changing language
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TRANSLATION.md
+6
-7
6 additions, 7 deletions
TRANSLATION.md
with
6 additions
and
7 deletions
TRANSLATION.md
+
6
−
7
View file @
ad94d1a8
...
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment