We started our fan translation to Czech language. I am currently translating Calisca using Notepad++ (just basic tool, I know)
The structure of XML file looks like this below. Problem is that it's not always very clear who says those phrases. NPC (Calisca) or player's character? Sometimes it is even out of context. So this is not very helpful for translators. Am I missing something here ? Are there any tags which clearly state who says which phrase ? I will be glad for any technical help.
<Entry> <ID>1</ID> <DefaultText>"You're the one who's supposed to be from some bigshot noble family, that true?"</DefaultText> <FemaleText /> </Entry> <Entry> <ID>2</ID> <DefaultText>"That's right. Royal blood runs through my veins."</DefaultText> <FemaleText /> </Entry> <Entry> <ID>3</ID> <DefaultText>"Yeah? How is it you happened to come here?"</DefaultText> <FemaleText /> </Entry> <Entry> <ID>4</ID> <DefaultText>"Someone tried to poison me."</DefaultText> <FemaleText /> </Entry>
Question
Entarion
Hello,
We started our fan translation to Czech language. I am currently translating Calisca using Notepad++ (just basic tool, I know)
The structure of XML file looks like this below. Problem is that it's not always very clear who says those phrases. NPC (Calisca) or player's character? Sometimes it is even out of context. So this is not very helpful for translators. Am I missing something here ? Are there any tags which clearly state who says which phrase ? I will be glad for any technical help.
------------------------------------------------------------------------------------------------------
<Entry>
<ID>1</ID>
<DefaultText>"You're the one who's supposed to be from some bigshot noble family, that true?"</DefaultText>
<FemaleText />
</Entry>
<Entry>
<ID>2</ID>
<DefaultText>"That's right. Royal blood runs through my veins."</DefaultText>
<FemaleText />
</Entry>
<Entry>
<ID>3</ID>
<DefaultText>"Yeah? How is it you happened to come here?"</DefaultText>
<FemaleText />
</Entry>
<Entry>
<ID>4</ID>
<DefaultText>"Someone tried to poison me."</DefaultText>
<FemaleText />
</Entry>
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now