mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
7 lines
130 B
Bash
7 lines
130 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
[ -d "~/Sites" ] && exit 1;
|
||
|
|
||
|
# build translations.
|
||
|
php /sites/FF3/dev/tools/cli.php ff3:json-translations v2
|