Skip to content
Merged

Deploy #1660

2 changes: 1 addition & 1 deletion locales/de/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

tools-page-title = Werkzeuge
tools-editor-support-heading = Erstklassige Editor-Unterstützung
tools-editor-support-description = Egal ob du gerne auf der Kommandozeile arbeitest, oder lieber einen mächtigen grafischen Editor verwendest, es gibt eine Integration für deinen Lieblingseditor. Oder du kannst deine Eigene bauen mithilfe des <a href="https://github.com/rust-analyzer/rust-analyzer">Rust Analyzer</a>.
tools-editor-support-description = Egal ob du gerne auf der Kommandozeile arbeitest, oder lieber einen mächtigen grafischen Editor verwendest, es gibt eine Integration für deinen Lieblingseditor. Oder du kannst deine Eigene bauen mithilfe von <a href="https://github.com/rust-analyzer/rust-analyzer">rust-analyzer</a>.
tools-build-install-heading = Installieren
tools-build-install-description = Unter den zehntausenden Paketen auf <a href="https://crates.io">crates.io</a> findest du sehr wahrscheinlich die Lösung, nach der du suchst. Stehe auf den Schultern von Riesen und bringe dein Team von Neuerfindung zu Innovation.
tools-build-test-heading = Testen
Expand Down
82 changes: 0 additions & 82 deletions locales/en-US/media-guide.ftl

This file was deleted.

2 changes: 1 addition & 1 deletion locales/en-US/teams.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ governance-team-community-survey-name = Survey team
governance-team-community-survey-description = Running, analysing, and presenting the community survey
governance-team-ides-name = IDEs and editors team
governance-team-ides-description = Developing IDEs, editors, and other development tools such as Racer and the RLS
governance-team-ides-description = Developing IDEs, editors, and other development tools such as Racer and rust-analyzer
governance-team-wg-rustfix-name = Rustfix working group
governance-team-wg-rustfix-description = Developing cargo-fix and serving as a point of contact for other teams
Expand Down
2 changes: 1 addition & 1 deletion locales/en-US/tools.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tools-editor-support-heading = First-class editor support
tools-editor-support-description = Whether you prefer working with code from the
command line, or using rich graphical editors, there’s a Rust
integration available for your editor of choice. Or you can build your
own using the <a href="https://github.com/rust-analyzer/rust-analyzer">Rust Analyzer</a>.
own using <a href="https://github.com/rust-analyzer/rust-analyzer">rust-analyzer</a>.
tools-build-heading = Bring calmness to your builds
tools-build-description = Cargo is the build tool for Rust. It bundles all
Expand Down
Loading