From 081f6a766faf2962c9169a79f757221bbe730652 Mon Sep 17 00:00:00 2001 From: Nikolay Gagarinov Date: Tue, 4 Aug 2026 21:34:50 +0500 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BA=D1=83=D1=80=D1=81=D0=BE=D0=B2=D0=BE=D0=B5?= =?UTF-8?q?=20description.en.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Последний остаток фазы локалей: en-описание курса в корне репо отсутствовало (были только ru и es), хотя en — штатная локаль и у python/javascript/php такой файл есть. Структура и стиль — по аналогии с exercises-php/description.en.yml, число уроков в seo_description соответствует текущему курсу (71). Co-Authored-By: Claude Opus 5 (1M context) --- description.en.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 description.en.yml diff --git a/description.en.yml b/description.en.yml new file mode 100644 index 0000000..4465b4d --- /dev/null +++ b/description.en.yml @@ -0,0 +1,16 @@ +--- + +title: | + Learn Java: Free Online Course for Beginners +header: Java +description: | + Learning to program is not an easy and time-consuming process. Learning the syntax of the language is the easiest and shortest part of the journey, but you can't start without it. This course is devoted to the basics of writing programs in Java. It prepares the groundwork for writing meaningful programs +seo_description: | + Free online Java course for beginners from the Code Basics community | 71 lessons on language syntax, data types and the basics of writing programs in Java | Every lesson comes with an exercise to practice + +keywords: + - java + - code basics + - online course + - free course + - programming