Skip to content

Commit

Permalink
feat: add icon-editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 4, 2022
1 parent 1b95260 commit 43b0563
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/public/locales/cn/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@
"about": "为您的代码创建漂亮的图像",
"label": "Ray.so"
},
"redketchup": {
"about": "在线创建和编辑 ICO 文件",
"label": "Icon Editor"
},
"SVGEdit": {
"about": "适用于您的浏览器的强大 SVG 编辑器",
"label": "SVG 编辑器"
Expand Down
4 changes: 4 additions & 0 deletions website/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,10 @@
"about": "Create beautiful images of your code",
"label": "Ray.so"
},
"redketchup": {
"about": "Create & Edit ICO Files Online",
"label": "Icon Editor"
},
"SVGEdit": {
"about": "Powerful SVG-Editor for your browser",
"label": "SVG Edit"
Expand Down
Binary file added website/public/logo/redketchup.io.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/src/menus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,12 @@ export function useMenus() {
about: t('menu.Rayso.about'),
label: t('menu.Rayso.label'),
},
{
href: 'https://redketchup.io/icon-editor',
logo: 'redketchup.io.png',
about: t('menu.redketchup.about'),
label: t('menu.redketchup.label'),
},
{
href: 'https://unpkg.com/svgedit@7.1.3/dist/editor/index.html',
logo: 'svg-edit',
Expand Down

0 comments on commit 43b0563

Please sign in to comment.