diff --git a/crowdin.yaml b/crowdin.yaml index 62168ddae..a5efc3e55 100644 --- a/crowdin.yaml +++ b/crowdin.yaml @@ -9,3 +9,5 @@ files: translation: /docs/.vuepress/i18n/i18n/%locale_with_underscore%.js - source: /docs/.vuepress/i18n/themeConfig/en_US.js translation: /docs/.vuepress/i18n/themeConfig/%locale_with_underscore%.js + - source: /docs/.vuepress/public/assets/images/sdroot/en_US.png + translation: /docs/.vuepress/public/assets/images/sdroot/%locale_with_underscore%.png diff --git a/docs/.vuepress/public/assets/images/wherestheroot.png b/docs/.vuepress/public/assets/images/sdroot/en_US.png similarity index 100% rename from docs/.vuepress/public/assets/images/wherestheroot.png rename to docs/.vuepress/public/assets/images/sdroot/en_US.png diff --git a/docs/.vuepress/public/assets/images/sdrootspanish.png b/docs/.vuepress/public/assets/images/sdroot/es_ES.png similarity index 100% rename from docs/.vuepress/public/assets/images/sdrootspanish.png rename to docs/.vuepress/public/assets/images/sdroot/es_ES.png diff --git a/docs/.vuepress/vuepress-theme b/docs/.vuepress/vuepress-theme index 43cb78e18..3de1de984 160000 --- a/docs/.vuepress/vuepress-theme +++ b/docs/.vuepress/vuepress-theme @@ -1 +1 @@ -Subproject commit 43cb78e183f98fe3d6e314e0d7afe8b0aee3912a +Subproject commit 3de1de984c4b0c0a5c8c37a8859962999aa54591 diff --git a/docs/es_ES/get-started.md b/docs/es_ES/get-started.md index 650f8c581..19d621140 100644 --- a/docs/es_ES/get-started.md +++ b/docs/es_ES/get-started.md @@ -30,7 +30,7 @@ Asegúrate de que tu tarjeta SD esté [formateada correctamente](sd-card-setup.h ::: tip -Si no sabes qué carpeta es la carpeta raíz, echa un vistazo a [esta imagen](https://cdn.discordapp.com/attachments/744649302567157800/1070786885015834695/sdrootspanish.png) +Si no sabes qué carpeta es la carpeta raíz, echa un vistazo a [esta imagen](/assets/images/sdroot/es_ES.png) ::: diff --git a/docs/get-started.md b/docs/get-started.md index cad82f8d0..2ded0b4f3 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -30,7 +30,7 @@ Ensure your SD card is [formatted correctly](sd-card-setup.html). ::: tip -Unsure what the SD "root" is? [See this image](/assets/images/sdroot.png) +Unsure what the SD "root" is? [See this image](/assets/images/sdroot/en_US.png) :::