@markuplint/i18n
Advanced tools
Comparing version 4.5.1 to 4.5.2
@@ -6,3 +6,3 @@ # Change Log | ||
## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25) | ||
## [4.5.2](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.1...@markuplint/i18n@4.5.2) (2024-09-02) | ||
@@ -15,2 +15,6 @@ **Note:** Version bump only for package @markuplint/i18n | ||
## [4.5.1](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0...@markuplint/i18n@4.5.1) (2024-06-25) | ||
**Note:** Version bump only for package @markuplint/i18n | ||
# [4.5.0](https://github.com/markuplint/markuplint/compare/@markuplint/i18n@4.5.0-alpha.0...@markuplint/i18n@4.5.0) (2024-05-04) | ||
@@ -17,0 +21,0 @@ |
@@ -20,3 +20,3 @@ "use strict"; | ||
const useLastSeparator = keywords[0] == null || keywords[0] == false ? false : true; | ||
const lastSeparator = useLastSeparator ? format.lastSeparator ?? format.separator : format.separator; | ||
const lastSeparator = useLastSeparator ? (format.lastSeparator ?? format.separator) : format.separator; | ||
const list = messageTmpl.map(keyword => format.quoteStart + translateKeyword(keyword, '', localeSet) + format.quoteEnd); | ||
@@ -23,0 +23,0 @@ if (list.length === 1) { |
{ | ||
"name": "@markuplint/i18n", | ||
"version": "4.5.1", | ||
"version": "4.5.2", | ||
"description": "Internationalization for markuplint", | ||
@@ -40,3 +40,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
}, | ||
"gitHead": "05fdca254661ec335ff0cae4c6a11db164b032b9" | ||
"gitHead": "77cd5a25d5cf28c83253b7bfe02cd25b54e236b0" | ||
} |
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
46761