-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uploading latest changes from @ismoilovdevml
- Loading branch information
Showing
215 changed files
with
112,896 additions
and
19,642 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Translations | ||
po/da.po @mgeisler | ||
po/da.po @mgeisler @voss @thedataking | ||
po/de.po @ronaldfw @fechu | ||
po/el.po @Mandragorian | ||
po/es.po @deavid | ||
po/fr.po @sakex @lb034582341 | ||
po/it.po @detro @nicomazz @bznein | ||
po/ko.po @jiyongp @jooyunghan | ||
po/pt-BR.po @rastringer @hugojacob |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
name: Install mdbook and dependencies | ||
|
||
description: Install the mdbook with the dependencies we need. | ||
description: Install mdbook with the dependencies we need. | ||
|
||
runs: | ||
using: composite | ||
steps: | ||
# The --locked flag is important for reproducible builds. It also | ||
# avoids breakage due to skews between mdbook and mdbook-svgbob. | ||
- name: Install mdbook | ||
run: cargo install mdbook --locked --version 0.4.25 | ||
run: cargo install mdbook --locked --version 0.4.28 | ||
shell: bash | ||
|
||
- name: Install mdbook-svgbob | ||
run: cargo install mdbook-svgbob --locked --version 0.2.1 | ||
shell: bash | ||
|
||
- name: Install i18n-helpers | ||
run: cargo install --path i18n-helpers --locked | ||
- name: Install mdbook-i18n-helpers | ||
run: cargo install mdbook-i18n-helpers --locked --version 0.1.0 | ||
shell: bash | ||
|
||
- name: Install exerciser | ||
run: cargo install --path mdbook-exerciser --locked | ||
shell: bash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# Build artifacts | ||
/book/ | ||
target/ | ||
*.bin | ||
|
||
# Translation artifacts | ||
po/messages.pot | ||
po/*.mo | ||
|
||
# macOS artifacts | ||
.DS_Store | ||
|
||
# Jetbrains IDEs project files | ||
.idea/ | ||
.iml | ||
.iws |
Oops, something went wrong.