Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@operato/i18n

Package Overview
Dependencies
Maintainers
6
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/i18n - npm Package Compare versions

Comparing version 2.0.0-beta.3 to 2.0.0-beta.15

15

CHANGELOG.md

@@ -6,2 +6,17 @@ # Change Log

## [2.0.0-beta.15](https://github.com/hatiolab/operato/compare/v2.0.0-beta.14...v2.0.0-beta.15) (2024-06-10)
### :bug: Bug Fix
* revert i18next version ([75975f7](https://github.com/hatiolab/operato/commit/75975f7295febfbbb2d02774249ca2b742019ba9))
### :rocket: New Features
* gantt chart taskbar tooltip ([758ecd4](https://github.com/hatiolab/operato/commit/758ecd4b7d6b2b77b98cf13d6e4b36c822f4ff12))
* gantt chart taskbar tooltip 위치 보정 ([1b36b40](https://github.com/hatiolab/operato/commit/1b36b4015c501ee492bf1b1d22355edcce976033))
## [2.0.0-beta.3](https://github.com/hatiolab/operato/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2024-06-04)

@@ -8,0 +23,0 @@

8

dist/src/config.js

@@ -8,2 +8,3 @@ /**

import _i18next from 'i18next';
import HttpBackend from 'i18next-http-backend';
const subdomain = (_a = location.pathname.match(/\/domain\/([^\/]+)/)) === null || _a === void 0 ? void 0 : _a[1];

@@ -25,3 +26,8 @@ _i18next

backend: {
loadPath: subdomain ? `/domain/${subdomain}/{ns}/{lng}.json` : `/{ns}/{lng}.json`
backends: [HttpBackend],
backendOptions: [
{
loadPath: subdomain ? `/domain/${subdomain}/{ns}/{lng}.json` : `/{ns}/{lng}.json`
}
]
},

@@ -28,0 +34,0 @@ detection: {

6

package.json

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.15",
"main": "dist/src/index.js",

@@ -55,3 +55,3 @@ "module": "dist/src/index.js",

"dependencies": {
"i18next": "^21.6.10",
"i18next": "^21.6.3",
"i18next-browser-languagedetector": "^6.1.3",

@@ -92,3 +92,3 @@ "lit": "^3.1.2"

},
"gitHead": "f784d266745412a10887dd5163da8c8d7a4fe423"
"gitHead": "8f2297538050bd7eb288a6d9694e95411bcc2c88"
}

@@ -8,2 +8,3 @@ /**

import _i18next from 'i18next'
import HttpBackend from 'i18next-http-backend'

@@ -27,3 +28,8 @@ const subdomain = location.pathname.match(/\/domain\/([^\/]+)/)?.[1]

backend: {
loadPath: subdomain ? `/domain/${subdomain}/{ns}/{lng}.json` : `/{ns}/{lng}.json`
backends: [HttpBackend],
backendOptions: [
{
loadPath: subdomain ? `/domain/${subdomain}/{ns}/{lng}.json` : `/{ns}/{lng}.json`
}
]
},

@@ -30,0 +36,0 @@ detection: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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