We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60490b4 commit 8c6bf43Copy full SHA for 8c6bf43
Scripts/import_localizations.sh
@@ -3,8 +3,13 @@
3
# Install the Lokalise command line tools from https://github.com/lokalise/lokalise-cli-2-go
4
# Generate an API Token (not an SDK Token!) following the instructions here: https://docs.lokalise.com/en/articles/1929556-api-tokens
5
# export LOKALISE_TOKEN="<yourtokenhere>"
6
+# export GH_TOKEN="<githubtoken>"
7
8
set -e
9
+set -u
10
+
11
+: "$LOKALISE_TOKEN"
12
+: "$GH_TOKEN"
13
14
date=`date`
15
0 commit comments