You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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