ReactOS Translation Tool is a little web-application which helps you to find missing or incomplete translations, as well as wrongly encoded RC-files within the ReactOS operating system.
Additionally the tool offers you a direct link to ReactOS' Github repository to find the correct place to add the missing translation.
To use ReactOS Translation Tool, you need a web accessible directory on a server, a hosting platform or on your local PC (e.g. XAMPP). Additionally you also need the ReactOS sourcecode on this server. Now follow the following steps:
- upload the files from this repo to your web directory and edit the
config.php
file - change the following line according to the path where your ReactOS source code is:
// ReactOS Source directory - must contain the base and dll directories
$ROSDir = '/home/you/your/source/directory/';
- test it! If everything went well you will get a similar experience like on the screenshots above
- Fix pattern in diff.php to catch multiline strings with ""some text"" (part 1/2 - FIXED?)
Homepage: https://reactos.org/
Author: Adam Stachowicz [email protected] (http://it-maniak.pl/)