diff --git a/_i18n/de.yml b/_i18n/de.yml index 9ca483c0d5..a55d0ea851 100644 --- a/_i18n/de.yml +++ b/_i18n/de.yml @@ -1,5 +1,6 @@ meta: description: Spielentwicklung in 2D & 3D, für platt­form­über­grei­fende Projekte sowie VR Ideen! + dir: ltr header: features: Funktionen showcase: Galerie diff --git a/_i18n/en.yml b/_i18n/en.yml index 2a5cd3c496..0d5b12ae86 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -1,5 +1,6 @@ meta: description: Develop your 2D & 3D games, cross-platform projects, or even XR ideas! + dir: ltr header: features: Features showcase: Showcase diff --git a/_i18n/es.yml b/_i18n/es.yml index 629a22552b..048effabd1 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -1,5 +1,6 @@ meta: description: Desarrolla tus juegos 2D y 3D, proyectos multiplataforma o incluso XR + dir: ltr header: features: Funciones showcase: Creaciones diff --git a/_i18n/fr.yml b/_i18n/fr.yml index f6163f48c5..0b6d14c7c7 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -1,5 +1,6 @@ meta: description: Développez vos jeux en 2D et 3D, des projets cross-plateformes ou même des applications XR ! + dir: ltr header: features: Fonctions showcase: Vitrine diff --git a/_i18n/ko.yml b/_i18n/ko.yml index ed719743fc..1c8832c037 100644 --- a/_i18n/ko.yml +++ b/_i18n/ko.yml @@ -1,5 +1,6 @@ meta: description: 2D 및 3D 게임, 크로스 플랫폼 프로젝트, 또는 XR 아이디어까지 개발하세요! + dir: ltr header: features: 기능 showcase: 쇼케이스 diff --git a/_i18n/zh-cn.yml b/_i18n/zh-cn.yml index 44ec148ce0..8c1f53defa 100644 --- a/_i18n/zh-cn.yml +++ b/_i18n/zh-cn.yml @@ -1,5 +1,6 @@ meta: description: 开发你的 2D & 3D 游戏,跨平台项目,甚至是 XR 创意! + dir: ltr header: features: 特性 showcase: 展示 diff --git a/_i18n/zh-tw.yml b/_i18n/zh-tw.yml index 3b841b3fb5..cc01a7b0b0 100644 --- a/_i18n/zh-tw.yml +++ b/_i18n/zh-tw.yml @@ -1,5 +1,6 @@ meta: description: 開發你的 2D 與 3D 遊戲,跨平台專案,甚至是 XR 創意! + dir: ltr header: features: 特性 showcase: 展示 diff --git a/_layouts/default.html b/_layouts/default.html index ffc70cdae1..8c336033a1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + diff --git a/assets/css/main.scss b/assets/css/main.scss index 6cd66df02a..0b861bccdd 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -637,6 +637,10 @@ p.small { position: relative; left: 3px; } +html[dir="rtl"] .btn.btn-download > .download-hint { + border-radius: var(--button-border-radius) 0 0 var(--button-border-radius); + left: -3px; +} .date-big { font-size: 64px; diff --git a/pages/home.html b/pages/home.html index c376cac6bb..0f9a76d6e6 100644 --- a/pages/home.html +++ b/pages/home.html @@ -239,7 +239,7 @@

{% t home.h1 %}

{% t home.latest_news %}

-
+
{% assign latest_posts = site.article | sort:"date" | reverse %} {% for post in latest_posts limit:1 %}