1234567891011121314151617181920212223242526272829303132333435363738394041 |
- lang = "en"
- EnableGlobalCommand = false
- DBType = "sqlite3"
- DBPath = "test.db"
- displayTime = "UTC+8"
- [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 = "找不到"
|