Skip to content

Commit 50e1e0f

Browse files
committed
Use transifex for managing the translations
1 parent 12d1496 commit 50e1e0f

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.tx/config

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[main]
2+
host = https://www.transifex.com
3+
4+
[cozy-stack.global]
5+
file_filter = assets/locales/<lang>.po
6+
source_file = assets/locales/en.po
7+
source_lang = en
8+
type = PO

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ do_deploy() {
176176

177177
do_assets() {
178178
clean_assets
179+
tx pull -a || echo "Do you have configured transifex?"
179180
prepare_assets
180181
printf "executing go generate... "
181182
go get -u github.com/rakyll/statik

0 commit comments

Comments
 (0)