mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-08 16:00:36 -07:00
* fix: sub workspace not synced * feat: show icon on unpushed commit, and refactor git ops to single method * feat: i18n for sync snackbar * refactor: split src/windows/GitLog/index.tsx * fix: build oom * Update release.yml
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"cSpell.words": [
|
|
"addprefix",
|
|
"Asyncify",
|
|
"Autolayout",
|
|
"autolayouter",
|
|
"commandpalette",
|
|
"dugite",
|
|
"fullscreenable",
|
|
"gitee",
|
|
"HTTPAPI",
|
|
"IIFE",
|
|
"Layouter",
|
|
"maximizable",
|
|
"minimizable",
|
|
"osascript",
|
|
"Rwkv",
|
|
"submenu",
|
|
"subwiki",
|
|
"subwiki's",
|
|
"tagtree",
|
|
"tiddlygit",
|
|
"tiddlywiki's",
|
|
"tidgi",
|
|
"unpushed",
|
|
"wouter"
|
|
],
|
|
"i18n-ally.sourceLanguage": "zh-Hans",
|
|
"i18n-ally.localesPaths": "localization/locales",
|
|
"i18n-ally.namespace": false,
|
|
"i18n-ally.review.user.name": "{locale}/{namespaces}.json",
|
|
"i18n-ally.enabledFrameworks": ["i18next", "react"],
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keepFulfilled": true,
|
|
"i18n-ally.localeCountryMap": {
|
|
"en": "br", // show UK's flag instead of US's
|
|
"zh": "cn", // show Chinese flag for 'zh'
|
|
"ko": "ko" // show Korean flag for 'ko'
|
|
},
|
|
"i18n-ally.keySeparator": ".",
|
|
"prettier.printWidth": 160,
|
|
"i18n-ally.keystyle": "nested",
|
|
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?"
|
|
}
|