Merge pull request #125 from FoxGIS/master

ignore build
master
Jeff Schiller 2016-07-02 10:25:44 -04:00 committed by GitHub
commit 2246052141
2 changed files with 36 additions and 33 deletions

2
.gitignore vendored
View File

@ -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

View File

@ -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>