Skip to content

Commit c44e668

Browse files
committed
Update the transifex contributing docs and client version.
1 parent 2cad608 commit c44e668

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.tx/config

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[main]
2-
host = https://www.transifex.com
3-
lang_map = sr@latin:sr_Latn
2+
host = https://www.transifex.com
3+
lang_map = sr@latin: sr_Latn
44

5-
[django-debug-toolbar.main]
6-
file_filter = debug_toolbar/locale/<lang>/LC_MESSAGES/django.po
7-
source_file = debug_toolbar/locale/en/LC_MESSAGES/django.po
8-
source_lang = en
5+
[o:django-debug-toolbar:p:django-debug-toolbar:r:main]
6+
file_filter = debug_toolbar/locale/<lang>/LC_MESSAGES/django.po
7+
source_file = debug_toolbar/locale/en/LC_MESSAGES/django.po
8+
source_lang = en
9+
replace_edited_strings = false
10+
keep_translations = false

docs/contributing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ Prior to a release, the English ``.po`` file must be updated with ``make
172172
translatable_strings`` and pushed to Transifex. Once translators have done
173173
their job, ``.po`` files must be downloaded with ``make update_translations``.
174174

175+
You will need to
176+
`install the Transifex CLI <https://developers.transifex.com/docs/cli>`_.
177+
175178
To publish a release you have to be a `django-debug-toolbar project lead at
176179
Jazzband <https://jazzband.co/projects/django-debug-toolbar>`__.
177180

requirements_dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ sphinx-rtd-theme>1
2626
# Other tools
2727

2828
pre-commit
29-
transifex-client

0 commit comments

Comments
 (0)