Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f9ade2e0 authored by Davis Ragels's avatar Davis Ragels
Browse files

Updated widget version

parent caa32a7c
No related branches found
No related tags found
No related merge requests found
WEB-T Magento extension
version: 1.0.0
version: 1.0.x
Copyright (c) 2023 European Union
......
{
"name": "europeancommission/webt",
"description": "Automated website translation with WEB-T",
"version": "1.0.0",
"version": "1.0.1",
"license": [
"Apache-2.0"
],
......
<?xml version="1.0"?>
<!-- Register module -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="europeancommission_webt" setup_version="1.0.0">
<module name="europeancommission_webt" setup_version="1.0.1">
</module>
</config>
\ No newline at end of file
......@@ -43,6 +43,8 @@
// the original language - "source"
WebsiteTranslator.Options.ui.translate = "target";
WebsiteTranslator.Options.api.version = 2;
WebsiteTranslator.Initialize();
});
......
......@@ -6,7 +6,7 @@
"": {
"hasInstallScript": true,
"dependencies": {
"@tilde-nlp/website-translator": "^7.1.13"
"@tilde-nlp/website-translator": "^7.1.32"
}
},
"node_modules/@babel/polyfill": {
......@@ -27,9 +27,9 @@
"hasInstallScript": true
},
"node_modules/@tilde-nlp/website-translator": {
"version": "7.1.13",
"resolved": "https://registry.npmjs.org/@tilde-nlp/website-translator/-/website-translator-7.1.13.tgz",
"integrity": "sha512-1GdMUpFZk5FQq4/j3+dCK6CUcqrQreRDE/ZGS1n5X2FheMi5eQp41jjETyguHB4yAoUZSl0il+Goj9dNs+yTtQ==",
"version": "7.1.32",
"resolved": "https://registry.npmjs.org/@tilde-nlp/website-translator/-/website-translator-7.1.32.tgz",
"integrity": "sha512-394ibP9cUFa1SLpIJq0IBLOjrl1cehW07xjEpQpcRC61c+chQviK4djtvQ1O1vzQkfcv5cg7j+cZZRRbtNCBIg==",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"axios": "^0.25.0",
......@@ -111,9 +111,9 @@
}
},
"@tilde-nlp/website-translator": {
"version": "7.1.13",
"resolved": "https://registry.npmjs.org/@tilde-nlp/website-translator/-/website-translator-7.1.13.tgz",
"integrity": "sha512-1GdMUpFZk5FQq4/j3+dCK6CUcqrQreRDE/ZGS1n5X2FheMi5eQp41jjETyguHB4yAoUZSl0il+Goj9dNs+yTtQ==",
"version": "7.1.32",
"resolved": "https://registry.npmjs.org/@tilde-nlp/website-translator/-/website-translator-7.1.32.tgz",
"integrity": "sha512-394ibP9cUFa1SLpIJq0IBLOjrl1cehW07xjEpQpcRC61c+chQviK4djtvQ1O1vzQkfcv5cg7j+cZZRRbtNCBIg==",
"requires": {
"@babel/polyfill": "^7.12.1",
"axios": "^0.25.0",
......
{
"dependencies": {
"@tilde-nlp/website-translator": "^7.1.13"
"@tilde-nlp/website-translator": "^7.1.32"
},
"scripts": {
"postinstall": "cp ./node_modules/@tilde-nlp/website-translator/dist/widget.js ./europeancommission/webt/view/frontend/web/js/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment