Add Consultant role and localization support in SoftwareRoles and related services

This commit is contained in:
2026-06-02 16:26:23 +01:00
parent 6b7214e080
commit fabe34429a
8 changed files with 25 additions and 1 deletions

View File

@@ -62,7 +62,8 @@ public static class SoftwareRoles
new() { Id = "des", Name = "Design", Enabled = true },
new() { Id = "wri", Name = "Writing", Enabled = true },
new() { Id = "hwr", Name = "Hardware", Enabled = true },
new() { Id = "mrc", Name = "Music Recording", Enabled = true }
new() { Id = "mrc", Name = "Music Recording", Enabled = true },
new() { Id = "cns", Name = "Consultant", Enabled = true }
];
foreach(SoftwareRole role in roles)

View File

@@ -1823,6 +1823,7 @@ public class ImportService
"Package Design by" => "pkg",
"Voice Recording by" => "vrc",
"Music Recording by" => "mrc",
"Consulted by" => "cns",
"Game Engine by" => "eng",
"Graphic Engine by" => "eng",
"Sound Engine by" => "eng",

View File

@@ -354,6 +354,10 @@
<value>Musikaufnahme</value>
<comment>Music Recording</comment>
</data>
<data name="Consultant" xml:space="preserve">
<value>Berater</value>
<comment>Consultant</comment>
</data>
<data name="Release date" xml:space="preserve">
<value>Veröffentlichungsdatum</value>
<comment>Release date</comment>

View File

@@ -295,6 +295,9 @@
<data name="Music Recording" xml:space="preserve">
<value>Music Recording</value>
</data>
<data name="Consultant" xml:space="preserve">
<value>Consultant</value>
</data>
<data name="Release date" xml:space="preserve">
<value>Release date</value>
</data>

View File

@@ -356,6 +356,10 @@
<value>Grabación de música</value>
<comment>Music Recording</comment>
</data>
<data name="Consultant" xml:space="preserve">
<value>Consultor</value>
<comment>Consultant</comment>
</data>
<data name="Release date" xml:space="preserve">
<value>Fecha de lanzamiento</value>
<comment>Release date</comment>

View File

@@ -354,6 +354,10 @@
<value>Enregistrement musical</value>
<comment>Music Recording</comment>
</data>
<data name="Consultant" xml:space="preserve">
<value>Consultant</value>
<comment>Consultant</comment>
</data>
<data name="Release date" xml:space="preserve">
<value>Date de publication</value>
<comment>Release date</comment>

View File

@@ -358,6 +358,10 @@
<value>Registrazione musicale</value>
<comment>Music Recording</comment>
</data>
<data name="Consultant" xml:space="preserve">
<value>Consulente</value>
<comment>Consultant</comment>
</data>
<data name="Release date" xml:space="preserve">
<value>Data di pubblicazione</value>
<comment>Release date</comment>

View File

@@ -1585,6 +1585,9 @@
<data name="Music Recording" xml:space="preserve">
<value>Muziekopname</value>
</data>
<data name="Consultant" xml:space="preserve">
<value>Consultant</value>
</data>
<data name="Software Duplicates" xml:space="preserve">
<value>Software-duplicaten</value>
</data>