From 4c7bd601c4df4d03536e97e18e4b88d858330ad9 Mon Sep 17 00:00:00 2001 From: nea Date: Fri, 26 Aug 2022 01:08:13 +0200 Subject: Translations and DBUS???? for some reason. also make the whole thing not buildable for anyone aside from me lol --- src/main/resources/assets/notenoughupdates/lang/en_us.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/assets/notenoughupdates/lang/en_us.json (limited to 'src/main/resources') diff --git a/src/main/resources/assets/notenoughupdates/lang/en_us.json b/src/main/resources/assets/notenoughupdates/lang/en_us.json new file mode 100644 index 0000000..4654199 --- /dev/null +++ b/src/main/resources/assets/notenoughupdates/lang/en_us.json @@ -0,0 +1,9 @@ +{ + "notenoughupdates": { + "repo": { + "reload": { + "disk": "Reloading repository from disk. This may lag a bit." + } + } + } +} -- cgit