From 0fd66e8e243a40236de484b671bd0e9129511309 Mon Sep 17 00:00:00 2001 From: Alex Nijjar Date: Mon, 16 Oct 2023 10:09:51 -0500 Subject: [PATCH] Add Painting translations (#60) --- .../c622617f6fabf890a00b9275cd5f643584a8a2c8 | 4 +- .../assets/handcrafted/lang/en_us.json | 52 +++++++++++++++++ .../provider/client/ModLangProvider.java | 57 +++++++++++++++++++ 3 files changed, 111 insertions(+), 2 deletions(-) diff --git a/common/src/main/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 b/common/src/main/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 index 728971e1..fecf3328 100644 --- a/common/src/main/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 +++ b/common/src/main/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8 @@ -1,2 +1,2 @@ -// 1.20.1 2023-10-09T00:56:09.9229 Languages: en_us -fb341222065d057a6da0bbbe998038cdcaa5e1be assets/handcrafted/lang/en_us.json +// 1.20.1 2023-10-16T10:04:47.066914 Languages: en_us +0719a9abcf6e64a36b4aaa590a2f77d52ee9fd81 assets/handcrafted/lang/en_us.json diff --git a/common/src/main/generated/resources/assets/handcrafted/lang/en_us.json b/common/src/main/generated/resources/assets/handcrafted/lang/en_us.json index 55d89f6a..5a518c04 100644 --- a/common/src/main/generated/resources/assets/handcrafted/lang/en_us.json +++ b/common/src/main/generated/resources/assets/handcrafted/lang/en_us.json @@ -299,6 +299,58 @@ "item.handcrafted.yellow_cushion": "Yellow Cushion", "item.handcrafted.yellow_sheet": "Yellow Sheet", "itemGroup.handcrafted.main": "Handcrafted", + "painting.handcrafted.ad_astra.author": "Kekie6", + "painting.handcrafted.ad_astra.title": "Ad Astra", + "painting.handcrafted.apple.author": "Kekie6", + "painting.handcrafted.apple.title": "Apple", + "painting.handcrafted.beach_sunrise_left.author": "Kekie6", + "painting.handcrafted.beach_sunrise_left.title": "Beach Sunrise Left", + "painting.handcrafted.beach_sunrise_mid.author": "Kekie6", + "painting.handcrafted.beach_sunrise_mid.title": "Beach Sunrise", + "painting.handcrafted.beach_sunrise_right.author": "Kekie6", + "painting.handcrafted.beach_sunrise_right.title": "Beach Sunrise Right", + "painting.handcrafted.broken_birches.author": "Kekie6", + "painting.handcrafted.broken_birches.title": "Broken Birches", + "painting.handcrafted.broken_birches_left_sidepanel.author": "Kekie6", + "painting.handcrafted.broken_birches_left_sidepanel.title": "Broken Birches Left Sidepanel", + "painting.handcrafted.broken_birches_right_sidepanel.author": "Kekie6", + "painting.handcrafted.broken_birches_right_sidepanel.title": "Broken Birches Right Sidepanel", + "painting.handcrafted.cookies_on_a_plate.author": "Kekie6", + "painting.handcrafted.cookies_on_a_plate.title": "Cookies on a Plate", + "painting.handcrafted.coral_depths.author": "Kekie6", + "painting.handcrafted.coral_depths.title": "Coral Depths", + "painting.handcrafted.desert_plateau.author": "Kekie6", + "painting.handcrafted.desert_plateau.title": "Desert Plateau", + "painting.handcrafted.green_woods.author": "Kekie6", + "painting.handcrafted.green_woods.title": "Green Woods", + "painting.handcrafted.lava_puddles.author": "Kekie6", + "painting.handcrafted.lava_puddles.title": "Lava Puddles", + "painting.handcrafted.marigold_meadows.author": "Kekie6", + "painting.handcrafted.marigold_meadows.title": "Marigold Meadows", + "painting.handcrafted.misty_mountain_left_sidepanel.author": "Kekie6", + "painting.handcrafted.misty_mountain_left_sidepanel.title": "Misty Mountain Left Sidepanel", + "painting.handcrafted.misty_mountain_right_sidepanel.author": "Kekie6", + "painting.handcrafted.misty_mountain_right_sidepanel.title": "Misty Mountain Right Sidepanel", + "painting.handcrafted.misty_mountains.author": "Kekie6", + "painting.handcrafted.misty_mountains.title": "Misty Mountains", + "painting.handcrafted.my_man_diorite": "My Man Diorite", + "painting.handcrafted.my_man_diorite.author": "Kekie6", + "painting.handcrafted.mysterious_mangroves.author": "Kekie6", + "painting.handcrafted.mysterious_mangroves.title": "Mysterious Mangroves", + "painting.handcrafted.nian_cat.author": "Kekie6", + "painting.handcrafted.nian_cat.title": "Nian Cat", + "painting.handcrafted.pride_steve.author": "Kekie6", + "painting.handcrafted.pride_steve.title": "Pride Steve", + "painting.handcrafted.rocky_beach.author": "Kekie6", + "painting.handcrafted.rocky_beach.title": "Rocky Beach", + "painting.handcrafted.safari_sunset.author": "Kekie6", + "painting.handcrafted.safari_sunset.title": "Safari Sunset", + "painting.handcrafted.small_safari_sunset.author": "Kekie6", + "painting.handcrafted.small_safari_sunset.title": "Safari Sunset", + "painting.handcrafted.terrarium.author": "Kekie6", + "painting.handcrafted.terrarium.title": "Terrarium", + "painting.handcrafted.the_cat_and_the_cup.author": "Kekie6", + "painting.handcrafted.the_cat_and_the_cup.title": "The Cat and the Cup", "subtitles.handcrafted.block.hammer_stone": "Stone is Hammered", "subtitles.handcrafted.block.hammer_wood": "Wood is Hammered", "tag.item.handcrafted.bowls": "Bowls", diff --git a/forge/src/main/java/earth/terrarium/handcrafted/datagen/provider/client/ModLangProvider.java b/forge/src/main/java/earth/terrarium/handcrafted/datagen/provider/client/ModLangProvider.java index 075464cb..46eef905 100644 --- a/forge/src/main/java/earth/terrarium/handcrafted/datagen/provider/client/ModLangProvider.java +++ b/forge/src/main/java/earth/terrarium/handcrafted/datagen/provider/client/ModLangProvider.java @@ -84,5 +84,62 @@ protected void addTranslations() { add("tag.item.handcrafted.plates", "Plates"); add("tag.item.handcrafted.bowls", "Bowls"); add("tag.item.handcrafted.crockery_combos", "Crockery Combos"); + + add("painting.handcrafted.pride_steve.author", "Kekie6"); + add("painting.handcrafted.pride_steve.title", "Pride Steve"); + add("painting.handcrafted.beach_sunrise_mid.author", "Kekie6"); + add("painting.handcrafted.beach_sunrise_mid.title", "Beach Sunrise"); + add("painting.handcrafted.apple.author", "Kekie6"); + add("painting.handcrafted.apple.title", "Apple"); + add("painting.handcrafted.small_safari_sunset.author", "Kekie6"); + add("painting.handcrafted.small_safari_sunset.title", "Safari Sunset"); + add("painting.handcrafted.marigold_meadows.author", "Kekie6"); + add("painting.handcrafted.marigold_meadows.title", "Marigold Meadows"); + add("painting.handcrafted.ad_astra.author", "Kekie6"); + add("painting.handcrafted.ad_astra.title", "Ad Astra"); + + add("painting.handcrafted.misty_mountains.author", "Kekie6"); + add("painting.handcrafted.misty_mountains.title", "Misty Mountains"); + add("painting.handcrafted.coral_depths.author", "Kekie6"); + add("painting.handcrafted.coral_depths.title", "Coral Depths"); + add("painting.handcrafted.broken_birches.author", "Kekie6"); + add("painting.handcrafted.broken_birches.title", "Broken Birches"); + add("painting.handcrafted.mysterious_mangroves.author", "Kekie6"); + add("painting.handcrafted.mysterious_mangroves.title", "Mysterious Mangroves"); + add("painting.handcrafted.my_man_diorite.author", "Kekie6"); + add("painting.handcrafted.my_man_diorite", "My Man Diorite"); + add("painting.handcrafted.cookies_on_a_plate.author", "Kekie6"); + add("painting.handcrafted.cookies_on_a_plate.title", "Cookies on a Plate"); + add("painting.handcrafted.lava_puddles.author", "Kekie6"); + add("painting.handcrafted.lava_puddles.title", "Lava Puddles"); + add("painting.handcrafted.the_cat_and_the_cup.author", "Kekie6"); + add("painting.handcrafted.the_cat_and_the_cup.title", "The Cat and the Cup"); + add("painting.handcrafted.terrarium.author", "Kekie6"); + add("painting.handcrafted.terrarium.title", "Terrarium"); + + add("painting.handcrafted.green_woods.author", "Kekie6"); + add("painting.handcrafted.green_woods.title", "Green Woods"); + add("painting.handcrafted.safari_sunset.author", "Kekie6"); + add("painting.handcrafted.safari_sunset.title", "Safari Sunset"); + add("painting.handcrafted.rocky_beach.author", "Kekie6"); + add("painting.handcrafted.rocky_beach.title", "Rocky Beach"); + + add("painting.handcrafted.misty_mountain_left_sidepanel.author", "Kekie6"); + add("painting.handcrafted.misty_mountain_left_sidepanel.title", "Misty Mountain Left Sidepanel"); + add("painting.handcrafted.misty_mountain_right_sidepanel.author", "Kekie6"); + add("painting.handcrafted.misty_mountain_right_sidepanel.title", "Misty Mountain Right Sidepanel"); + add("painting.handcrafted.broken_birches_left_sidepanel.author", "Kekie6"); + add("painting.handcrafted.broken_birches_left_sidepanel.title", "Broken Birches Left Sidepanel"); + add("painting.handcrafted.broken_birches_right_sidepanel.author", "Kekie6"); + add("painting.handcrafted.broken_birches_right_sidepanel.title", "Broken Birches Right Sidepanel"); + + add("painting.handcrafted.desert_plateau.author", "Kekie6"); + add("painting.handcrafted.desert_plateau.title", "Desert Plateau"); + add("painting.handcrafted.beach_sunrise_right.author", "Kekie6"); + add("painting.handcrafted.beach_sunrise_right.title", "Beach Sunrise Right"); + add("painting.handcrafted.beach_sunrise_left.author", "Kekie6"); + add("painting.handcrafted.beach_sunrise_left.title", "Beach Sunrise Left"); + add("painting.handcrafted.nian_cat.author", "Kekie6"); + add("painting.handcrafted.nian_cat.title", "Nian Cat"); } }