Skip to content

Commit 56f9928

Browse files
committed
Add script to manage translations
1 parent 6035f2a commit 56f9928

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

sync-translations.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
# Uses SIMPLELOCALIZE_API_KEY environment variables
4+
5+
simplelocalize upload
6+
simplelocalize auto-translate
7+
simplelocalize download
8+
simplelocalize status

0 commit comments

Comments
 (0)