This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| GitHub 连接器功能演示 - 多语言版本 | |
| 通过 Manus GitHub 连接器自动创建 | |
| """ | |
| GREETINGS = { | |
| "en": "Hello", | |
| "zh": "你好", | |
| "ja": "こんにちは", | |
| "fr": "Bonjour", |