Skip to content

Commit aa50043

Browse files
committed
fixed readme templates again
1 parent a2f107b commit aa50043

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

generators/app/templates/js/usecdn/jquery/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This starter project has been created by [generator-devextreme](https://github.c
44

55
These options were used to generate the project:
66

7+
```
78
<%- printoptions %>
9+
```
810

911
Based on the options, localization support has <% if (localization === 'globalize') { %>been included on the basis of [Globalize](https://github.com/globalizejs/globalize)<% } else if (localization === 'intl') { %>been included on the basis of [Intl](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl) and the [DevExtreme-Intl](https://github.com/DevExpress/DevExtreme-Intl) library<% } else {%>not been included<% } %>. <% if(locales && locales.length) {%>In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: <%- locales.join(', ') %>.<% } else { %>No language files apart from those for the standard 'en' locale have been added.<% } %>
1012

generators/app/templates/js/usecdn/knockout/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This starter project has been created by [generator-devextreme](https://github.c
44

55
These options were used to generate the project:
66

7+
```
78
<%- printoptions %>
9+
```
810

911
Based on the options, localization support has <% if (localization === 'globalize') { %>been included on the basis of [Globalize](https://github.com/globalizejs/globalize)<% } else if (localization === 'intl') { %>been included on the basis of [Intl](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl) and the [DevExtreme-Intl](https://github.com/DevExpress/DevExtreme-Intl) library<% } else {%>not been included<% } %>. <% if(locales && locales.length) {%>In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: <%- locales.join(', ') %>.<% } else { %>No language files apart from those for the standard 'en' locale have been added.<% } %>
1012

generators/app/templates/js/webpack/jquery/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This starter project has been created by [generator-devextreme](https://github.c
44

55
These options were used to generate the project:
66

7+
```
78
<%- printoptions %>
9+
```
810

911
Based on the options, localization support has <% if (localization === 'globalize') { %>been included on the basis of [Globalize](https://github.com/globalizejs/globalize)<% } else if (localization === 'intl') { %>been included on the basis of [Intl](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl) and the [DevExtreme-Intl](https://github.com/DevExpress/DevExtreme-Intl) library<% } else {%>not been included<% } %>. <% if(locales && locales.length) {%>In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: <%- locales.join(', ') %>.<% } else { %>No language files apart from those for the standard 'en' locale have been added.<% } %>
1012

generators/app/templates/js/webpack/knockout/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This starter project has been created by [generator-devextreme](https://github.c
44

55
These options were used to generate the project:
66

7+
```
78
<%- printoptions %>
9+
```
810

911
Based on the options, localization support has <% if (localization === 'globalize') { %>been included on the basis of [Globalize](https://github.com/globalizejs/globalize)<% } else if (localization === 'intl') { %>been included on the basis of [Intl](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl) and the [DevExtreme-Intl](https://github.com/DevExpress/DevExtreme-Intl) library<% } else {%>not been included<% } %>. <% if(locales && locales.length) {%>In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: <%- locales.join(', ') %>.<% } else { %>No language files apart from those for the standard 'en' locale have been added.<% } %>
1012

generators/app/templates/ts/angular-cli/angular/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This starter project has been created by [generator-devextreme](https://github.c
44

55
These options were used to generate the project:
66

7+
```
78
<%- printoptions %>
9+
```
810

911
Based on the options, localization support has <% if (localization === 'globalize') { %>been included on the basis of [Globalize](https://github.com/globalizejs/globalize)<% } else if (localization === 'intl') { %>been included on the basis of [Intl](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Intl) and the [DevExtreme-Intl](https://github.com/DevExpress/DevExtreme-Intl) library<% } else {%>not been included<% } %>. <% if(locales && locales.length) {%>In addition to the language files for the 'en' locale, which are included by default, the following locales have also been added: <%- locales.join(', ') %>.<% } else { %>No language files apart from those for the standard 'en' locale have been added.<% } %>
1012

0 commit comments

Comments
 (0)