Commit b443d7c6 authored by Jérome Perrin's avatar Jérome Perrin

officejs: include a translation gadget for smart_assistant

parent 4c79855e
/**
* This translation data is generated automatically and updated with upgrader in post-upgarde.
* Do not edit manually, but use "Update Translation Data" action on web site to update from
* Localizer and from data-i18n tags on web pages.
*/
/*globals window*/
/*jslint indent: 2, nomen: true */
(function (window) {
"use strict";
// @ts-ignore
window.translation_data = {
"en": {
}
};
}(window));
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>OfficeJS Smart Assistant Translation Gadget</title>
<link rel="http://www.renderjs.org/rel/interface" href="interface_translation.html">
<!-- renderjs -->
<script src="rsvp.js" type="text/javascript"></script>
<script src="renderjs.js" type="text/javascript"></script>
<!-- custom script -->
<script src="gadget_officejs_smart_assistant_translation_data.js" type="text/javascript"></script>
<script src="gadget_translation.js" type="text/javascript"></script>
</head>
<body>
</body>
</html>
...@@ -391,9 +391,7 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value> ...@@ -391,9 +391,7 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value>
</item> </item>
<item> <item>
<key> <string>configuration_translation_gadget_url</string> </key> <key> <string>configuration_translation_gadget_url</string> </key>
<value> <value> <string>gadget_officejs_smart_assistant_translation.html</string> </value>
<none/>
</value>
</item> </item>
<item> <item>
<key> <string>configuration_webapp_manifest</string> </key> <key> <string>configuration_webapp_manifest</string> </key>
...@@ -664,8 +662,8 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value> ...@@ -664,8 +662,8 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value>
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1587729410.45</float> <float>1592182961.5</float>
<string>UTC</string> <string>GMT+2</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
...@@ -20,9 +20,9 @@ url_list = [ ...@@ -20,9 +20,9 @@ url_list = [
"gadget_jio.js", "gadget_jio.js",
"gadget_translate.html", "gadget_translate.html",
"gadget_translate.js", "gadget_translate.js",
"gadget_translation.html", "gadget_officejs_smart_assistant_translation.html",
"gadget_translation.js", "gadget_translation.js",
"gadget_translation_data.js", "gadget_officejs_smart_assistant_translation_data.js",
"gadget_erp5_editor_panel.html", "gadget_erp5_editor_panel.html",
"gadget_erp5_editor_panel.js", "gadget_erp5_editor_panel.js",
"gadget_erp5_ojs_panel.html", "gadget_erp5_ojs_panel.html",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment