WFX | Sygnal Webflow Extension
⭐️ Download it for Chrome ⭐️
  • WFX | Sygnal Webflow Extensions
  • Known Issues
  • Sidebar Panel
    • Sidebar Tabs & Contexts
  • FEATURES
    • About Contexts, Features & Feature Sets
    • Navigation ⭐️
      • Tech | Live Site to Designer
      • Tech | Showcase to Designer
    • Project-Wide Context Features 🧪
      • Quick-Access Favorites 🧪
      • Page Finder 🧪
      • Site Notes 🧪
      • SEO
      • Troubleshooting
      • Webflow Site Tools
      • Analytics 🧪
      • Systems
    • Toolbar Icon
    • Live Site Context ⭐️
      • Future
        • Development Tools
          • Sygnal Site Engine Controller 🧪
          • DevProxy Status & Control
          • Hyperspeed Status & Control
    • Dashboard Context ⭐️
      • Custom Name Workspaces ⭐️
      • Visual Adjustments ⭐️
      • Prioritize Projects & Workspaces 🧪
      • Bandwidth Tab 🧪
      • Quick Archive 🧪
      • Dashboard Layout 🧪
    • Designer Context ⭐️
      • Nav Panel ⭐️
      • Components Panel ⭐️
      • Hotkeys
      • Nav Minimum Width?
      • Easier Access to Code Embeds
      • Nav Panel Strikethrough on Hidden Items
      • Quick-View Staging or Prod
      • Localization
      • Icons
      • Code and CSS Modifications
      • Page Images from Clipboard into Rich Text
      • Smart Tools & Resources
    • Staging Site Context 🧪
    • Search Site for Text String
    • Content Editor Context 🧪
    • Read-Only Designer Context 🧪
    • Site Settings Context 🧪
  • FUTURE
    • Configuration
    • Copy / paste
    • Site Info
  • CONTROLLERS
    • About Controllers
  • DESIGN TOOLS
    • Emoticons
    • SVGs
    • Other Useful Extensions
      • My sites in Webflow
  • Technical Notes
    • Templates
Powered by GitBook
On this page
  • Language Assist
  • Technical Notes
  • Annotation
  1. FEATURES
  2. Designer Context ⭐️

Localization

PreviousQuick-View Staging or ProdNextIcons

Last updated 9 months ago

Language Assist

In Localization Settings, provide missing information-

  • Language codes in the selection list

  • Highlighting of supported items

Technical Notes

The Localization panel is open when we have a div with-

<div tabindex="-1" data-panel-pane="true" data-automation-id="localization-settings-panel" class="bem-Pane" style="display: flex; flex: 0 1 650px; flex-direction: column; width: 650px; outline: none;">

Outer div has the value containing the code, apply it to inner div content

<div tabindex="-1" label="Albanian" value="sq" data-automation-id="LocalizationSettingsPanelForm-preStagedLocales.0.tag-option-sq" class="bem-SelectInput_Option" style="display: flex; align-items: center; flex-basis: 30px; flex-shrink: 0; position: absolute; left: 0px; top: 24px; height: 24px; width: 100%;">
  <div data-text="true" class="wf-1rzwxxs --pick-cgAGym --styled-jUyHNJ wf-vkri44" data-sc="Text" style="--local-lineClamp: 1;">Albanian</div>
</div>

Find all elements with data-automation-id starts with LocalizationSettingsPanelForm-preStagedLocales.0.tag-option

Iterate

Annotation

<span style="float: right; display: flex; align-items: center; gap: 10px;">
    <span>sq</span>
    <span style="background-color: yellow; color: black; padding: 1px 4px; border-radius: 3px; font-size: 0.8em; line-height: 1; font-weight: bold;">Machine-Translation Supported</span>
</span>