From f6bf33aee20ebc3aa6b2926c4ac68ad7c4ae2991 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Wed, 7 Jan 2026 14:14:51 +0100 Subject: [PATCH] docs: update README internationalization section - Document localized lesson directories (ar, de, es, pl, uk) - Update copyright year to 2026 --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bbb5b8..ca910ca 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,19 @@ npm run preview ## 🌐 Internationalization -The project supports multilingual documentation in the `docs/` directory: +The project supports multiple languages: + +### Localized Lessons +Lessons are available in the `lessons/` directory with language-specific subdirectories: +- English (default): `lessons/*.json` +- Arabic: `lessons/ar/` +- German: `lessons/de/` +- Spanish: `lessons/es/` +- Polish: `lessons/pl/` +- Ukrainian: `lessons/uk/` + +### Documentation +Multilingual documentation in the `docs/` directory: - English documentation (`en-*.md`) - German documentation (`de-*.md`) @@ -244,4 +256,4 @@ When adding new lessons: ## 📄 License -Copyright (c) 2025 Michael Czechowski. Licensed under the [./LICENSE](WTFPL). +Copyright (c) 2026 Michael Czechowski. Licensed under the [./LICENSE](WTFPL).