Jump to content
  • 0

Spaces missing in translations after patch 3.00?


Luzeryn

Question

I think patch 3.00 broke something (I don't remember this happening before the patch) about the way you separate stuff in items/spells/whatever descriptions:

 

2jK5gzb.jpg

 

After each comma there's a space before the next word, but for whatever reason after patch 3.00 that space is not showing in translations:

 

COhSODO.jpg 2hNbLpr.jpg

 

This is on Mac OS X, Steam version, patch 3.01.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

That's a problem of the translation. They always break it.

 

E. g. change

 

PillarsOfEternity_Data\data\localized\de\text\game\gui.stringtable

 

   <Entry>
      <ID>2036</ID>
      <DefaultText>,</DefaultText>
      <FemaleText />
    </Entry>
    <Entry>

 

to:

 

   <Entry>
      <ID>2036</ID>
      <DefaultText>, </DefaultText>
      <FemaleText />
    </Entry>
    <Entry>

 

Put a space after the comma. Our translation mod does not have this issue...

  • Like 1
Link to comment
Share on other sites

  • 0

Yep, that fixed it, thank you. Do the parentheses work the same way? Any way to fix them? (The space is missing for those too).

 

Edit: Btw, I'm playing in Spanish and fixing our mod for the game. I say this in case you're wondering why don't I just use the German translation mod :)

 

Edit2: Fixed it thanks to the German mod. If anyone's curious this is what you need to change (same file as the above):

 

<Entry>

      <ID>1731</ID>
      <DefaultText>({0})</DefaultText>
      <FemaleText />
</Entry>
 
to:
 
<Entry>
      <ID>1731</ID>
      <DefaultText> ({0})</DefaultText>
      <FemaleText />
</Entry>
Edited by Luzeryn
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...