Not every pixel of your website requires localization. Legal disclaimers often need to remain in their original jurisdiction's language; code snippets must remain in English; and admin routes should never be indexed.
MultiLipi menyediakan Three-Tier Exclusion System—URL, Block, and Word—giving you surgical precision over what the AI ignores.
The Three Tiers of Exclusion
Before configuring rules, understand which level of control you need:
Page-Level (URL Rules)
Tindakan: Completely disables translation for an entire page or directory.
Kasus Penggunaan: Admin panels (/app/*), User Settings, or "Legally Binding" English Terms of Service.
Component-Level (Block Rules)
Tindakan: Ignores content inside specific HTML elements (divs, spans) based on their CSS Class.
Kasus Penggunaan: Code blocks (<pre>), proper nouns in headers, or complex third-party widgets.
Term-Level (Word Rules)
Tindakan: Prevents specific string matches from being processed.
Kasus Penggunaan: Product model numbers or non-translatable technical jargon.
Accessing the Governance Engine
To define your negative logic:
- Menavigasi: Open your MultiLipi Dashboard and select your active project.
- Locate Settings:Di bar samping, gulir ke bawah ke Pengaturan dan pilih Pengecualian Terjemahan .
- Interface: You will see a list of active rules separated by category (URLs, Blocks, Words).

Configuring Logic Rules
Klik tombol Add Rule button to define a new constraint.
A. Defining the Pattern
You must tell the engine how to match the content:
Rule Type:
- • Starts With: Best for directories (e.g.,
/blog/excludes all blog posts). - • Ends With: Best for file types (e.g.,
.pdf). - • Contains: Wildcard match for any URL containing a specific string.
- • Exact Match: Targets a single specific page.
Value:
Enter the path, CSS class name (without the . ), or word.
B. Scope & Behavior
Languages:
Apply the rule globally (All Languages) or restrict it to specific locales (e.g., Exclude /Harga only in French).
Switcher Visibility (Critical UX)
Toggle: "Hide Language Switcher"
Dampak: If you exclude a page (like a login screen), you likely want to hide the language switcher on that page so users don't try to switch languages and see nothing happen. This toggle automates that UX cleanup.

Execution & Verification
Setelah Anda mengklik Save Rule:
Immediate Propagation
The rule is pushed to the edge network instantly.
Cache Purge
We automatically purge the cache for the affected paths to ensure the "Untranslated" version is served immediately.
Strategic Use Cases
| Jenis Aturan | Scenario | Configuration |
|---|---|---|
| URL Rule | User Dashboard: You want the public site translated, but the logged-in app (/app/...) to remain in English. | Type: Starts With Value: /app/ |
| Block Rule | Code Snippets: You run a dev blog and want the tutorial text translated, but the code examples must remain valid code. | Type: CSS Class Value: code-snippet |
| URL Rule | Regional Legal: Your Terms of Service are only valid in English. | Type: Exact Match Value: /Istilah |
