mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update plugins package version (#5157)
This commit is contained in:
parent
0a5f3e8fa1
commit
8ccc879ef5
@ -34,14 +34,16 @@ import 'package:flutter_bloc/flutter_bloc.dart';
|
||||
final codeBlockLocalization = CodeBlockLocalizations(
|
||||
codeBlockNewParagraph:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockNewParagraph.tr(),
|
||||
codeBlockAddTwoSpaces:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockAddTwoSpaces.tr(),
|
||||
codeBlockDeleteTwoSpaces:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockDeleteTwoSpaces.tr(),
|
||||
codeBlockIndentLines:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockIndentLines.tr(),
|
||||
codeBlockOutdentLines:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockOutdentLines.tr(),
|
||||
codeBlockSelectAll:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockSelectAll.tr(),
|
||||
codeBlockPasteText:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockPasteText.tr(),
|
||||
codeBlockAddTwoSpaces:
|
||||
LocaleKeys.settings_shortcuts_commands_codeBlockAddTwoSpaces.tr(),
|
||||
);
|
||||
|
||||
final localizedCodeBlockCommands =
|
||||
|
@ -61,10 +61,11 @@ packages:
|
||||
appflowy_editor_plugins:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: appflowy_editor_plugins
|
||||
sha256: adfafde707a65ec9674bc3edaa8b8d865e065a08a4f653176d5db0c950521cbb
|
||||
url: "https://pub.dev"
|
||||
source: hosted
|
||||
path: "packages/appflowy_editor_plugins"
|
||||
ref: "37f35e77"
|
||||
resolved-ref: "37f35e77aefb1b9a0b872086d156b1b885ba02df"
|
||||
url: "https://github.com/AppFlowy-IO/appflowy-plugins.git"
|
||||
source: git
|
||||
version: "0.0.1"
|
||||
appflowy_popover:
|
||||
dependency: "direct main"
|
||||
|
@ -46,7 +46,12 @@ dependencies:
|
||||
ref: 15a3a50
|
||||
appflowy_result:
|
||||
path: packages/appflowy_result
|
||||
appflowy_editor_plugins: ^0.0.1
|
||||
appflowy_editor_plugins:
|
||||
git:
|
||||
url: https://github.com/AppFlowy-IO/appflowy-plugins.git
|
||||
path: packages/appflowy_editor_plugins
|
||||
ref: "37f35e77"
|
||||
|
||||
appflowy_editor:
|
||||
|
||||
appflowy_popover:
|
||||
|
@ -523,8 +523,9 @@
|
||||
"couldNotSaveErrorMsg": "Could not save shortcuts, Try again",
|
||||
"commands": {
|
||||
"codeBlockNewParagraph": "Insert a new paragraph next to the code block",
|
||||
"codeBlockAddTwoSpaces": "Insert two spaces at the line start in code block",
|
||||
"codeBlockDeleteTwoSpaces": "Delete two spaces at the line start in code block",
|
||||
"codeBlockIndentLines": "Insert two spaces at the line start in code block",
|
||||
"codeBlockOutdentLines": "Delete two spaces at the line start in code block",
|
||||
"codeBlockAddTwoSpaces": "Insert two spaces at the cursor position in code block",
|
||||
"codeBlockSelectAll": "Select all content inside a code block",
|
||||
"codeBlockPasteText": "Paste text in codeblock",
|
||||
"textAlignLeft": "Align text to the left",
|
||||
|
Loading…
Reference in New Issue
Block a user