this is needed, because the gettext funciton is defined in the langfile

Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 pmg-index.html.tt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pmg-index.html.tt b/pmg-index.html.tt
index 1e2354a..1f3bc65 100644
--- a/pmg-index.html.tt
+++ b/pmg-index.html.tt
@@ -14,6 +14,8 @@
     <link rel="stylesheet" type="text/css" href="/pve2/css/ext6-pmg.css" />
     [% IF langfile %]
     <script type='text/javascript' src='/pve2/locale/pmg-lang-[% lang 
%].js'></script>
+    [% ELSE %]
+    <script type='text/javascript'> function gettext(buf) { return buf; } 
</script>
     [%- END %]
     [% IF debug %]
     <script type="text/javascript" src="/pve2/ext6/ext-all-debug.js"></script>
-- 
2.11.0


_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to