085f88
#!/bin/bash
085f88
#
085f88
# Usage: update.sh LANGUAGE
085f88
085f88
BASE_DIR=$(cd `dirname "$0"`; pwd)
085f88
TOONZLANG=$1
085f88
085f88
[ -d "${BASE_DIR}/${TOONZLANG}" ] || mkdir -p "${BASE_DIR}/${TOONZLANG}"
085f88
cd "${BASE_DIR}/${TOONZLANG}"
085f88
lupdate ../../colorfx/ -ts colorfx.ts
085f88
lupdate ../../common/ -ts tnzcore.ts
085f88
lupdate ../../tnztools/ -ts tnztools.ts
085f88
lupdate ../../toonz/ -ts toonz.ts
085f88
lupdate ../../toonzlib/ -ts toonzlib.ts
085f88
lupdate ../../toonzqt/ -ts toonzqt.ts
shun-iwasawa e87e08
lupdate ../../image/ -ts image.ts
085f88