1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-26 07:03:22 +00:00
CC-Tweaked/projects/common/src/main/java/dan200/computercraft/shared
Jonathan Coates 08df68dcc0
Generate en_us.json via datagen
I was originally pretty sceptical about this, but it actually ends up
being useful for the same reason any other form of datagen is: we can
ensure that names are well formed, and that every string is actually
translated.

There's some future work here to go through all the custom translation
keys and move them into constants (maybe also do something with the
/computercraft command?), but that's a separate chunk of work.

The main motivation for this is to add translation keys to our config:
the Fabric version of Forge Config API provides a config UI, so it's
useful to provide user-friendly strings. Our generator also
automatically copies comments over, turning them into tooltips.

This also updates all of the other language files to match en_us.json
again: it's a very noisy diff as the file is now sorted alphabetically.
Hopefully this won't affect weblate though

[^1]: Amusing really that the Fabric port actually is more useful than
the original.
2022-11-20 13:00:43 +00:00
..
command Minor fixes and cleanup 2022-11-10 17:15:12 +00:00
common Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
computer Generate en_us.json via datagen 2022-11-20 13:00:43 +00:00
config Generate en_us.json via datagen 2022-11-20 13:00:43 +00:00
container Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
data Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
details Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
integration Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
media Minor fixes and cleanup 2022-11-10 17:15:12 +00:00
network Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
peripheral Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
platform Generate en_us.json via datagen 2022-11-20 13:00:43 +00:00
pocket Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
turtle Minor fixes and cleanup 2022-11-10 17:15:12 +00:00
util Post multi-loader cleanup 2022-11-10 15:55:34 +00:00
CommonHooks.java Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
ModRegistry.java Minor fixes and cleanup 2022-11-10 17:15:12 +00:00