10 lines
		
	
	
	
		
			282 B
			
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
	
		
			282 B
			
		
	
	
	
		
			Bash
		
	
	
	
	
	
| 
								 | 
							
								#!/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"
							 |