[sysadmin-bin] The po-properties directory also contains po files translators should be allowed to modify
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] The po-properties directory also contains po files translators should be allowed to modify
- Date: Wed, 5 Feb 2014 19:56:55 +0000 (UTC)
commit 5e71a1b2da9db150bf0566ff63a78d608e58f211
Author: Andrea Veri <av gnome org>
Date: Wed Feb 5 20:56:44 2014 +0100
The po-properties directory also contains po files translators should be allowed to modify
git/pre-receive-check-translations | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/git/pre-receive-check-translations b/git/pre-receive-check-translations
index 63458a6..35c43f2 100755
--- a/git/pre-receive-check-translations
+++ b/git/pre-receive-check-translations
@@ -43,7 +43,7 @@ def check_translations(oldrev, newrev, refname):
if re.match(r'^0+$', newrev):
error("translations user cannot delete branches")
- po_directories = config_dirs('hooks.po-directories', 'po')
+ po_directories = config_dirs('hooks.po-directories', 'po', 'po-properties')
help_directories = config_dirs('hooks.help-directories', 'help')
# Iterate through all changed files. Passing -z to git diff-tree
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]