mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-01-30 09:41:33 -05:00
5 lines
193 B
Bash
Executable File
5 lines
193 B
Bash
Executable File
#!/bin/sh
|
|
ssh fdroid@f-droid.org -C "/home/fdroid/public_html/translate/manage.py sync_stores"
|
|
scp fdroid@f-droid.org:/home/fdroid/public_html/translate/po/fdroidclient/*.po locale
|
|
a2po import
|