From 7c9ff59894699e02b3e97175b0f7ed60b180eed1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 7 Nov 2024 08:30:37 -0500 Subject: [PATCH] Add token environment variable to tx command --- docs/development/translations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/translations.md b/docs/development/translations.md index 95acc22e6..43733c6d1 100644 --- a/docs/development/translations.md +++ b/docs/development/translations.md @@ -33,7 +33,7 @@ To download translated strings automatically, you'll need to: Once you have the client set up, run the following command: ```no-highlight -tx pull +TX_TOKEN=$TOKEN tx pull ``` This will download all portable (`.po`) translation files from Transifex, updating them locally as needed.