Split translation file in multiple files: one per language

This commit is contained in:
Greg Burri 2025-05-05 23:58:09 +02:00
parent ec36391ec8
commit 6010c8600f
6 changed files with 339 additions and 331 deletions

2
do.nu
View file

@ -56,7 +56,7 @@ def "main deploy" [
invoke_ssh [rm -rf recipes/static]
copy_ssh ./backend/static/ $destination
copy_ssh ./backend/sql/ $destination
copy_ssh ./backend/translation.ron $destination
copy_ssh ./backend/translations/ $destination
invoke_ssh [chmod u+x recipes/recipes]
invoke_ssh [sudo systemctl start recipes]
print "Deployment finished"