Skip to content

Commit 2798812

Browse files
authored
Merge pull request #82405 from Uwuewsky/translation-fixes
Some translation fixes
2 parents d10c8f7 + 0813fe6 commit 2798812

File tree

13 files changed

+74
-43
lines changed

13 files changed

+74
-43
lines changed

data/mods/Magiclysm/Spells/attunements/Blood_Mage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@
130130
{
131131
"id": "demonic_possession_real",
132132
"type": "SPELL",
133-
"name": "Demonic Possession Real",
134-
"description": "Grants the aura that gives the demon traits. You're not supposed to see this.",
133+
"name": { "str": "Demonic Possession Real", "//~": "NO_I18N" },
134+
"description": { "str": "Grants the aura that gives the demon traits. You're not supposed to see this.", "//~": "NO_I18N" },
135135
"valid_targets": [ "self" ],
136136
"flags": [ "CONJURATION_SPELL", "SOMATIC", "NO_LEGS", "MUST_HAVE_CLASS_TO_LEARN", "SILENT", "NO_EXPLOSION_SFX" ],
137137
"extra_effects": [ { "id": "eoc_summon_setup", "hit_self": true } ],

data/mods/MindOverMatter/effects/effects_monster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
"Revivified",
175175
"Revivified"
176176
],
177-
"desc": [ "Causes the target to eventually die. It's a bug if you have it." ],
177+
"desc": [ { "str": "Causes the target to eventually die. It's a bug if you have it.", "//~": "NO_I18N" } ],
178178
"max_intensity": 12,
179179
"int_decay_step": 1,
180180
"int_decay_tick": 60,

data/mods/MindOverMatter/effects/effects_psionic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@
29882988
"type": "effect_type",
29892989
"id": "effect_vitakin_hurt",
29902990
"name": [ "Enervating Touch" ],
2991-
"desc": [ "This reduces monsters' regeneration. It's a bug if you have it." ],
2991+
"desc": [ { "str": "This reduces monsters' regeneration. It's a bug if you have it.", "//~": "NO_I18N" } ],
29922992
"rating": "bad",
29932993
"max_duration": "300 minutes",
29942994
"show_in_info": true,

data/mods/MindOverMatter/mutations/traits.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,9 @@
334334
{
335335
"type": "mutation",
336336
"id": "PSI_EXTENDED_CHANNELING_active",
337-
"name": { "str": "Extended Channeling Active" },
337+
"name": { "str": "Extended Channeling Active", "//~": "NO_I18N" },
338338
"points": 0,
339-
"description": "The active trait for Extended Channeling. It's a bug if you can see it.",
339+
"description": { "str": "The active trait for Extended Channeling. It's a bug if you can see it.", "//~": "NO_I18N" },
340340
"valid": false,
341341
"player_display": false
342342
},
@@ -356,9 +356,9 @@
356356
{
357357
"type": "mutation",
358358
"id": "PSI_TORRENTIAL_CHANNELING_active",
359-
"name": { "str": "Torrential Channeling Active" },
359+
"name": { "str": "Torrential Channeling Active", "//~": "NO_I18N" },
360360
"points": 0,
361-
"description": "The active trait for Torrential Channeling. It's a bug if you can see it.",
361+
"description": { "str": "The active trait for Torrential Channeling. It's a bug if you can see it.", "//~": "NO_I18N" },
362362
"valid": false,
363363
"player_display": false
364364
}

data/mods/Sky_Island/EOCs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,9 @@
976976
{
977977
"id": "warp_home_real",
978978
"type": "SPELL",
979-
"name": "Warp Home Real",
979+
"name": { "str": "Warp Home Real", "//~": "NO_I18N" },
980980
"//": "A simple no-failure spell that can be cast with hands full and triggers the EOC to return home. Flagged as verbal so you make noise while casting, increasing the need to find a safe spot to warp from. This only exists in case of bugs.",
981-
"description": "The actual warp home spell. It's a bug if you have it.",
981+
"description": { "str": "The actual warp home spell. It's a bug if you have it.", "//~": "NO_I18N" },
982982
"valid_targets": [ "self" ],
983983
"spell_class": "NONE",
984984
"flags": [ "NO_EXPLOSION_SFX", "NO_FAIL", "NO_LEGS", "NO_HANDS", "VERBAL" ],

data/mods/Xedra_Evolved/monsters/monsterattacks.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,10 @@
320320
"id": "xedra_monster_erosion_attack",
321321
"type": "SPELL",
322322
"name": { "str": "Monster Erosion - Attack", "//~": "NO_I18N" },
323-
"description": "This causes the dot when attacking targets with the erosion buff. Having the spell is a bug. Monster version",
323+
"description": {
324+
"str": "This causes the dot when attacking targets with the erosion buff. Having the spell is a bug. Monster version",
325+
"//~": "NO_I18N"
326+
},
324327
"valid_targets": [ "hostile", "ground", "none" ],
325328
"flags": [ "SILENT", "NO_PROJECTILE", "NO_EXPLOSION_SFX", "RANDOM_DAMAGE", "RANDOM_DURATION", "SPLIT_DAMAGE" ],
326329
"message": "monster erosion attack",
@@ -338,7 +341,7 @@
338341
"id": "xedra_monster_erosion_buff",
339342
"type": "SPELL",
340343
"name": { "str": "Monster Erosion - Buff", "//~": "NO_I18N" },
341-
"description": "This gives the monster the erosion buff. Having the spell is a bug. Monster version",
344+
"description": { "str": "This gives the monster the erosion buff. Having the spell is a bug. Monster version", "//~": "NO_I18N" },
342345
"valid_targets": [ "self" ],
343346
"flags": [ "SILENT", "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
344347
"effect": "attack",

data/mods/Xedra_Evolved/mutations/paraclesians/salamander_mutations.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,9 +743,12 @@
743743
{
744744
"type": "mutation",
745745
"id": "SALAMANDER_SMOKE_FORM_APPEARANCE",
746-
"name": { "str": "Form of Billowing Smoke Appearance" },
746+
"name": { "str": "Form of Billowing Smoke Appearance", "//~": "NO_I18N" },
747747
"points": 1,
748-
"description": "This mutation carries the sprite override info for Form of Billowing Smoke. You shouldn't be able to see it in game.",
748+
"description": {
749+
"str": "This mutation carries the sprite override info for Form of Billowing Smoke. You shouldn't be able to see it in game.",
750+
"//~": "NO_I18N"
751+
},
749752
"valid": false,
750753
"player_display": false,
751754
"override_look": { "id": "fd_nuke_gas", "tile_category": "field" },

data/mods/Xedra_Evolved/mutations/paraclesians/sylph_mutations.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -592,9 +592,12 @@
592592
{
593593
"type": "mutation",
594594
"id": "SYLPH_CLOUD_FORM_APPEARANCE",
595-
"name": { "str": "Body of Cloud Appearance" },
595+
"name": { "str": "Body of Cloud Appearance", "//~": "NO_I18N" },
596596
"points": 1,
597-
"description": "This mutation carries the sprite override info for Body of Cloud. You shouldn't be able to see it in game.",
597+
"description": {
598+
"str": "This mutation carries the sprite override info for Body of Cloud. You shouldn't be able to see it in game.",
599+
"//~": "NO_I18N"
600+
},
598601
"valid": false,
599602
"player_display": false,
600603
"override_look": { "id": "fd_extinguisher", "tile_category": "field" },

data/mods/Xedra_Evolved/spells/chronomancer.json

Lines changed: 27 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
{
6464
"id": "xedra_chronomancer_normalize_time_loop",
6565
"type": "SPELL",
66-
"name": "Unfreeze Time - Loop",
67-
"description": "Remove a time loop. Part of the main unfreeze spell. Having this spell is a bug.",
66+
"name": { "str": "Unfreeze Time - Loop", "//~": "NO_I18N" },
67+
"description": { "str": "Remove a time loop. Part of the main unfreeze spell. Having this spell is a bug.", "//~": "NO_I18N" },
6868
"teachable": false,
6969
"valid_targets": [ "self", "ally", "ground", "hostile" ],
7070
"spell_class": "XEDRA_CHRONOMANCER",
@@ -83,8 +83,11 @@
8383
{
8484
"id": "xedra_chronomancer_normalize_time_terrain",
8585
"type": "SPELL",
86-
"name": "Unfreeze Time - Terrain",
87-
"description": "Unfreeze terrain from frozen time. Part of the main unfreeze spell. Having this spell is a bug.",
86+
"name": { "str": "Unfreeze Time - Terrain", "//~": "NO_I18N" },
87+
"description": {
88+
"str": "Unfreeze terrain from frozen time. Part of the main unfreeze spell. Having this spell is a bug.",
89+
"//~": "NO_I18N"
90+
},
8891
"teachable": false,
8992
"valid_targets": [ "self", "ally", "ground", "hostile" ],
9093
"spell_class": "XEDRA_CHRONOMANCER",
@@ -135,8 +138,11 @@
135138
{
136139
"id": "xedra_chronomancer_entropic_burst_field",
137140
"type": "SPELL",
138-
"name": "Entropic Burst - Fields",
139-
"description": "Remove fields of frozen time. Part of the Entropic Burst spell. Having this spell is a bug.",
141+
"name": { "str": "Entropic Burst - Fields", "//~": "NO_I18N" },
142+
"description": {
143+
"str": "Remove fields of frozen time. Part of the Entropic Burst spell. Having this spell is a bug.",
144+
"//~": "NO_I18N"
145+
},
140146
"teachable": false,
141147
"valid_targets": [ "self", "ally", "ground", "hostile" ],
142148
"spell_class": "XEDRA_CHRONOMANCER",
@@ -166,8 +172,11 @@
166172
{
167173
"id": "xedra_chronomancer_entropic_burst_effect",
168174
"type": "SPELL",
169-
"name": "Entropic Burst - Effect",
170-
"description": "Unfreeze target from frozen time. Part of the main entropic burst spell. Having this spell is a bug.",
175+
"name": { "str": "Entropic Burst - Effect", "//~": "NO_I18N" },
176+
"description": {
177+
"str": "Unfreeze target from frozen time. Part of the main entropic burst spell. Having this spell is a bug.",
178+
"//~": "NO_I18N"
179+
},
171180
"teachable": false,
172181
"valid_targets": [ "self", "ally", "hostile" ],
173182
"spell_class": "XEDRA_CHRONOMANCER",
@@ -377,8 +386,11 @@
377386
{
378387
"id": "xedra_chronomancer_cement_time_terrain",
379388
"type": "SPELL",
380-
"name": "Cement Time - Target",
381-
"description": "Stabilize target of frozen time. Part of the main cement spell. Having this spell is a bug.",
389+
"name": { "str": "Cement Time - Target", "//~": "NO_I18N" },
390+
"description": {
391+
"str": "Stabilize target of frozen time. Part of the main cement spell. Having this spell is a bug.",
392+
"//~": "NO_I18N"
393+
},
382394
"teachable": false,
383395
"valid_targets": [ "self", "ally", "hostile" ],
384396
"spell_class": "XEDRA_CHRONOMANCER",
@@ -540,8 +552,11 @@
540552
{
541553
"id": "xedra_chronomancer_destabilizing_strikes_attack",
542554
"type": "SPELL",
543-
"name": "Destabilizing Strikes (T) - Attack",
544-
"description": "This causes the dot when attacking targets with the destabilizing strikes buff. Having the spell is a bug.",
555+
"name": { "str": "Destabilizing Strikes (T) - Attack", "//~": "NO_I18N" },
556+
"description": {
557+
"str": "This causes the dot when attacking targets with the destabilizing strikes buff. Having the spell is a bug.",
558+
"//~": "NO_I18N"
559+
},
545560
"valid_targets": [ "hostile" ],
546561
"flags": [ "SILENT", "NO_PROJECTILE", "NO_EXPLOSION_SFX", "MUST_HAVE_CLASS_TO_LEARN" ],
547562
"effect": "attack",

data/mods/Xedra_Evolved/spells/eater_spells.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,11 @@
590590
{
591591
"id": "xedra_eater_erosion_attack",
592592
"type": "SPELL",
593-
"name": "Erosion - Attack",
594-
"description": "This causes the dot when attacking targets with the erosion buff. Having the spell is a bug.",
593+
"name": { "str": "Erosion - Attack", "//~": "NO_I18N" },
594+
"description": {
595+
"str": "This causes the dot when attacking targets with the erosion buff. Having the spell is a bug.",
596+
"//~": "NO_I18N"
597+
},
595598
"valid_targets": [ "hostile" ],
596599
"flags": [ "SILENT", "NO_PROJECTILE", "NO_EXPLOSION_SFX" ],
597600
"effect": "attack",

0 commit comments

Comments
 (0)