Socket
Socket
Sign inDemoInstall

@talend/locales-tui

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@talend/locales-tui - npm Package Compare versions

Comparing version 6.16.0 to 6.17.0

locales/fr/tui-components.json

20

locales.js

@@ -13,5 +13,23 @@ const de = {

};
const fr = {
'tui-components': require('./locales/fr/tui-components.json'),
'tui-containers': require('./locales/fr/tui-containers.json'),
'tui-datagrid': require('./locales/fr/tui-datagrid.json'),
'tui-forms': require('./locales/fr/tui-forms.json'),
};
const ja = {
'tui-components': require('./locales/ja/tui-components.json'),
'tui-containers': require('./locales/ja/tui-containers.json'),
'tui-datagrid': require('./locales/ja/tui-datagrid.json'),
'tui-forms': require('./locales/ja/tui-forms.json'),
};
const zh = {
'tui-components': require('./locales/zh/tui-components.json'),
'tui-containers': require('./locales/zh/tui-containers.json'),
'tui-datagrid': require('./locales/zh/tui-datagrid.json'),
'tui-forms': require('./locales/zh/tui-forms.json'),
};
module.exports = {
locales: { de: de, en: en },
locales: { de: de, en: en, fr: fr, ja: ja, zh: zh },
};

2

package.json
{
"name": "@talend/locales-tui",
"version": "6.16.0",
"version": "6.17.0",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "author": "Talend Frontend <frontend@talend.com>",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc