Files
uosc/tools/intl.exe
Tomas Klaen 656ddcfb9b build: added building, packaging, and localization tools (#744)
Main feature here is the `intl` tool that allows people to quickly create or update localization files with simple:

```
tools/intl de
```

This will parse the code for localization strings, and compare it against `de` locale, removing unused, and assigning `null` to new strings.

We can also make it even easier for people by running:

```
tools/intl all
```

after every localization string change in the codebase, which will update all existing locales so people can just browse through their ones and fill in nulls.
2023-10-28 09:20:56 +02:00

626 KiB