From 8ac34a638792e77dfc71ff540e5685c60641df8f Mon Sep 17 00:00:00 2001 From: "Nicolas K." <94948678+DarkMattrMaestro@users.noreply.github.com> Date: Sun, 16 Aug 2026 19:28:41 -0400 Subject: [PATCH 1/2] [fr_ca] Add translations for CR0.5.27 and 0.5.28 --- assets/base/lang/fr_ca/base_blocks.json | 10 +++++++++- assets/base/lang/fr_ca/base_items.json | 3 ++- assets/base/lang/fr_ca/game.json | 4 +++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/assets/base/lang/fr_ca/base_blocks.json b/assets/base/lang/fr_ca/base_blocks.json index 38335eac..9fd83055 100644 --- a/assets/base/lang/fr_ca/base_blocks.json +++ b/assets/base/lang/fr_ca/base_blocks.json @@ -176,5 +176,13 @@ "base:stone_komatiite::pillar": "Pilier de komatiite", "base:magma::pillar": "Pilier de magma", "base:snow::pillar": "Pilier de neige", - "base:ice::pillar": "Pilier de glace" + "base:ice::pillar": "Pilier de glace", + "base:leaves_lux": "Feuilles de Lux", + "base:sapling_lux": "Pousse de Lux", + "base:tree_log_lux": "Tronc d'arbre de Lux", + "base:tree_log_lux::glow": "Tronc d'arbre de Lux lumineux", + "base:grass_lux": "Herbe de Lux", + "base:item_hologram": "Hologramme d'item", + "base:grass_blades_lux": "Brins d'herbe de Lux", + "base:chute": "Chute" } \ No newline at end of file diff --git a/assets/base/lang/fr_ca/base_items.json b/assets/base/lang/fr_ca/base_items.json index c08bf4c3..74c1d81f 100644 --- a/assets/base/lang/fr_ca/base_items.json +++ b/assets/base/lang/fr_ca/base_items.json @@ -58,5 +58,6 @@ "base:spawn_disk_interceptor": "Disquette de frai d'intercepteur", "base:cell_planteater": "Cellule d'herbivore", "base:cell_tundramel": "Cellule de toundrameau", - "base:syringe": "Seringue" + "base:syringe": "Seringue", + "base:lux_sap": "Sève de Lux" } \ No newline at end of file diff --git a/assets/base/lang/fr_ca/game.json b/assets/base/lang/fr_ca/game.json index baaa18c4..f0f476c9 100644 --- a/assets/base/lang/fr_ca/game.json +++ b/assets/base/lang/fr_ca/game.json @@ -155,5 +155,7 @@ "multiplayerLanLabel": "Serveurs LAN", "fullscreenModeButton": "Mode plein écran : ", "fullscreenExclusive": "Exclusif", - "fullscreenBorderless": "Sans bordures" + "fullscreenBorderless": "Sans bordures", + "Lux_Sky": "Ciel Luxéen", + "zone_base:lux": "Lux" } \ No newline at end of file From 311861d919a075ca540fb21958f5c8e55d2364bd Mon Sep 17 00:00:00 2001 From: "Nicolas K." <94948678+DarkMattrMaestro@users.noreply.github.com> Date: Sat, 22 Aug 2026 18:15:57 -0400 Subject: [PATCH 2/2] [fr_ca] Add translations for CR0.6.0 --- assets/base/lang/fr_ca/base_blocks.json | 14 +++++++++++++- assets/base/lang/fr_ca/game.json | 3 ++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/assets/base/lang/fr_ca/base_blocks.json b/assets/base/lang/fr_ca/base_blocks.json index 9fd83055..f28d4180 100644 --- a/assets/base/lang/fr_ca/base_blocks.json +++ b/assets/base/lang/fr_ca/base_blocks.json @@ -184,5 +184,17 @@ "base:grass_lux": "Herbe de Lux", "base:item_hologram": "Hologramme d'item", "base:grass_blades_lux": "Brins d'herbe de Lux", - "base:chute": "Chute" + "base:chute": "Chute", + "base:luxshroom_small": "Petit champilux", + "base:luxshroom_small::blue": "Petit champilux bleue", + "base:luxshroom_small::purple": "Petit champilux mauve", + "base:luxshroom_small::brown": "Petit champilux brun", + "base:luxshroom_big::stem": "Tige de champilux", + "base:luxshroom_big::canopy_blue": "Canopé de champilux bleue", + "base:luxshroom_big::canopy_purple": "Canopé de champilux mauve", + "base:luxshroom_big::canopy_brown": "Canopé de champilux brun", + "base:flower_cosmos": "Fleur du cosmos", + "base:flower_cosmos::lux": "Fleur du cosmos de Lux", + "base:flower_lavender": "Fleur de lavande", + "base:flower_lavender::lux": "Fleur de lavande de Lux" } \ No newline at end of file diff --git a/assets/base/lang/fr_ca/game.json b/assets/base/lang/fr_ca/game.json index f0f476c9..78c5e442 100644 --- a/assets/base/lang/fr_ca/game.json +++ b/assets/base/lang/fr_ca/game.json @@ -157,5 +157,6 @@ "fullscreenExclusive": "Exclusif", "fullscreenBorderless": "Sans bordures", "Lux_Sky": "Ciel Luxéen", - "zone_base:lux": "Lux" + "zone_base:lux": "Lux", + "cloudsButton": "Nuages : " } \ No newline at end of file