-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: updated scripts to use lokalise2
- Loading branch information
Ryo
committed
Oct 30, 2020
1 parent
2b8d38b
commit 80a95f9
Showing
5 changed files
with
58 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Lokalise CLI v2 example config | ||
# Copy it to config.yml and modify to use | ||
|
||
# API token | ||
# You can create token at Personal profile page at https://lokalise.com/profile | ||
token: MY_API_TOKEN | ||
|
||
# Default Project ID | ||
# If set, used for all endpoints requiring project-id flag. | ||
#project-id: 3537487659ca9b1dce98a7.36378626 | ||
|
||
# Number of retries for API requests. | ||
# Default is 3. | ||
#retry-count: 5 | ||
|
||
# Sleep time before retrying a request. | ||
# Default is 100 milliseconds. | ||
#retry-timeout: 500ms | ||
|
||
# Connection timeout for API requests. | ||
# Default is 1 min. | ||
#connection-timeout: 5s | ||
|
||
# Items to return per page. | ||
# Default is 5000 (max available in API). | ||
#page-limit: 1000 | ||
|
||
# Debug API requests. | ||
# Default is false. | ||
#debug: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters