diff options
author | Brion Vibber <brion@pobox.com> | 2010-04-06 14:36:21 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-04-06 14:36:21 -0700 |
commit | 3da8989242cc010c9c314bb3d67058dd047fe255 (patch) | |
tree | 630ea418fa0c15318cbf9539dc14e0a6dc0c49f2 /scripts | |
parent | 295b2d02bb841f5534dbd56bbab602b2033d8172 (diff) | |
parent | 7c3b320a7a28cdc6fcab9b5c4854bba0775d6ec2 (diff) |
Merge branch 'master' into testing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update_po_templates.php | 4 |
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='' \ |