Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wensimehrp/yagl-translations

This is a collection of OpenTTD NewGRFs with (mostly UTF-8) translations added after it's distrubution
https://github.com/wensimehrp/yagl-translations

Last synced: 13 days ago
JSON representation

This is a collection of OpenTTD NewGRFs with (mostly UTF-8) translations added after it's distrubution

Awesome Lists containing this project

README

        

# YAGL-Translations

This is a tool to assist developers to translate old GRFs that lost their source or are too hard to translate. As provided in the name, this tool is based upon [YAGL](https://github.com/unicyclebloke/yagl)

It's recommended to get yagl via [scoop](https://scoop.sh). You could also download yagl by executing `get-yagl.ps1`:

```powershell
Invoke-WebRequest -OutFile program.zip -Uri https://github.com/UnicycleBloke/yagl/releases/download/v1.2.2/yagl-v1.2.2-windows-10.zip
Expand-Archive -Path program.zip -DestinationPath .
Remove-Item program.zip
```