9 lines
282 B
Bash
Executable file
9 lines
282 B
Bash
Executable file
#!/bin/bash
|
|
# Copyright 2022 Signal Messenger, LLC
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
# run this before yarn get-strings/push-strings:
|
|
# source .smartling-source.sh
|
|
|
|
export SMARTLING_USER="your token 'user identifier' here"
|
|
export SMARTLING_SECRET="your token secret here"
|