gulp-i18n-leverage
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "gulp-i18n-leverage", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Merge changes in default JSON into localized JSON for i18n-behavior", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -754,13 +754,14 @@ [![Build Status](https://travis-ci.org/t2ym/gulp-i18n-leverage.svg?branch=master)](https://travis-ci.org/t2ym/gulp-i18n-leverage) | ||
``` | ||
git clone https://github.com/t2ym/polymer-starter-kit-i18n.git | ||
cd polymer-starter-kit-i18n | ||
npm install -g polymer-cli # if missing | ||
npm install && bower install | ||
# Add Locales (gulp 4 required) | ||
./node_modules/.bin/gulp locales --targets="de es fr ja zh-Hans" | ||
# Build (gulp 4 required) | ||
./node_modules/.bin/gulp | ||
npm install -g polymer-cli | ||
npm install -g generator-polymer-init-i18n-starter-kit | ||
mkdir i18n-starter-kit | ||
cd i18n-starter-kit | ||
polymer init i18n-starter-kit | ||
# Add Locales | ||
npm run build locales -- --targets="de es fr ja zh-Hans" | ||
# Build | ||
npm run build | ||
# Translate XLIFF ./xliff/bundle.*.xlf | ||
# Build and Merge Translation | ||
./node_modules/.bin/gulp | ||
npm run build | ||
# App with Run-time I18N on http://localhost:8080 | ||
@@ -780,3 +781,3 @@ polymer serve | ||
``` | ||
```html | ||
<html lang="ja"> | ||
@@ -797,4 +798,3 @@ ``` | ||
cd polymer-starter-kit-i18n | ||
# gulp 4 required | ||
./node_modules/.bin/gulp | ||
npm run build | ||
``` | ||
@@ -801,0 +801,0 @@ |
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
162397