Skip to main content

everjust-website-i18n

Publish the multi-language version of an everjust.app (Odoo 19) marketing site via the everjust_agent_mcp server — activate a res.lang, add it to the website's language_ids so it shows in the selector and gets its /<url_code>/ URLs, and translate a page's body + SEO. Use to make a page bilingual/multilingual, add a language to the public site, wire the language switcher, translate a marketing page or its meta title/description, or fix a page showing English under /fr/. Odoo 19 stores translations as per-field JSONB (translate=True, e.g. website_meta_title) or per-term JSONB (xml_translate, e.g. a view's arch_db) — you do NOT duplicate the page per language. The trap: the generic update/create/website_edit_page MCP tools write the en_US SOURCE only (no lang context), so a non-English value MUST go through call → update_field_translations({lang:{term:translated}}) with confirm:true. Copy-on-write applies. Needs admin/website-designer. Cross-refs [[everjust-website]], [[everjust-agent-mcp]].

설치로 이동

소스 정보

저장소
ever-just/agentskills
최근 소스 활동
2026년 7월 5일 18:58
감지된 SKILL.md 언어
영어
스타
3
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.