Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fcitx5
Submodule fcitx5 updated 20 files
+1,852 −1,852 po/ca.po
+2,189 −2,189 po/da.po
+2,184 −2,184 po/de.po
+1,612 −1,612 po/es.po
+1,610 −1,610 po/fcitx5.pot
+2,393 −2,406 po/fr.po
+1,676 −1,676 po/he.po
+86 −86 po/ja.po
+2,045 −2,045 po/ka.po
+50 −60 po/ko.po
+85 −85 po/ru.po
+2,160 −2,167 po/vi.po
+78 −78 po/zh_CN.po
+2,313 −2,320 po/zh_TW.po
+2 −2 src/im/keyboard/keyboard.h
+90 −5 src/lib/fcitx/candidatelist.cpp
+75 −0 src/lib/fcitx/candidatelist.h
+6 −5 src/lib/fcitx/globalconfig.cpp
+9 −7 src/modules/wayland/waylandmodule.cpp
+158 −0 test/testcandidatelist.cpp
2 changes: 1 addition & 1 deletion fcitx5-keyboard-web
2 changes: 1 addition & 1 deletion fcitx5-webview
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@playwright/test": "1.59.1",
"@types/node": "^25.6.0",
"@antfu/eslint-config": "^9.0.0",
"@playwright/test": "1.60.0",
"@types/node": "^25.9.1",
"@types/uzip": "^0.20201231.2",
"error-stack-parser": "^2.1.4",
"esbuild": "^0.28.0",
"eslint": "^10.2.0",
"eslint": "^10.4.0",
"fcitx5-keyboard-web": "link:fcitx5-keyboard-web",
"serve": "^14.2.6",
"textarea-caret": "^3.1.0",
"typescript": "^6.0.2",
"typescript": "^6.0.3",
"uzip": "^0.20201231.0"
}
}
2 changes: 2 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
allowBuilds:
esbuild: true
Loading