Skip to content

Commit

Permalink
- Linting (ESLint): Add xdomain file to ignore file
Browse files Browse the repository at this point in the history
- Fix (i18n): Regression in last commit with locales and apostrophe values
- npm: Avoid adding config files to ignore file
- npm: Bump to 3.0.0-rc.2
- Build: Update build
  • Loading branch information
brettz9 committed Jul 31, 2018
1 parent 63fab9f commit 97d093d
Show file tree
Hide file tree
Showing 78 changed files with 9,838 additions and 9,563 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docs/jsdoc
svgedit-config-es.js
svgedit-config-iife.js
svgedit-custom.css
editor/xdomain-svgedit-config-iife.js

# Vendor/minified files
editor/jquery.min.js
Expand Down
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
svgedit-config-es.js
svgedit-config-iife.js
screencasts
test
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ incorporating SVGEdit.

## Recent news

- 2018-07-31 Published 3.0.0-rc.2 with misc. fixes
- 2018-07-19 Published 3.0.0-rc.1 allowing for extensions and locales to be
expressed as modules
- 2018-05-26 Published 3.0.0-alpha.2 with ES6 Modules support
Expand Down
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/de.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_de = (function () {
'use strict';

var de = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Bilder-Bibliothek'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return de;

}());
2 changes: 1 addition & 1 deletion dist/extensions/ext-locale/imagelib/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var svgEditorExtensionLocale_imagelib_fr = (function () {
import_multi: 'import_multi',
open: 'open',
buttons: [{
title: 'Image library'
title: "Bibliothèque d'images"
}],
imgLibs: [{
name: 'Demo library (local)',
Expand Down
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/pl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_pl = (function () {
'use strict';

var pl = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Biblioteka obrazów'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return pl;

}());
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/pt-BR.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_pt_BR = (function () {
'use strict';

var ptBR = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Biblioteca de Imagens'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return ptBR;

}());
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/ro.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_ro = (function () {
'use strict';

var ro = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Bibliotecă de Imagini'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return ro;

}());
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_sk = (function () {
'use strict';

var sk = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Knižnica obrázkov'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return sk;

}());
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/sl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_sl = (function () {
'use strict';

var sl = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: 'Knjižnica slik'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return sl;

}());
30 changes: 30 additions & 0 deletions dist/extensions/ext-locale/imagelib/zh-CN.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
var svgEditorExtensionLocale_imagelib_zh_CN = (function () {
'use strict';

var zhCN = {
select_lib: 'Select an image library',
show_list: 'Show library list',
import_single: 'Import single',
import_multi: 'Import multiple',
open: 'Open as new document',
buttons: [{
title: '图像库'
}],
imgLibs: [{
name: 'Demo library (local)',
url: '{path}imagelib/index{modularVersion}.html',
description: 'Demonstration library for SVG-edit on this server'
}, {
name: 'IAN Symbol Libraries',
url: 'https://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}, {
name: 'Openclipart',
url: 'https://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Images and Growing.'
}]
};

return zhCN;

}());
Loading

0 comments on commit 97d093d

Please sign in to comment.