From dfe47ab33b6197c07623b1203ab0ec4f1701169c Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Tue, 24 Dec 2019 11:45:02 +0300 Subject: [PATCH] *: update translation script readme --- scripts/translations/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/translations/README.md b/scripts/translations/README.md index e582b942..91849f19 100644 --- a/scripts/translations/README.md +++ b/scripts/translations/README.md @@ -9,3 +9,9 @@ TWOSKY_URI= TWOSKY_CLIENT_ID= node upload.js ``` After download you'll find the output locales in the `client/src/__locales/` folder. + +Examples: +``` +TWOSKY_URI=https://twosky.example/api/v1 TWOSKY_CLIENT_ID=adguardhome node download.js +TWOSKY_URI=https://twosky.example/api/v1 TWOSKY_CLIENT_ID=adguardhome node upload.js +```