# Third Party Remarks

###  1. BabelEdit
**TRANSLATION FILE EDITOR**  
BabelEdit is a multi-language editor that supports various file formats, including JSON, YAML, XML, INI, CSV, PO, XLIFF, and more. It helps developers easily manage and translate multi-language projects, improving development efficiency.  

The data files used in **the internationalization solution (i18n)** are from the BabelEdit editor.  

**Links**:  
[https://www.codeandweb.com/babeledit](https://www.codeandweb.com/babeledit)  

###  2. ExcelExporter
**A tool for exporting Excel data**  
+ Support for **Table header export**, **Data export**, **Constant table export**, **Sql export** from Excel tables  
+ Support for custom programming language templates  
+ Tools support multiple platforms, including Windows, Mac, Linux, etc.  

**Links**:  
[https://github.com/xuzhuoxi/ExcelExporter](https://github.com/xuzhuoxi/ExcelExporter)  
[https://github.com/xuzhuoxi/ExcelExporter/releases](https://github.com/xuzhuoxi/ExcelExporter/releases)  

### 3. FileSync  
**A tool for file synchronization**  
+ Support file cleanup (delete) behavior.  
+ Support empty directory clear (clear) behavior.  
+ Support file copy (copy)/move (move).  
+ Supports the synchronization (sync) of two directories, including one-way synchronization or two-way synchronization.  
+ The above functions are configured by the configuration file and run on the command line. File selection supports pass configurators.  

**Links**:  
[https://github.com/xuzhuoxi/FileSync](https://github.com/xuzhuoxi/FileSync)  
[https://github.com/xuzhuoxi/FileSync/releases](https://github.com/xuzhuoxi/FileSync/releases)  

### 4. Lua Interpreter 
A third-party Lua interpreter is used in the Runtime.  

Name: **Lua Interpreter**  
Author: **Liu Junfeng**  
URL: http://www.codeproject.com/Articles/228212/Lua-Interpreter  
License: **MIT** (http://opensource.org/licenses/mit-license.php)  

### 5. TinyJson
A third-party json interpreter is used in the Runtime.  
库名称: **Tiny Json**  
作者: **Alex Parker**  
URL: https://github.com/zanders3/json  
License: **MIT** (https://github.com/zanders3/json/blob/master/LICENSE)   
