From 851300d62a5e4240b9977b5f5ae15bc37b0cbdc9 Mon Sep 17 00:00:00 2001 From: Erwann Lagouche <21955960+airone01@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:43:12 +0200 Subject: [PATCH 1/2] feat(robot.names): add multiple robot names (#3784) --- src/main/resources/assets/opencomputers/robot.names | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/assets/opencomputers/robot.names b/src/main/resources/assets/opencomputers/robot.names index b5f67a1a4..d3f78bec7 100644 --- a/src/main/resources/assets/opencomputers/robot.names +++ b/src/main/resources/assets/opencomputers/robot.names @@ -18,6 +18,7 @@ Atlas # Portal Augustus # Perry Rhodan Autobot # Transfomers Ava # Ex Machina +Ayrobot # Aypierre's "Let's play Méchanique" Baymax # Big Hero 6 BB-8 # Star Wars Bender # Futurama @@ -27,6 +28,7 @@ C-3PO # Star Wars Cairol # Perry Rhodan Calculon # Futurama Callister Raynes # Eureka +C.A.S.E # Interstellar Chappie # Chappie Clamps # Futurama Clank # Ratchet & Clank @@ -44,6 +46,7 @@ David # A.I. (the movie) Death Trap # Borderlands 2's Mechromancer Decepticon # Transformers Deep Thought # Hitchhiker's Guide to the Galaxy +Delamain # Cyberpunk 2077 Deputy ANDY # Eureka Dog # Half-Life Donald Duck # Perry Rhodan From 52da41b5e171b43fea80342dc75d808f97a0f797 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 29 Jun 2025 20:51:13 +0200 Subject: [PATCH 2/2] document Weblate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99d37c73b..a947c2643 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This mod is [licensed under the **MIT license**](https://github.com/MightyPirate ## Contributing ### Assets and Localizations 1. **Translations** - Translations to other languages are very much appreciated. You can find the localization files [in this folder][localizations]. If a localization you wanted to create already exists, please take the time to see if the present one is complete - the strings change every so often, invalidating some of the translations. If you start a fresh localization, please base it off of the English or German one, those are the 'master' localization files. If you add a new language, please also add it to [the pack.mcmeta][pack.mcmeta] file. Keep it sorted alphabetically, use the name and region Minecraft itself uses. If you don't know how to do that, that's OK, I'll do it later. + Translations to other languages are very much appreciated. Using [the Weblate instance](https://weblate.asie.pl/projects/opencomputers/) is recommended, as it is the most user-friendly way to contribute translations. Alternatively, or if the Weblate service is not up, you can find the localization files [in this folder][localizations]. If a localization you wanted to create already exists, please take the time to see if the present one is complete - the strings change every so often, invalidating some of the translations. If you start a fresh localization, please base it off of the English one. If you add a new language, please also add it to [the pack.mcmeta][pack.mcmeta] file. Keep it sorted alphabetically, use the name and region Minecraft itself uses. If you don't know how to do that, that's OK, I'll do it later. 2. **Textures** If you would like to contribute better textures for certain items or blocks, feel free to pull-request them. If you would like to contribute *alternative* textures, make it a resource pack, and post it on the forums, for example. 3. **Documentation**