Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
erp5
Commits
b443d7c6
Commit
b443d7c6
authored
Jun 15, 2020
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
officejs: include a translation gadget for smart_assistant
parent
4c79855e
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
713 additions
and
7 deletions
+713
-7
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_data_js.js
...le/gadget_officejs_smart_assistant_translation_data_js.js
+16
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_data_js.xml
...e/gadget_officejs_smart_assistant_translation_data_js.xml
+334
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_html.html
...ule/gadget_officejs_smart_assistant_translation_html.html
+20
-0
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_html.xml
...dule/gadget_officejs_smart_assistant_translation_html.xml
+338
-0
bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_smart_assistant/app.xml
...lateItem/web_site_module/officejs_smart_assistant/app.xml
+3
-5
bt5/erp5_officejs/SkinTemplateItem/portal_skins/erp5_officejs_smart_assistant/WebSection_getSmartAssistantPrecacheManifestList.py
...stant/WebSection_getSmartAssistantPrecacheManifestList.py
+2
-2
No files found.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_data_js.js
0 → 100644
View file @
b443d7c6
/**
* 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
));
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_data_js.xml
0 → 100644
View file @
b443d7c6
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_html.html
0 → 100644
View file @
b443d7c6
<!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>
bt5/erp5_officejs/PathTemplateItem/web_page_module/gadget_officejs_smart_assistant_translation_html.xml
0 → 100644
View file @
b443d7c6
This diff is collapsed.
Click to expand it.
bt5/erp5_officejs/PathTemplateItem/web_site_module/officejs_smart_assistant/app.xml
View file @
b443d7c6
...
...
@@ -391,9 +391,7 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value>
</item>
<item>
<key>
<string>
configuration_translation_gadget_url
</string>
</key>
<value>
<none/>
</value>
<value>
<string>
gadget_officejs_smart_assistant_translation.html
</string>
</value>
</item>
<item>
<key>
<string>
configuration_webapp_manifest
</string>
</key>
...
...
@@ -664,8 +662,8 @@ WebSection_getSmartAssistantPrecacheManifestList</string> </value>
</tuple>
<state>
<tuple>
<float>
15
87729410.4
5
</float>
<string>
UTC
</string>
<float>
15
92182961.
5
</float>
<string>
GMT+2
</string>
</tuple>
</state>
</object>
...
...
bt5/erp5_officejs/SkinTemplateItem/portal_skins/erp5_officejs_smart_assistant/WebSection_getSmartAssistantPrecacheManifestList.py
View file @
b443d7c6
...
...
@@ -20,9 +20,9 @@ url_list = [
"gadget_jio.js"
,
"gadget_translate.html"
,
"gadget_translate.js"
,
"gadget_translation.html"
,
"gadget_
officejs_smart_assistant_
translation.html"
,
"gadget_translation.js"
,
"gadget_translation_data.js"
,
"gadget_
officejs_smart_assistant_
translation_data.js"
,
"gadget_erp5_editor_panel.html"
,
"gadget_erp5_editor_panel.js"
,
"gadget_erp5_ojs_panel.html"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment