diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-07 11:45:07 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-10 16:27:45 +0200 |
commit | e24f82f476bc3c445fd0722b5aa55cc18095cab6 (patch) | |
tree | 4e3cba32de6ad1752bf4cee76153829e8314422d /po/POTFILES | |
parent | b10c7fb86b366b74422e44a143d4a8c8ad2eda88 (diff) | |
download | aur-e24f82f476bc3c445fd0722b5aa55cc18095cab6.tar.gz aur-e24f82f476bc3c445fd0722b5aa55cc18095cab6.tar.xz |
Add "update-pot" target to Makefile.
Can be used to rebuild the message catalog from our source tree.
"po/POTFILES" contains a list of source files to be scanned for
translation strings.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'po/POTFILES')
-rw-r--r-- | po/POTFILES | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/po/POTFILES b/po/POTFILES new file mode 100644 index 00000000..75384276 --- /dev/null +++ b/po/POTFILES @@ -0,0 +1,25 @@ +html/index.php +html/packages.php +html/account.php +html/tu.php +html/addvote.php +html/passreset.php +html/pkgsubmit.php +lib/pkgfuncs.inc +lib/acctfuncs.inc +lib/translator.inc +template/pkg_details.php +template/template.phps +template/tu_list.php +template/tu_details.php +template/header.php +template/actions_form.php +template/search_accounts_form.php +template/pkg_comment_form.php +template/login_form.php +template/stats/updates_table.php +template/stats/user_table.php +template/stats/general_stats_table.php +template/pkg_search_results.php +template/pkg_comments.php +template/pkg_search_form.php |