Add Hebrew translation and RTL support via Docker injection

Injects custom CSS and JS into the Paperclip UI during Docker build:
- RTL layout overrides for Tailwind, Radix UI, and MDXEditor
- Hebrew translation script with MutationObserver for dynamic content
- Patch script to modify index.html with dir="rtl" and lang="he"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chaim
2026-04-04 20:41:06 +00:00
parent de82ce18f4
commit 5160741248
4 changed files with 1666 additions and 1 deletions

View File

@@ -30,4 +30,4 @@ echo "Hebrew RTL patch applied successfully"
echo "Patched files:"
echo " - $UI_DIR/index.html"
echo " - $UI_DIR/assets/rtl-override.css"
echo " - $UI_DIR/assets/translate-he.js"
echo " - $UI_DIR/assets/translate-he.js"