Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML Tags and Attributes Tab

The HTML Tags and Attributes Tab contains options for managing translatable attributes within the web page, non-breaking tags, and whitespace preserving tags for the translation.

Configuration OptionsDesriptions
Translatable Attributes

By default, the several attributes are configured to be extracted for translation (alt, title, placeholder, content, values, etc.). Conditions can be defined on the containing parent tag and other attributes that must have specific values.

Within this section, you can change the pre-defined attributes name, parent tag, or advanced condition. Additonally, this seciton may be used to:

  • Mark an attribute as translatable.
  • Mark an attribute as non-translatable.
  • Elect to use Regex for a chosen attribute.
  • Remove an attribute from the configuration.

 

Non-Breaking Tags

By default, several tags are pre-defined in the Web Page configuration to be non-breaking or inline tags. These are typically links, images or text formatting elements. Tags

 
Whitespace Preserving Tags 

 

...

are case insensitive and include the following pre-defined items:

a  acronym  b  big  blink  br  cite  code  dfn  em  font  i  iframe  img  kbd  s  small  span  strike  strong  small  sub  sup  tt  u  var  ruby  rt  rc  rp  rbc  rtc  asp:label

Additional non-breaking or inline tags may be entered in this section if needed for the Web Page translation.


Whitespace Preserving Tags

Whitespaces are generally disregarded within HTML code. However, tags entered in this section are considered an exception and preserve any whitespace within the file during translation. Tags are case insensitive and include the following.

pre     script     style

This configuraiton section is for information purposes only and no additional tags may be added for whitespace preservation.

 

CMS Specific Settings Tab

The CMS Specific Settings Tab contains options for handling custom markup, as Wordpress, Drupal and other CMS include so called "shortcodes" in the HTML. Shortcodes are markup and do not need to be translated. Note that attributes in the codes may need translation. Shortcodes use square brackets such as in: [image title="This is a text"]. If certain shortcode attributes need translation, then you need to add the attributes in the HTML Tags and Attributes Tab.

Configuration OptionsDescription 
 

Content between Double Brackets is Considered Markup

Enable this option to ensure "shortcodes" including by the CMS as part of the HTML file are not extracted for the translation.

 

For more information about working with file format configurations and creating custom configurations, please see these pages: 

...