123456789101112131415161718192021222324252627282930 |
- lang = "en"
- [Database]
- type = "sqlite3"
- path = "test.db"
- EnableGlobalCommand = false
- listBoardStyle = "tree"
- [commands]
- en = """
- """
- zh-s = """
- """
- [could-not-find]
- en = "could not find"
- zh-s = "找不到"
|