commit
2246052141
|
@ -1,3 +1,5 @@
|
||||||
# See editor/config-sample.js for an example
|
# See editor/config-sample.js for an example
|
||||||
editor/config.js
|
editor/config.js
|
||||||
editor/custom.css
|
editor/custom.css
|
||||||
|
build/
|
||||||
|
editor/svgedit.compiled.js
|
||||||
|
|
|
@ -705,6 +705,7 @@ by creating the following file and adding by calls to svgEditor.setConfig -->
|
||||||
<option id="lang_sk" value="sk">Slovenčina</option>
|
<option id="lang_sk" value="sk">Slovenčina</option>
|
||||||
<option id="lang_sl" value="sl">Slovenščina</option>
|
<option id="lang_sl" value="sl">Slovenščina</option>
|
||||||
<option id="lang_zh-TW" value="zh-TW">繁體中文</option>
|
<option id="lang_zh-TW" value="zh-TW">繁體中文</option>
|
||||||
|
<option id="lang_zh-CN" value="zh-CN">简体中文</option>
|
||||||
</select>
|
</select>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue