From c49a6ddae460075e46375a59185aaf2cc2b5b31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Sat, 9 Jul 2016 00:27:27 +0200 Subject: [PATCH] Add JavaScript, Lua and Vala to $buildin_gettext_support These formats are now natively supported by gettext. --- intltool-update.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intltool-update.in b/intltool-update.in index df591c6..8dfd1d9 100644 --- a/intltool-update.in +++ b/intltool-update.in @@ -88,7 +88,7 @@ my $tlk_support = "tlk(?:\\.in)+"; # Bioware Aurora Talk Table Format my $buildin_gettext_support = -"c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py|scm(?:\\.in)*"; +"c|y|cs|cc|cpp|c\\+\\+|h|hh|gob|py|scm(?:\\.in)*|js|lua|vala"; ## Always flush buffer when printing $| = 1; -- 2.7.4