Skip to content

Commit 84e1821

Browse files
authored
Replace broken link to web-sys crate with docs.rs (#2242)
closes #2241
1 parent 454ed05 commit 84e1821

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

locales/en-US/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ wasm-js-toolchains-description =
5555
5656
wasm-js-interop-heading = Seamless interop
5757
wasm-js-interop-description =
58-
Automatically generate binding code between Rust, WebAssembly, and JavaScript APIs. Take advantage of libraries like <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> that provide pre-packaged bindings for the entire web platform.
58+
Automatically generate binding code between Rust, WebAssembly, and JavaScript APIs. Take advantage of libraries like <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> that provide pre-packaged bindings for the entire web platform.
5959
6060
6161
## Production use (templates/components/what/wasm/production.hbs)

locales/es/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = El sueño de WebAssembly no es eliminar a JavaScri
3838
wasm-js-toolchains-heading = Funciona con las herramientas conocidas
3939
wasm-js-toolchains-description = Publica paquetes de WebAssembly hechos en Rust en registros como npm. Empaqueta y sírvelos con webpack, Parcel u otros. Mantenlos usando <code>npm audit</code> o Greenkeeper.
4040
wasm-js-interop-heading = Interoperación sin trabas
41-
wasm-js-interop-description = Genera código automáticamente que una APIs en Rust, WebAssembly y JavaScript. Aprovecha bibliotecas como <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> que te permiten acceder a toda la plataforma web.
41+
wasm-js-interop-description = Genera código automáticamente que una APIs en Rust, WebAssembly y JavaScript. Aprovecha bibliotecas como <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> que te permiten acceder a toda la plataforma web.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/fr/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = Le rêve de WebAssembly n'est pas d'éliminer Java
3838
wasm-js-toolchains-heading = Fonctionne avec les outils habituels
3939
wasm-js-toolchains-description = Publiez des paquets WebAssembly en Rust dans des dépôts comme npm. Regroupez-les et distribuez-les avec webpack, Parcel et bien d’autres. Maintenez-les avec des outils comme <code>npm audit</code> et Greenkeeper.
4040
wasm-js-interop-heading = Interopérabilité sans accroc
41-
wasm-js-interop-description = Générez automatiquement du code de liaison entre Rust, WebAssembly et l'API JavaScript. Tirez avantage de bibliothèques comme <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> qui fournissent des associations prédéfinies avec l'intégralité de la plateforme web.
41+
wasm-js-interop-description = Générez automatiquement du code de liaison entre Rust, WebAssembly et l'API JavaScript. Tirez avantage de bibliothèques comme <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> qui fournissent des associations prédéfinies avec l'intégralité de la plateforme web.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/it/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = Il sogno del WebAssembly non è far fuori il tuo J
3838
wasm-js-toolchains-heading = Utilizza strumenti familiari
3939
wasm-js-toolchains-description = Pubblica pacchetti Rust in WebAssembly su repository come npm. Crea bundle con webpack, Parcel e altro ancora. Fai manutenzione con strumenti come <code>npm audit</code> e Greenkeeper.
4040
wasm-js-interop-heading = Interoperabilità senza interruzioni
41-
wasm-js-interop-description = Genera automaticamente i binding fra le API Rust, WebAssembly e JavaScript. Approfitta di librerie come <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> che forniscono binding pre-impacchettati per l'intera piattaforma web.
41+
wasm-js-interop-description = Genera automaticamente i binding fra le API Rust, WebAssembly e JavaScript. Approfitta di librerie come <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> che forniscono binding pre-impacchettati per l'intera piattaforma web.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/ja/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssemblyの目的はJavaScriptを終わらせ
3838
wasm-js-toolchains-heading = 一般的なツールチェーンとの連携
3939
wasm-js-toolchains-description = RustのWebAssemblyパッケージはnpmのようなパッケージレジストリに公開できます。webpackやParcelなどをバンドルしてリリースすることもできます。管理には<code>npm audit</code>やGreenkeeperのようなツールが使えます。
4040
wasm-js-interop-heading = シームレスな相互運用
41-
wasm-js-interop-description = RustとWebAssembly、JavaScript API間をバインドするコードは自動生成できます。<a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>のようなライブラリを使えば、各ウェブプラットフォームへのバインディングをパッケージ済みの状態で提供することもできます。
41+
wasm-js-interop-description = RustとWebAssembly、JavaScript API間をバインドするコードは自動生成できます。<a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>のようなライブラリを使えば、各ウェブプラットフォームへのバインディングをパッケージ済みの状態で提供することもできます。
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/ko/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ wasm-get-started-mdn-link = 알아보기
2626
wasm-js-augment-heading = 대체하지 않고 강화합니다
2727
wasm-js-augment-description = WebAssembly는 JavaScript의 대체가 아니라 협력을 목표로 하며, 무거운 작업이나 저수준의 작업을 돕습니다. Rust는 성능에 집중하기에 이런 작업에 이점이 있습니다.
2828
wasm-js-toolchains-heading = 친숙한 툴체인과 함께 작동합니다
29-
wasm-js-interop-description = Rust, WebAssembly, JavaScript API 간의 바인딩 코드가 자동으로 생성됩니다. 미리 패키지된 바인딩을 웹 플랫폼 전체에 제공하는 <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>와 같은 라이브러리의 혜택을 누리세요.
29+
wasm-js-interop-description = Rust, WebAssembly, JavaScript API 간의 바인딩 코드가 자동으로 생성됩니다. 미리 패키지된 바인딩을 웹 플랫폼 전체에 제공하는 <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>와 같은 라이브러리의 혜택을 누리세요.
3030
3131
## Production use (templates/components/what/wasm/production.hbs)
3232

locales/pt-BR/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = O sonho do WebAssembly não é acabar com o JavaSc
3838
wasm-js-toolchains-heading = Funciona com conjunto de ferramentas familiares
3939
wasm-js-toolchains-description = Publique pacotes de Rust WebAssembly em registros de pacotes como npm. Integre com o webpack, Parcel, e outros. Mantenha seus pacote com ferramentas como <code>npm audit</code> e Greenkeeper.
4040
wasm-js-interop-heading = Interoperabilidade homogênea
41-
wasm-js-interop-description = Gere automaticamente integração entre Rust, WebAssembly, e JavaScript. Aproveite de bibliotecas como <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> que provê integrações pré-empacotadas para toda a plataforma web.
41+
wasm-js-interop-description = Gere automaticamente integração entre Rust, WebAssembly, e JavaScript. Aproveite de bibliotecas como <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> que provê integrações pré-empacotadas para toda a plataforma web.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/ru/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = Мечта WebAssembly &mdash; не убить Jav
3838
wasm-js-toolchains-heading = Работает с привычным набором инструментов
3939
wasm-js-toolchains-description = Публикуйте пакеты WebAssembly, созданные с Rust, в реестр пакетов, такой как npm. Упаковывайте и отправляйте их с webpack, Parcel и подобными. Поддерживайте их с помощью таких инструментов, как <code>npm audit</code> и Greenkeeper.
4040
wasm-js-interop-heading = Бесшовная совместимость
41-
wasm-js-interop-description = Автоматически создавайте кодовые привязки между Rust, WebAssembly и JavaScript API. Получите преимущества таких библиотек, как <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a>, предоставляющих предварительно упакованные привязки для всех web-платформ.
41+
wasm-js-interop-description = Автоматически создавайте кодовые привязки между Rust, WebAssembly и JavaScript API. Получите преимущества таких библиотек, как <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a>, предоставляющих предварительно упакованные привязки для всех web-платформ.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/tr/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssembly'nin hayali, JavaScript'i öldürmek de
3838
wasm-js-toolchains-heading = Bilinen alet zincirleriyle çalışır
3939
wasm-js-toolchains-description = Rust WebAssembly paketlerini npm gibi paket kayıtlarında paylaşın. Paketleyin ve webpack, Parcel vb. kullanarak dağıtın. <code>npm audit</code> ve Greenkeeper gibi araçlarla devamlılığını sağlayın.
4040
wasm-js-interop-heading = Kesintisiz birlikte çalışma
41-
wasm-js-interop-description = Rust, WebAssembly ve JavaScript UPA'ları arasında otomatik olarak kodları bağlayın. <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code> gibi bütün web platformu için önceden paketlenmiş bağlantıları sağlayan kütüphanelerin avantajından yararlanın.
41+
wasm-js-interop-description = Rust, WebAssembly ve JavaScript UPA'ları arasında otomatik olarak kodları bağlayın. <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code> gibi bütün web platformu için önceden paketlenmiş bağlantıları sağlayan kütüphanelerin avantajından yararlanın.
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

locales/zh-CN/wasm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ wasm-js-augment-description = WebAssembly 的梦想不是扼杀 JavaScript,而
3838
wasm-js-toolchains-heading = 友好的工具链
3939
wasm-js-toolchains-description = 您可以将 Rust WebAssembly 包发布到 npm 之类的包仓储中心上。使用 webpack、Parcel 或其它工具来打包并分发它们。使用 <code>npm audit</code> 之类的工具和 Greenkeeper 来维护它们。
4040
wasm-js-interop-heading = 无缝的互操作性
41-
wasm-js-interop-description = 自动生成 Rust、WebAssembly 和 JavaScript API 之间的绑定代码。充分利用 <a href="https://rustwasm.github.io/wasm-bindgen/web-sys/index.html"><code>web-sys</code></a> 之类的库为整个 Web 平台提供预打包的绑定。
41+
wasm-js-interop-description = 自动生成 Rust、WebAssembly 和 JavaScript API 之间的绑定代码。充分利用 <a href="https://docs.rs/web-sys/latest/web_sys/"><code>web-sys</code></a> 之类的库为整个 Web 平台提供预打包的绑定。
4242
4343
## Production use (templates/components/what/wasm/production.hbs)
4444

0 commit comments

Comments
 (0)