Skip to content

Commit e55c0d6

Browse files
committed
🎨 Supports local shorthands on Android siyuan-note/siyuan#14414
1 parent 17bb625 commit e55c0d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/src/main/res/values-zh/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="shortcut_shorthand">闪念速记</string>
4-
<string name="enter_your_text">请输入文本,提交后打开思源,点击笔记本旁边的闪电按钮,将所有闪念速记合并创建一个以时间命名的新文档</string>
4+
<string name="enter_your_text">请输入文本,提交后打开思源,点击笔记本旁边的闪电按钮,将闪念速记创建一个以时间命名的新文档</string>
55
<string name="submit">提交</string>
66
<string name="add_to_home">添加到桌面</string>
77
<string name="add_to_home_success">快捷方式添加到桌面成功</string>

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="shortcut_shorthand">Flash shorthand</string>
4-
<string name="enter_your_text">Please enter the text, submit it, then open SiYuan, click the lightning button next to the notebook, and all the shorthands will be merged to create a new doc named after the time</string>
4+
<string name="enter_your_text">Please enter the text, submit it, then open SiYuan, click the lightning button next to the notebook, and the shorthands will create a new doc named after the time</string>
55
<string name="submit">Submit</string>
66
<string name="add_to_home">Add to Home</string>
77
<string name="add_to_home_success">Added to home successfully</string>

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
33
ext {
4-
siyuanVersionCode = 267
4+
siyuanVersionCode = 268
55
siyuanVersionName = "3.1.26"
66
}
77
repositories {

0 commit comments

Comments
 (0)