Merged
Conversation
…rn snippets Create translations/content/ar/ with Arabic translations for all categories: - collections (10 files) - concurrency (10 files) - datetime (6 files) - enterprise (12 files) - errors (7 files) - io (10 files) - language (21 files) - security (5 files) - streams (11 files) - strings (7 files) - tooling (8 files) Translations use Modern Standard Arabic (فصحى), keeping Java technical terms, class names, method names, and API names in English. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Translate all content files under content/{category}/*.yaml into
Modern Standard Arabic (فصحى) and place them at
translations/content/ar/{category}/{slug}.yaml.
Each file contains only translatable fields: title, oldApproach,
modernApproach, summary, explanation, whyModernWins (3 entries with
unchanged emoji icons), and support.description.
Java class names, method names, API names, JDK versions, and
annotations (e.g. @Inject, @transactional) are kept in English.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…2 content files Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Translate content to Arabic
Add Arabic (ar) translation
Feb 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds full Arabic (العربية) locale support across UI strings, content translations, and RTL layout.
Infrastructure
ar=العربيةinlocales.propertiesdir="{{htmlDir}}"to<html>in both templates; generator resolves to"rtl"forar,"ltr"for all othersgenerate.py(used in benchmarks) to passlocaleandhtmlDirtokens, preventing unresolved{{htmlDir}}in English outputTranslations
translations/strings/ar.yaml— 64 UI keys in Modern Standard Arabic;site.titlefalls back to "java.evolved" (brand name)translations/content/ar/— 112 content YAML files across all 11 categories (collections, concurrency, datetime, enterprise, errors, io, language, security, streams, strings, tooling)Original prompt
Created from Copilot CLI via the copilot delegate command.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.