[pve-devel] [PATCH pve-manager] Fix ExtJS6 locales file name
Emmanuel Kasper
e.kasper at proxmox.com
Thu Mar 31 13:16:44 CEST 2016
---
PVE/ExtJSIndex.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/ExtJSIndex.pm b/PVE/ExtJSIndex.pm
index 90c6ddd..4dcf454 100644
--- a/PVE/ExtJSIndex.pm
+++ b/PVE/ExtJSIndex.pm
@@ -29,7 +29,7 @@ _EOD
<script type="text/javascript" src="/pve2/ext6/ext-all-debug.js"></script>
<script type="text/javascript" src="/pve2/ext6/charts-debug.js"></script>
<script type="text/javascript" src="/pve2/ext6/pvemanagerlib.js"></script>
- <script type="text/javascript" src="/pve2/ext6/locale/ext-lang-${lang}.js"></script>
+ <script type="text/javascript" src="/pve2/ext6/locale/locale-${lang}.js"></script>
_EOD
my $jssrc = <<_EOJS;
--
2.1.4
More information about the pve-devel
mailing list