Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for Traditional Chinese #168

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ const SMART_TRANSLATION = {
"prompt": "Sulla base degli appunti",
"initial_message": "Ciao, sono ChatGPT e ho accesso ai tuoi appunti tramite Smart Connections. Fatemi una domanda sui vostri appunti e cercherò di rispondervi.",
},
"zh-TW": {
"pronous": ["我", "我的", "我們", "我們的"],
"prompt": "根據您的筆記",
"initial_message": "嗨,我是ChatGPT,可以透過Smart Connections來查看您的筆記喔。如果您有關於筆記的問題,隨時可以問我,我會盡力回答您。",
},

}

class SmartConnectionsPlugin extends Obsidian.Plugin {
Expand Down Expand Up @@ -4013,4 +4019,4 @@ class ScStreamer {
}
}

module.exports = SmartConnectionsPlugin;
module.exports = SmartConnectionsPlugin;