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

gulp-i18n-ui5

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-i18n-ui5 - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

8

index.js

@@ -41,7 +41,11 @@ 'use strict';

"'i18n>([^']+)'",
"\\{i18n>([^}]+)\\}"
"\\{i18n>([^}]+)\\}",
"\\{@i18n>(@[^}]+)\\}"
]
}, {
fileExtensions: ["json"],
pattern: "\\{\\{([^}]+)\\}\\}"
pattern: [
"\\{\\{([^}]+)\\}\\}",
"\\{@i18n>([^}]+)\\}"
]
}, {

@@ -48,0 +52,0 @@ fileExtensions: ["js"],

{
"name": "gulp-i18n-ui5",
"version": "1.0.4",
"version": "1.0.5",
"description": "The plugin is used for simplify work with translations in OpenUI5 or SAPUI5 framework. The plugin searches views and source code of project in OpenUI5 or SAPUI5 framework for translation tokens and automatically update translation file used by the framework.",

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

@@ -13,2 +13,3 @@ # Plugin gulp-i18n-ui5 [![npm version](https://badge.fury.io/js/gulp-i18n-ui5)](http://badge.fury.io/js/gulp-i18n-ui5)

* "{i18n>MSGID}"
* "{@i18n>MSGID}"

@@ -15,0 +16,0 @@ in default configuration. Then activate/deactivate/add messages in/to

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