1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-22 05:55:27 +02:00
nextcloud/l10n/init.sh
2012-05-09 12:41:01 +02:00

6 satır
217 B
Bash
Çalıştırılabilir Dosya

#!/bin/bash
for resource in calendar contacts core files media gallery settings
do
tx set --auto-local -r owncloud.$resource "<lang>/$resource.po" --source-lang en --source-file templates/$resource.pot --execute
done