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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2015-05-19 20:34:33 +0300
committerJason <jason.daurus@gmail.com>2015-05-19 20:34:33 +0300
commitc6dfa49e6080f700bfef1cb12fd2bea6a5b5e9ea (patch)
tree30d3472f9d841514739b6209b847ed3619ddc0f3 /scripts
parentaa57d15ca7c84ab3db90bba8c5fe5982608265c6 (diff)
Improve template system
- Introduce `trim` method for templates - Complete template of the designer module - Update tests for template system - Use phtml as template files extension Signed-off-by: Jason <jason.daurus@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-po2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-po b/scripts/update-po
index 7e8d1de077..b245a60f21 100755
--- a/scripts/update-po
+++ b/scripts/update-po
@@ -18,7 +18,7 @@ xgettext \
--from-code=utf-8 \
--keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \
--copyright-holder="phpMyAdmin devel team" \
- `find . -name '*.php' -not -path './test/*' -not -path './po/*' -not -path './release/*' | sort`
+ `find . -name '*.php' -o -name '*.phtml' -not -path './test/*' -not -path './po/*' -not -path './release/*' | sort`
# Generate PHP code for advisor rules
php ./scripts/advisor2po >> po/phpmyadmin.pot