Skip to content

Commit 247d332

Browse files
committed
Fix some typos
1 parent 5aa5bcc commit 247d332

File tree

5 files changed

+23
-8
lines changed

5 files changed

+23
-8
lines changed

docs/faq.en.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,27 @@ Some frequently asked questions.
66

77
Take importing [zhengma](https://github.com/fcitx/fcitx5-table-extra) as an example:
88

9-
1. Obtain `zhengma.conf` and `zhengma.main.dict`
9+
1. Obtain `zhengma.conf` and `zhengma.dict`
1010
2. Copy `zhengma.dict` to `/Android/data/org.fcitx.fcitx5.android/files/data/table/`
1111
3. In `zhengma.conf`, change the path specified after `[Table] File=` to `table/zhengma.dict`
1212
4. Copy modified `zhengma.conf` to `/Android/data/org.fcitx.fcitx5.android/files/data/inputmethod/`
1313

1414
!!! warning
1515

16-
Above paths may not apply if you configured [work profile](https://developer.android.com/work/versions/android-11#work).
16+
Above absolute paths may not apply if you configured [work profile](https://developer.android.com/work/versions/android-11#work).
1717
We recommend using the builtin file manager (via DocumentsUI) to manage the data of Fcitx5 for Android.
1818

1919
!!! note
2020

21-
Create `table` and `data` directories if they don't exist.
21+
Create directories if they don't exist.
2222

2323
## How to remove input method entry
2424

2525
Swipe left on the entry until the backgournd changes to red with a trash can icon.
2626

27-
The same operation applies to other list-like UI, such as pinyin dictionary, punctuation mapping, etc.
27+
!!! hint
28+
29+
The same operation applies to other list-like UI, such as pinyin dictionary, punctuation mapping, etc.
2830

2931
## How to adjust the order of input methods
3032

@@ -38,6 +40,7 @@ you can move the cursor to the desired position directly by clicking.
3840
!!! hint
3941

4042
This is useful when composing long sentences or modifying already entered contents.
43+
4144
!!! note
4245

4346
To make preedit shows in application, enable *Show preedit in application* in *Global Options* and *Pinyin*. Then, disable *Ignore system cursor position* in *Behavior*.

docs/faq.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
以导入[郑码](https://github.com/fcitx/fcitx5-table-extra)为例:
88

9-
1. 获取 `zhengma.conf``zhengma.main.dict` 两个文件
9+
1. 获取 `zhengma.conf``zhengma.dict` 两个文件
1010
2.`zhengma.dict` 添加至 `/Android/data/org.fcitx.fcitx5.android/files/data/table/` 目录
1111
3.`zhengma.conf``[Table] File=` 的路径改为 `table/zhengma.dict`
1212
4. 将修改好的 `zhengma.conf` 添加至 `/Android/data/org.fcitx.fcitx5.android/files/data/inputmethod/` 目录
@@ -18,13 +18,15 @@
1818

1919
!!! note
2020

21-
若 `table` 或 `data` 目录不存在,请创建。
21+
若上述目录不存在,请创建。
2222

2323
## 如何移除输入法
2424

2525
向左滑动条目,直至其背景变为带有垃圾桶图标的红色。
2626

27-
同样的操作适用于其他类似的、具有列表结构界面设计,例如拼音词典、标点映射等等。
27+
!!! hint
28+
29+
同样的操作适用于其他类似的、具有列表结构界面设计,例如拼音词典、标点映射等等。
2830

2931
## 如何调整输入法顺序
3032

docs/privacy.en.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
16
# Privacy
27

38
`fcitx5-android` does not require internect access and does not collect any personal data.

docs/privacy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
hide:
3+
- navigation
4+
---
5+
16
# 隐私策略
27

38
`fcitx5-android` 不要求联网权限,也不收集任何个人信息。

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repo_url: https://github.com/fcitx5-android/fcitx5-android
2020

2121
edit_uri: https://github.com/fcitx5-android/fcitx5-android.github.io/edit/master/docs/
2222

23-
copyright: Copyright © 2022 Fcitx5 for Android Team
23+
copyright: Copyright © 2022 Fcitx5 for Android Contributors
2424

2525
extra:
2626
social:

0 commit comments

Comments
 (0)