Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[main]
host = https://www.transifex.com
host = https://app.transifex.com

[o:americanredcross:p:opendronemap_docs:r:arguments]
file_filter = source/locale/<lang>/LC_MESSAGES/arguments.po
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The script creates a blank `*.rst` file for each argument in `/source/arguments_

Transifex has a getting [started guide for translators](https://docs.transifex.com/getting-started-1/translators) that will walk you through the steps to setup an account.

The ODM documentation Transifex project can be found at: https://www.transifex.com/americanredcross/opendronemap_docs/
The ODM documentation Transifex project can be found at: https://app.transifex.com/americanredcross/opendronemap_docs/

The documentation uses a formatting known as [reStructuredTest (reST)](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html) to add links, formatting, and other styling. reST uses plain text to annotate the documentation and identify to the system how to process the different page items. Unfortunately, the translation management process doesn't hide the reST markup. It is important that you keep the reST markup when translating.

Expand Down