default.json 659 B

1234567891011121314151617181920
  1. {
  2. "_ui.lang": ["en", "zh-hans", "zh-hant"],
  3. "ui.lang": ["en", "zh-hans", "zh-hant", "si", "my"],
  4. "_studio.translation.lang": ["en", "zh-hans", "zh-hant", "si", "my"],
  5. "studio.translation.lang": ["en", "zh-hans", "zh-hant"],
  6. "_dict.lang": ["en", "zh", "zh-hans", "zh-hant", "si"],
  7. "dict.lang": ["zh", "en"],
  8. "_dict.list": [
  9. {
  10. "id": "regular",
  11. "name": "dict_sys_regular",
  12. "table": "/system/sys_regular.db"
  13. },
  14. { "id": "bhmf", "table": "bhmf.db" },
  15. { "id": "bhmf", "table": "bhmf.db" },
  16. { "id": "bhmf", "table": "bhmf.db" }
  17. ],
  18. "dict.whitelist": ["@kosalla", "@mine"],
  19. "dict.blacklist": ["@all", "bhmf"]
  20. }