From ae38ffbc4999fe6b30e28bba7e749a0608e76b6e Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:16:09 -0500 Subject: [PATCH 1/6] Update es_ec.json (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) --- src/main/resources/assets/splitself/lang/es_ec.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_ec.json b/src/main/resources/assets/splitself/lang/es_ec.json index acb3909..d424e23 100644 --- a/src/main/resources/assets/splitself/lang/es_ec.json +++ b/src/main/resources/assets/splitself/lang/es_ec.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", From e7105b963c1df9ece30bd78095a3b101fcc229b4 Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:17:04 -0500 Subject: [PATCH 2/6] Update es_es.json (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) --- src/main/resources/assets/splitself/lang/es_es.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_es.json b/src/main/resources/assets/splitself/lang/es_es.json index acb3909..d424e23 100644 --- a/src/main/resources/assets/splitself/lang/es_es.json +++ b/src/main/resources/assets/splitself/lang/es_es.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", From 40bf29c4692112635a2029453c5bff58fd889e9c Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:20:48 -0500 Subject: [PATCH 3/6] Update es_mx.json (#4) Changelog: [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke / Cola Dietetica in spanish. with the first characters changing place) --- src/main/resources/assets/splitself/lang/es_mx.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_mx.json b/src/main/resources/assets/splitself/lang/es_mx.json index acb3909..ca9c4d4 100644 --- a/src/main/resources/assets/splitself/lang/es_mx.json +++ b/src/main/resources/assets/splitself/lang/es_mx.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", From 6d5d40208142469fc85623ac09f771532f9e943a Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:21:06 -0500 Subject: [PATCH 4/6] Patch 2_1 (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update es_ar.json Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) * Update es_cl.json Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) --- src/main/resources/assets/splitself/lang/es_ar.json | 12 ++++++------ src/main/resources/assets/splitself/lang/es_cl.json | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_ar.json b/src/main/resources/assets/splitself/lang/es_ar.json index acb3909..d424e23 100644 --- a/src/main/resources/assets/splitself/lang/es_ar.json +++ b/src/main/resources/assets/splitself/lang/es_ar.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", diff --git a/src/main/resources/assets/splitself/lang/es_cl.json b/src/main/resources/assets/splitself/lang/es_cl.json index acb3909..58a8acc 100644 --- a/src/main/resources/assets/splitself/lang/es_cl.json +++ b/src/main/resources/assets/splitself/lang/es_cl.json @@ -10,13 +10,13 @@ "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", From 112661b06de7e80d09703223c523cd4c9b97e393 Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:23:39 -0500 Subject: [PATCH 5/6] Update es_uy.json (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) --- src/main/resources/assets/splitself/lang/es_uy.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_uy.json b/src/main/resources/assets/splitself/lang/es_uy.json index acb3909..d424e23 100644 --- a/src/main/resources/assets/splitself/lang/es_uy.json +++ b/src/main/resources/assets/splitself/lang/es_uy.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self", From 6ae070013ade4a958ff852e6357b016b1baab67e Mon Sep 17 00:00:00 2001 From: Iswagg117 Date: Wed, 15 Apr 2026 13:23:51 -0500 Subject: [PATCH 6/6] Update es_ve.json (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: [-] Removed "¿" from chat prompts (most spanish users do not use that symbol) [+] Changed "Ciet Doke" to "Dola Cietetica" (Diet Coke/Cola Dietetica In spanish but with the first Characters being replaced) --- src/main/resources/assets/splitself/lang/es_ve.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/splitself/lang/es_ve.json b/src/main/resources/assets/splitself/lang/es_ve.json index acb3909..d424e23 100644 --- a/src/main/resources/assets/splitself/lang/es_ve.json +++ b/src/main/resources/assets/splitself/lang/es_ve.json @@ -5,18 +5,18 @@ "chat.splitself.prompt.control": "control", "chat.splitself.prompt.freedom": "libertad", "chat.splitself.prompt.hello": "hola", - "chat.splitself.prompt.hello_alt": "¿hola?", + "chat.splitself.prompt.hello_alt": "hola?", "chat.splitself.prompt.help": "ayuda", "chat.splitself.prompt.oneLastTime": "one last time", "chat.splitself.prompt.oneLastTime_alt": "onelasttimemc", "chat.splitself.prompt.whereAreYou": "donde estas", - "chat.splitself.prompt.whereAreYou_alt": "¿donde estas?", + "chat.splitself.prompt.whereAreYou_alt": "donde estas?", "chat.splitself.prompt.whatDoYouWant": "que quieres", - "chat.splitself.prompt.whatDoYouWant_alt": "¿que quieres?", + "chat.splitself.prompt.whatDoYouWant_alt": "que quieres?", "chat.splitself.prompt.whatDidIDo": "que fue lo que hice", - "chat.splitself.prompt.whatDidIDo_alt": "¿que fue lo que hice?", + "chat.splitself.prompt.whatDidIDo_alt": "que fue lo que hice?", "chat.splitself.prompt.whoAreYou": "quien eres", - "chat.splitself.prompt.whoAreYou_alt": "¿quien eres?", + "chat.splitself.prompt.whoAreYou_alt": "quien eres?", "chat.splitself.prompt.tethered": "sin escapatoria", "chat.splitself.prompt.regex.canYouHearMe": ".*puede(s|n ellos| el| ella| eso| el mod) escuchar(me|nos|te).*", "chat.splitself.prompt.regex.leaveMeAlone": ".*deja(nos|me) aqui.*", @@ -207,7 +207,7 @@ "item.splitself.freedom_music_disc": "Disco Musical", "item.splitself.freedom_music_disc.desc": "Libertad", "item.splitself.in_my_life_music_disc.subtitle": "Dejame ser Libre", - "item.splitself.ciet_doke": "Ciet Doke", + "item.splitself.ciet_doke": "Dola Cietetica", "itemgroup.splitself.splitself_items": "Objetos de Split Self",