Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wensimehrp/yagl-translations
- Owner: WenSimEHRP
- Created: 2024-02-04T07:04:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T07:01:41.000Z (12 months ago)
- Last Synced: 2024-02-14T08:22:18.732Z (12 months ago)
- Language: Python
- Homepage:
- Size: 799 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```