Skip to content

Commit

Permalink
i18(zh-cn): translation for Linux Bundle (#1828)
Browse files Browse the repository at this point in the history
* i18(zh-cn): translation for Linux Bundle

* i18(zh-cn, ko, it, fr): 2024 update for homepage
  • Loading branch information
cnlancehu authored Feb 2, 2024
1 parent c5545ab commit 548e7e0
Show file tree
Hide file tree
Showing 6 changed files with 264 additions and 24 deletions.
2 changes: 1 addition & 1 deletion i18n/fr/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "The label of footer link with label=Awesome Tauri linking to https://github.com/tauri-apps/awesome-tauri"
},
"copyright": {
"message": "Copyright © 2023 Tauri Contributors. CC-BY / MIT",
"message": "Copyright © 2024 Tauri Contributors. CC-BY / MIT",
"description": "The footer copyright"
}
}
2 changes: 1 addition & 1 deletion i18n/it/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "The label of footer link with label=Awesome Tauri linking to https://github.com/tauri-apps/awesome-tauri"
},
"copyright": {
"message": "Copyright © 2023 Tauri Contributors. CC-BY / MIT",
"message": "Copyright © 2024 Tauri Contributors. CC-BY / MIT",
"description": "The footer copyright"
}
}
2 changes: 1 addition & 1 deletion i18n/ko/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"description": "The label of footer link with label=Awesome Tauri linking to https://github.com/tauri-apps/awesome-tauri"
},
"copyright": {
"message": "Copyright © 2023 Tauri Contributors. CC-BY / MIT",
"message": "Copyright © 2024 Tauri Contributors. CC-BY / MIT",
"description": "The footer copyright"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import Command from '@theme/Command'

To build and bundle your Tauri application into a single executable simply run the following command:
要将 Tauri 应用程序编译并捆绑到一个可执行文件中,只需运行以下命令即可:

<Command name="build" />

It will build your frontend (if configured, see [`beforeBuildCommand`][beforebuildcommand]), compile the Rust binary, collect all external binaries and resources and finally produce neat platform-specific bundles and installers.
它将构建你的前端(如果已配置,请参阅 [`beforeBuildCommand`][beforebuildcommand]),编译 Rust 二进制文件,收集所有外部二进制文件和资源,最后生成整齐的特定平台捆绑包和安装包。

[beforebuildcommand]: ../../api/config.md#buildconfig.beforebuildcommand
Loading

0 comments on commit 548e7e0

Please sign in to comment.