- Linting (ESLint): Add xdomain file to ignore file

- 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
This commit is contained in:
Brett Zamir
2018-07-31 15:15:25 -07:00
parent 63fab9ff43
commit 97d093d6ef
78 changed files with 9838 additions and 9563 deletions

View File

@@ -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;
}());