123456789101112131415161718192021222324252627282930313233343536 |
- lang = "en"
- listStyle = "tree"
- EnableGlobalCommand = false
- DBType = "sqlite3"
- DBPath = "test.db"
- [Database]
- type = "sqlite3"
- path = "test.db"
- [command-help]
- en = """
- Help texts in en
- """
- zh-s = """
- Help texts in zh-s
- """
- [could-not-find]
- en = "could not find"
- zh-s = "找不到"
|