small typo
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@766 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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:
|
||||
* lang.en.js
|
||||
* lang.fr.js
|
||||
* lang.ro.js
|
||||
* lang.ro.js
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
<script type="text/javascript" src="svgcanvas.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="canvas2image.js"></script>
|
||||
<script type="text/javascript" src="savepng.js"></script>
|
||||
|
||||
|
||||
<!-- Release version of script tags: >
|
||||
|
||||
@@ -1279,6 +1279,7 @@ function svg_edit_setup() {
|
||||
w_area[0].scrollLeft = scroll_x;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$('#resolution').change(function(){
|
||||
var wh = $('#canvas_width,#canvas_height');
|
||||
|
||||
Reference in New Issue
Block a user