summaryrefslogtreecommitdiff
path: root/scripts/update_po_templates.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-04-07 10:44:00 -0400
committerEvan Prodromou <evan@status.net>2010-04-07 10:44:00 -0400
commit9ea0b0645249b7e3f4cb37ac6bc3ff8c628ad2ba (patch)
treefc1899c6ccf0edeb6be09d3fae1eed177b77552a /scripts/update_po_templates.php
parent82326a3b690552cccd8c82950b7653556f6522c1 (diff)
parentd352e5f5c4cb87be97cc7ec9d619037087dfb391 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'scripts/update_po_templates.php')
-rwxr-xr-xscripts/update_po_templates.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update_po_templates.php b/scripts/update_po_templates.php
index 0bfa62a22..af9ed8d20 100755
--- a/scripts/update_po_templates.php
+++ b/scripts/update_po_templates.php
@@ -34,7 +34,7 @@ function update_core($dir, $domain)
xgettext \
--from-code=UTF-8 \
--default-domain=$domain \
- --output=locale/$domain.po \
+ --output=locale/$domain.pot \
--language=PHP \
--add-comments=TRANS \
--keyword="_m:1,1t" \
@@ -64,7 +64,7 @@ function do_update_plugin($dir, $domain)
xgettext \
--from-code=UTF-8 \
--default-domain=$domain \
- --output=locale/$domain.po \
+ --output=locale/$domain.pot \
--language=PHP \
--add-comments=TRANS \
--keyword='' \