MovingBlocks / TerasologyLauncher

Terasology Launcher is the official launcher for the open source game Terasology.
http://terasology.org/
Apache License 2.0
153 stars 76 forks source link

i18n: reduce log spam for missing labels #681

Closed skaldarnar closed 1 year ago

skaldarnar commented 1 year ago

Contains

Build up an index at runtime to remember which translations are missing and only log them once.

How to test

Go to the launcher settings and change the language. Select a langauge with missing translations (German, French, and Italian definitely have missing translations for some labels).

The launcher log should print WARN logs about the missing translations only once. Switching back and forth between those locales should not yield further log output.

Outstanding before merging

Based on #679.