Skip to content

Commit

Permalink
feat: rebuild data layer
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Nov 27, 2024
1 parent b1bdff0 commit f1b1ccc
Show file tree
Hide file tree
Showing 85 changed files with 12,096 additions and 7,277 deletions.
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ format:
dart format .

generate_dart:
dart run build_runner build
dart run build_runner build

generate: generate_rust_bridge generate_dart

watch:
dart run build_runner watch
2 changes: 2 additions & 0 deletions l10n_arb/intl_zh_CN.arb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
"launcherError": "启动器错误",
"scanningLocalFiles": "正在扫描本地文件",
"newApplicationFound": "发现 {number} 个新应用",
"importingCommonApplications": "正在导入应用程序",
"importCommonApplicationFinished": "导入应用程序完成,成功 {success} 个,失败 {failed} 个。",
"importingSteamApplications": "正在导入Steam应用程序",
"importSteamApplicationFinished": "导入Steam应用程序完成,成功 {success} 个,失败 {failed} 个。",
"noAppInLibrary": "库中没有应用",
Expand Down
Loading

0 comments on commit f1b1ccc

Please sign in to comment.