Skip to content

Commit 756c05d

Browse files
committed
add language change
1 parent 93e7e81 commit 756c05d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/en/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'TuyaOpen 开发指南'
10-
copyright = '2025, 杭州涂鸦信息技术有限公司'
9+
project = 'TuyaOpen Development Guide'
10+
copyright = '2021-%Y, Tuya Inc'
1111
author = 'Tuya'
1212
release = '1.2.0'
1313

@@ -19,7 +19,7 @@
1919
templates_path = ['_templates']
2020
exclude_patterns = []
2121

22-
language = 'zh_CN'
22+
language = 'en'
2323

2424
html_logo = '../images/TuyaOpen.png'
2525

docs/zh/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

99
project = 'TuyaOpen 开发指南'
10-
copyright = '2021-2025, 杭州涂鸦信息技术有限公司'
10+
copyright = '2021-%Y, 杭州涂鸦信息技术有限公司'
1111
author = 'Tuya'
1212
release = '1.2.0'
1313

0 commit comments

Comments
 (0)