mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added: vue-i18n v8.22.1 (#147)
This commit is contained in:
@@ -343,6 +343,7 @@ mappings.cdn = {
|
|||||||
'underscore.js/{version}/underscore-min.': resources.underscore,
|
'underscore.js/{version}/underscore-min.': resources.underscore,
|
||||||
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,
|
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,
|
||||||
'vue/{version}/vue.min.js': resources.vueJs,
|
'vue/{version}/vue.min.js': resources.vueJs,
|
||||||
|
'vue-i18n/{version}/vue-i18n.': resources.vueI18N,
|
||||||
'vue-resource/{version}/vue-resource.': resources.vueResource,
|
'vue-resource/{version}/vue-resource.': resources.vueResource,
|
||||||
'waypoints/{version}/noframework.waypoints.': resources.jQueryWaypoints,
|
'waypoints/{version}/noframework.waypoints.': resources.jQueryWaypoints,
|
||||||
'waypoints/{version}/jquery.waypoints.': resources.jQueryWaypoints,
|
'waypoints/{version}/jquery.waypoints.': resources.jQueryWaypoints,
|
||||||
|
@@ -796,6 +796,11 @@ var resources = {
|
|||||||
'path': 'resources/vue/{version}/vue.min.jsm',
|
'path': 'resources/vue/{version}/vue.min.jsm',
|
||||||
'type': 'application/javascript'
|
'type': 'application/javascript'
|
||||||
},
|
},
|
||||||
|
// Vue.js i18n
|
||||||
|
'vueI18N': {
|
||||||
|
'path': 'resources/vue-i18n/{version}/vue-i18n.min.jsm',
|
||||||
|
'type': 'application/javascript'
|
||||||
|
},
|
||||||
// vue-resource
|
// vue-resource
|
||||||
'vueResource': {
|
'vueResource': {
|
||||||
'path': 'resources/vue-resource/{version}/vue-resource.min.jsm',
|
'path': 'resources/vue-resource/{version}/vue-resource.min.jsm',
|
||||||
|
@@ -597,6 +597,8 @@ helpers.setLastVersion = function (type, version) {
|
|||||||
return '1.0.28';
|
return '1.0.28';
|
||||||
} else if (type.includes('/vue/2.')) {
|
} else if (type.includes('/vue/2.')) {
|
||||||
return '2.6.12';
|
return '2.6.12';
|
||||||
|
} else if (type.includes('/vue-i18n/8.')) {
|
||||||
|
return '8.22.1';
|
||||||
} else if (type.includes('/vue-resource/1.')) {
|
} else if (type.includes('/vue-resource/1.')) {
|
||||||
return '1.5.1';
|
return '1.5.1';
|
||||||
} else if (type.includes('/waypoints/4.')) {
|
} else if (type.includes('/waypoints/4.')) {
|
||||||
@@ -631,6 +633,7 @@ helpers.compareVersion = function (v1, v2) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ListOfFiles = {
|
const ListOfFiles = {
|
||||||
|
'vue-i18n.min.jsm': 'Vue.js (i18n)',
|
||||||
'v4-shims.css': 'Font Awesome (Shim)',
|
'v4-shims.css': 'Font Awesome (Shim)',
|
||||||
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
'instantsearch.production.min.jsm': 'InstantSearch.js',
|
||||||
'redux.min.jsm': 'Redux',
|
'redux.min.jsm': 'Redux',
|
||||||
|
@@ -32,6 +32,7 @@
|
|||||||
<li>Added: highlight.js v9.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
<li>Added: highlight.js v9.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
||||||
<li>Added: highlight.js v10.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
<li>Added: highlight.js v10.3.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/144">#144</a>)</li>
|
||||||
<li>Added: ElementUI v2.13.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
<li>Added: ElementUI v2.13.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||||
|
<li>Added: vue-i18n v8.22.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/147">#147</a>)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
6
resources/vue-i18n/8.22.1/vue-i18n.min.jsm
Normal file
6
resources/vue-i18n/8.22.1/vue-i18n.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user