File formats

File formats

Rigi supports most file formats for software texts, including:
  1. Angular XLF
  2. CMS
    1. Typo3
    2. Wordpress
  3. Excel and CSV
    1. Excel and CSV Parser - One file per target language (mono)
    2. Excel and CSV Parser - One file with all languages (multi)
  4. Flutter arb-files.
  5. Javascript.
  6. Json
  7. Mobile
    1. Android XML
    2. iOS strings
    3. iOS stringsDict
  8. PIM
    1. Asim
  9. PO
  10. Properties
  11. SQL Parser
  12. TMX
  13. TS Parser for Qt for Qt
  14. XLIFF
  15. XML
    1. Configurable XML parser with XPath
  16. YAML
  17. .Net
    1. resx
    2. Assembly
    3. xaml
We can develop custom parsers using the Rigi SDK.



    • Related Articles

    • Example - using the API to clone a project and replace the files

      The Rigi API provides functionalities to create a project based on another project. This may be handy if you need to create Rigi projects on a regular basis, that all have more or less the same settings as an existing project. The only difference is ...
    • Asim XML

      ​​​​The Asim Product Information Management (PIM) system can export XML files for translation and import the translated files. Rigi has tooling to capture live links. When a translator selects a text, it will open the URL with the correct page in the ...
    • API endpoints with sockets

      API calls exceeding one minute will result in a timeout. To address this, we have introduced a socket connection mechanism. Here's the refined explanation of the process: Client Initiation: To begin, the client initiates a room specifically ...