d1e587fca9
also - ensure po files are checked when updated - add start of sync.ftl
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/bash
|
|
|
|
targetDir=../aqt_data/locale/fluent
|
|
test -d $targetDir || mkdir -p $targetDir
|
|
rsync -a --delete --exclude=templates ftl/core/* $targetDir/
|