small typo
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@766 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
86ea5568a1
commit
0e2a6e2f54
|
@ -1,4 +1,4 @@
|
||||||
This directory holds JSON files that translate the UI strings in SVG-edit. Initial translations were done by Narendra Sisodya putting the English strings through the Google Translation API. Humans will need to take these automated translations and ensure they make sense.
|
This directory holds JSON files that translate the UI strings in SVG-edit. Initial translations were done by Narendra Sisodiya putting the English strings through the Google Translation API. Humans will need to take these automated translations and ensure they make sense.
|
||||||
|
|
||||||
Languages Already Translated By Humans:
|
Languages Already Translated By Humans:
|
||||||
* lang.en.js
|
* lang.en.js
|
||||||
|
|
|
@ -16,6 +16,8 @@
|
||||||
<script type="text/javascript" src="svgcanvas.js"></script>
|
<script type="text/javascript" src="svgcanvas.js"></script>
|
||||||
<script type="text/javascript" src="svg-editor.js"></script>
|
<script type="text/javascript" src="svg-editor.js"></script>
|
||||||
<script type="text/javascript" src="locale/locale.js"></script>
|
<script type="text/javascript" src="locale/locale.js"></script>
|
||||||
|
<script type="text/javascript" src="canvas2image.js"></script>
|
||||||
|
<script type="text/javascript" src="savepng.js"></script>
|
||||||
|
|
||||||
|
|
||||||
<!-- Release version of script tags: >
|
<!-- Release version of script tags: >
|
||||||
|
|
|
@ -1280,6 +1280,7 @@ function svg_edit_setup() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$('#resolution').change(function(){
|
$('#resolution').change(function(){
|
||||||
var wh = $('#canvas_width,#canvas_height');
|
var wh = $('#canvas_width,#canvas_height');
|
||||||
if(!this.selectedIndex) {
|
if(!this.selectedIndex) {
|
||||||
|
|
Loading…
Reference in New Issue