Chinese pages: remove space in More info link (#6305)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# cmd
|
||||
|
||||
> Android 服务管理器。
|
||||
> 更多信息见: <https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||
> 更多信息:<https://cs.android.com/android/platform/superproject/+/master:frameworks/native/cmds/cmd/>.
|
||||
|
||||
- 列出所有正在运行的服务:
|
||||
|
||||
|
3
scripts/set-more-info-link.py
Normal file → Executable file
3
scripts/set-more-info-link.py
Normal file → Executable file
@@ -78,6 +78,9 @@ def set_link(file, link):
|
||||
locale = 'en'
|
||||
|
||||
# build new line
|
||||
if locale == "zh" or locale == "zh_TW":
|
||||
new_line = f'> {labels[locale]}<{link}>.\n'
|
||||
else:
|
||||
new_line = f'> {labels[locale]} <{link}>.\n'
|
||||
|
||||
if lines[desc_end] == new_line:
|
||||
|
Reference in New Issue
Block a user