Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2012-05-09 14:41:01 +0400
committerRobin Appelman <icewind@owncloud.com>2012-05-09 14:41:01 +0400
commit588b51d88ac6ba9d4a6b2ee80aa7ee8bad88547f (patch)
treee4cc00ab89fd11d0a3b199fef741431499fd33d3 /l10n/init.sh
parent000d7ba97535f470f30be44e02140401b24b43e2 (diff)
update translations
Diffstat (limited to 'l10n/init.sh')
-rwxr-xr-xl10n/init.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/l10n/init.sh b/l10n/init.sh
new file mode 100755
index 00000000000..98195bf01bf
--- /dev/null
+++ b/l10n/init.sh
@@ -0,0 +1,5 @@
+#!/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