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

@nextcloud/l10n

Package Overview
Dependencies
Maintainers
6
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextcloud/l10n - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # Changelog

## 1.4.1 - 2020-09-07
### Changed
- Dependency updates
### Fixed
- Language detection of languages that have a `_` in their code (#172)
## 1.4.0 - 2020-08-31

@@ -7,0 +13,0 @@ ### Added

2

dist/gettext.js

@@ -45,3 +45,3 @@ "use strict";

value: function detectLocale() {
return this.setLanguage((0, _.getLanguage)());
return this.setLanguage((0, _.getLanguage)().replace('-', '_'));
}

@@ -48,0 +48,0 @@ }, {

@@ -17,3 +17,3 @@ import GetText from "node-gettext"

detectLocale(): GettextBuilder {
return this.setLanguage(getLanguage())
return this.setLanguage(getLanguage().replace('-', '_'))
}

@@ -20,0 +20,0 @@

{
"name": "@nextcloud/l10n",
"version": "1.4.0",
"version": "1.4.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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