diff options
author | Unknwon <u@gogs.io> | 2016-04-25 13:40:23 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-04-25 13:40:23 -0400 |
commit | 7049cb9d975505a6f1fa3fad809dd92c1078360f (patch) | |
tree | 222f076640ca595310d72f0c5aad55a0f6a3f414 /public/config.codekit | |
parent | 78b8b637742ee72775c37d60a94731047bd257f9 (diff) | |
download | gitea-7049cb9d975505a6f1fa3fad809dd92c1078360f.tar.gz gitea-7049cb9d975505a6f1fa3fad809dd92c1078360f.zip |
Add new language support
- Update language choose dropdown to fit more languages
Diffstat (limited to 'public/config.codekit')
-rw-r--r-- | public/config.codekit | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/public/config.codekit b/public/config.codekit index 796f3141f4..5c5be3c1a5 100644 --- a/public/config.codekit +++ b/public/config.codekit @@ -150,6 +150,17 @@ "outputStyle": 1, "syntaxCheckerStyle": 1 }, + "\/js\/jquery.are-you-sure.js": { + "fileType": 64, + "ignore": 0, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/js\/jquery.are-you-sure.js", + "outputAbbreviatedPath": "\/js\/min\/jquery.are-you-sure-min.js", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 1, + "syntaxCheckerStyle": 1 + }, "\/js\/semantic-2.1.8.min.js": { "fileType": 64, "ignore": 0, @@ -521,21 +532,21 @@ "outputPathIsSetByUser": 0, "processed": 0 }, - "\/plugins\/simplemde-1.10.0\/simplemde.min.css": { + "\/plugins\/simplemde-1.10.1\/simplemde.min.css": { "fileType": 16, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/simplemde.min.css", + "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.1\/simplemde.min.css", "outputAbbreviatedPath": "No Output Path", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0 }, - "\/plugins\/simplemde-1.10.0\/simplemde.min.js": { + "\/plugins\/simplemde-1.10.1\/simplemde.min.js": { "fileType": 64, "ignore": 0, "ignoreWasSetByUser": 0, - "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/simplemde.min.js", - "outputAbbreviatedPath": "\/plugins\/simplemde-1.10.0\/min\/simplemde.min-min.js", + "inputAbbreviatedPath": "\/plugins\/simplemde-1.10.1\/simplemde.min.js", + "outputAbbreviatedPath": "\/plugins\/simplemde-1.10.1\/min\/simplemde.min-min.js", "outputPathIsOutsideProject": 0, "outputPathIsSetByUser": 0, "outputStyle": 1, |