Skip to content

Deploy #2033

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Sep 4, 2024
Merged

Deploy #2033

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
89 changes: 56 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rocket = "0.5.1"
rocket_dyn_templates = { version = "0.2.0", features = ["handlebars"] }
serde = { version = "1.0", features = ["derive"] }
sass-rs = "0.2.1"
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.7", features = ["json"] }
toml = "0.8"
serde_json = "1.0"
rust_team_data = { git = "https://github.com/rust-lang/team" }
Expand Down
2 changes: 2 additions & 0 deletions locales/fr/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ install-other-methods-link = En apprendre plus
## components/tools/rustup.hbs

tools-rustup-unixy = Il semblerait que vous utilisez macOS, Linux ou un autre OS de type UNIX. Pour télécharger Rustup et installer Rust, exécutez la commande suivante dans votre terminal, puis suivez les instructions à l'écran.
tools-rustup-windows-2 = Il semblerait que vous utilisez Windows. Pour commencer à utiliser Rust, téléchargez l'installeur, puis exécutez-le et suivez les instructions à l'écran. Vous pourriez avoir besoin d'installer les <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/">outils Visual Studio C++ Build</a> lorsque cela vous sera demandé. Si vous n'utilisez pas Windows, consultez les <a href="https://forge.rust-lang.org/infra/other-installation-methods.html">"autres méthodes d'installation"</a>.
tools-rustup-wsl-heading = Sous-système Windows pour Linux
tools-rustup-wsl = Si vous êtes un utilisateur du sous-système Windows pour Linux, exécutez la commande suivante dans votre terminal, puis suivez les instructions à l'écran.
tools-rustup-unknown = Rust fonctionne sur Windows, Linux, macOS, FreeBSD et NetBSD. Si vous êtes sur une de ces plateformes et voyez ceci, veuillez rapporter une erreur avec les valeur suivantes :
Expand All @@ -101,6 +102,7 @@ tools-rustup-manual-windows = Si vous êtes sous Windows,<br> téléchargez et e
tools-rustup-manual-default = Pour installer Rust, si vous utilisez un Unix comme le WSL, Linux ou macOS,<br> exécutez la commande suivante dans votre terminal, puis suivez les instructions à l'écran.
tools-rustup-manual-default-windows = Si vous utilisez Windows,<br> téléchargez et exécutez <a href="https://win.rustup.rs">rustup‑init.exe</a>, puis suivez les instructions à l'écran.


## components/tools/editors.hbs

tools-editor-vscode = VS Code
Expand Down
2 changes: 1 addition & 1 deletion templates/components/tools/rustup.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</div>
</div>
<br/>
<a href="https://github.com/rust-lang/www.rust-lang.org/issues/new" class="button button-secondary">{{fluent "tools-rustup-report"}}</a>
<a href="https://github.com/rust-lang/www.rust-lang.org/issues/new?title=Unrecognized%20platform&body=navigator.platform%3A%20_please%20fill%20out_%0Anavigator.appVersion%3A%20_please%20fill%20out_%0A%0AThe%20website%20did%20not%20recognize%20the%20platform%20I%27m%20on%2C%20so%20I%20am%20unable%20to%20install%20rustup." class="button button-secondary">{{fluent "tools-rustup-report"}}</a>
<hr/>
<div>
<p>
Expand Down
6 changes: 3 additions & 3 deletions templates/components/what/wasm/production.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</header>
<div class="testimonials">
<div class="testimonial flex flex-row">
<div class="w-30-l tc pa5">
<div class="w-30-l tc pa5 dn db-l">
<img src="/static/images/user-logos/cloudflare.svg" alt="{{fluent "wasm-production-cloudflare-alt"}}" />
</div>
<div class="w-70-l">
Expand All @@ -27,14 +27,14 @@
&ndash; {{fluent "wasm-production-mozilla-attribution" href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/"}}
</p>
</div>
<div class="w-30-l tc pa3">
<div class="w-20-l tc pa3 dn db-l">
<a href="https://hacks.mozilla.org/2018/01/oxidizing-source-maps-with-rust-and-webassembly/" class="db">
<img src="/static/images/firefox.png" alt="{{fluent "wasm-production-mozilla-alt"}}" />
</a>
</div>
</div>
<div class="testimonial flex flex-row">
<div class="w-30-l tc pa5">
<div class="w-30-l tc pa5 dn db-l">
<img src="/static/images/dropbox.svg" alt="{{fluent "wasm-production-dropbox-alt"}}" />
</div>
<div class="w-70-l">
Expand Down
Loading