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

@operato/i18n

Package Overview
Dependencies
Maintainers
4
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 1.2.35 to 1.2.52

9

CHANGELOG.md

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

### [1.2.52](https://github.com/hatiolab/operato/compare/v1.2.51...v1.2.52) (2023-06-05)
### :bug: Bug Fix
* add Japanese language pack ([681ea49](https://github.com/hatiolab/operato/commit/681ea4951e4fb6b231e3c50b402fbe4d4e0020e8))
### [1.2.35](https://github.com/hatiolab/operato/compare/v1.2.34...v1.2.35) (2023-05-12)

@@ -8,0 +17,0 @@

3

dist/src/ox-i18n-selector.js

@@ -14,5 +14,6 @@ import { __decorate } from "tslib";

<option value="" ?selected=${!i18next.language}></option>
<option value="ms-MY" ?selected=${i18next.language == 'ms-MY'}>Bahasa Malaysia</option>
<option value="en-US" ?selected=${i18next.language == 'en-US'}>English</option>
<option value="ja-JP" ?selected=${i18next.language == 'ja-JP'}>にほんご</option>
<option value="ko-KR" ?selected=${i18next.language == 'ko-KR'}>한국어</option>
<option value="ms-MY" ?selected=${i18next.language == 'ms-MY'}>Bahasa Malaysia</option>
<option value="zh-CN" ?selected=${i18next.language == 'zh-CN'}>中文</option>

@@ -19,0 +20,0 @@ </select>

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

"author": "heartyoh",
"version": "1.2.35",
"version": "1.2.52",
"main": "dist/src/index.js",

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

},
"gitHead": "2cf1488b4b0f72f8309b8b8f24620a4f1b3a685c"
"gitHead": "e74565a4341831efce940fbac74ffb036289620a"
}

@@ -42,5 +42,6 @@ import { css, html, LitElement } from 'lit'

<option value="" ?selected=${!i18next.language}></option>
<option value="ms-MY" ?selected=${i18next.language == 'ms-MY'}>Bahasa Malaysia</option>
<option value="en-US" ?selected=${i18next.language == 'en-US'}>English</option>
<option value="ja-JP" ?selected=${i18next.language == 'ja-JP'}>にほんご</option>
<option value="ko-KR" ?selected=${i18next.language == 'ko-KR'}>한국어</option>
<option value="ms-MY" ?selected=${i18next.language == 'ms-MY'}>Bahasa Malaysia</option>
<option value="zh-CN" ?selected=${i18next.language == 'zh-CN'}>中文</option>

@@ -47,0 +48,0 @@ </select>

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