File extension: .xml
Ability to edit the source file in Nitro: no
Can be translated via Nitro API: yes
Support for translating custom attributes: no
Support for pluralization: yes
Maximum file size: 30 MB
Click the "Choose a file" button on the New order page in Nitro.
Select "Upload from your computer" and add a file you want to translate.
In the pop-up window that appears, you'll see a list of nodes and attributes where text for translation was found. Uncheck the boxes next to the nodes and attributes that don't need to be translated. Click "Apply".
<?xml version='1.0' encoding='UTF-8'?>
<Nitro_menu xml:lang='en'>
<!--Comment for string-->
<description>This is a <annotation font='title_emphasis'>new</annotation> order
page.</description>
<number>1</number>
</menu>
<menu name='Orders'>
<description>This is a page with tables of <b>all</b> orders.</description>
<number>2</number>
</menu>
<string-array
name='Balance'>
<item>Current balance</item>
<item>Payments</item>
</string-array>
</Nitro_menu>
All of the text found in the file's nodes and attributes that were selected in the list of elements for translation will be translated.
The translator doesn't see the code, file structure, or tags in the editor. The only formatting tags they'll see are: <a>, <annotation>, <abbr>, <b>, <bdi>, <bdo>, <big>, <br>, <button>, <cite>, <code>, <data>, <del>, <dfn>, <em>, <i>, <ins>, <kbd>, <mark>, <q>, <s>, <samp>, <small>, <span>, <strike>, <strong>, <style>, <sub>, <sup>, <time>, <tt>, <u>, <var>, and <wbr>).
This is done so that the translator can transfer the formatting in the translated text to the correct places and that you receive the translated file with the same formatting as in the source.
Comments from the .xml file are not sent for translation, but they will be visible to the translator to help them understand the context. Comments should be placed before the corresponding string and written as: <!-- Insert comment here-->.
You can only upload a valid .xml file for translation.The file won't be validated in the following cases:
There is a start tag but no end tag (or vice versa).
The start and end tags have different entities.
The attribute name is not quoted.
There is a duplicate attribute within one element.
Once the translation is complete, you'll receive the file back with the same formatting. We will send you an e-mail notification with a link to the file with the translation.
The file also will be accessible in your Nitro account:
Open Nitro.
Go to the Orders page.
The completed order with the translation will be the first item in the Completed table.