mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
5 lines
217 B
Bash
Executable file
5 lines
217 B
Bash
Executable file
#!/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
|