@operato/i18n
Advanced tools
Comparing version 1.2.35 to 1.2.52
@@ -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 @@ |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
117869
904