Skip to content

Commit

Permalink
update sdoc version and sdoc translate
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntian committed Nov 6, 2023
1 parent ac7366f commit 87d745a
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 33 deletions.
14 changes: 7 additions & 7 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "2.0.2",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "0.2.21",
"@seafile/sdoc-editor": "0.2.23",
"@seafile/seafile-calendar": "0.0.12",
"@seafile/seafile-editor": "0.4.8",
"@uiw/codemirror-extensions-langs": "^4.19.4",
Expand Down
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/cs/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Vytvořit nový štítek",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/de/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Neues Tag erstellen",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/en/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Create a new tag",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/es/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Cear una nueva etiqueta",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/fr/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Créer un nouveau Tag",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/it/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "Search tags",
"No_options_available": "Tag not found",
"Add_option": "Crea un nuovo tag",
"Find_an_option": "Search tags"
"Find_an_option": "Search tags",
"Copy_link_of_section": "Copy link of section"
}
7 changes: 4 additions & 3 deletions media/sdoc-editor/locales/ru/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,12 @@
"Insert_caption": "Вставить подпись",
"No_collaborators_available": "Нет доступных соавторов",
"Find_a_collaborator": "Найти соавтора",
"Doc_comments": "Document comments",
"Doc_comments": "Комментарии к документу",
"Tag_not_found": "Тег не найден",
"Create_a_new_tag": "Создать новый тег",
"Search_tags": "Search tags",
"Search_tags": "Поиск тегов",
"No_options_available": "Тег не найден",
"Add_option": "Создать новый тег",
"Find_an_option": "Search tags"
"Find_an_option": "Поиск тегов",
"Copy_link_of_section": "Copy link of section"
}
3 changes: 2 additions & 1 deletion media/sdoc-editor/locales/zh_CN/sdoc-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,6 @@
"Search_tags": "查找标签",
"No_options_available": "标签未找到",
"Add_option": "新建标签",
"Find_an_option": "查找标签"
"Find_an_option": "查找标签",
"Copy_link_of_section": "拷贝章节的链接"
}
8 changes: 0 additions & 8 deletions media/sdoc-editor/sdoc-editor-font.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@
-moz-osx-font-smoothing: grayscale;
}

.check-mark:before {
content: "\e65b";
}

.add:before {
content: "\e65a";
}

.sdoc-add:before {
content: "\e658";
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions sdoc-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ cp -r frontend/node_modules/@seafile/sdoc-editor/public/media/sdoc-editor-font.c

tx pull -s -t -f seahub.sdoc-editor

# git add .
git add .

# git commit -m "update sdoc version and sdoc translate"
git commit -m "update sdoc version and sdoc translate"

# git push origin master
git push origin master

0 comments on commit 87d745a

Please sign in to comment.