From f4fa8f41f7bcacfc1c2a4540b74dd0bd81af2829 Mon Sep 17 00:00:00 2001 From: iacore Date: Thu, 10 Oct 2024 14:10:35 +0000 Subject: [PATCH] update docs --- doc/dev/features/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/features/i18n.md b/doc/dev/features/i18n.md index 19d235c..ec5ab71 100644 --- a/doc/dev/features/i18n.md +++ b/doc/dev/features/i18n.md @@ -38,7 +38,7 @@ First, setup API token: Then, try it out. ```shell -export CROWDIN_PERSONAL_TOKEN=token_here # put this somewhere in your shell config +export CROWDIN_PERSONAL_TOKEN=token_here # put this somewhere in your shell config, or the `.env` file inside this repo, which will be used by ./build.sh crowdin upload crowdin download ```