Lone Wolf Development Forums  

Go Back   Lone Wolf Development Forums > Hero Lab Forums > HL - User Projects
Register FAQ Community Today's Posts Search

Notices

Reply
 
Thread Tools Display Modes
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 12th, 2014, 11:19 PM
Hello guys,

I wanted to share with you the evolution with my project of translating Hero Lab Savage Worlds into french. I will post screenshots of the advancements in the translation, to show you my progress.

Even though I have now almost two tabs translated, it's not perfect yet, and some stuff I still need to find where they are, but it's only a matter of time.

The Basics Tab



The Skills Tab



Next step : Edges.
Vampyre is offline   #1 Reply With Quote
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 13th, 2014, 04:17 AM
Once again, some more values are to be translated, but the main translation is done for the edges.

Vampyre is offline   #2 Reply With Quote
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 13th, 2014, 04:34 AM
The layout for the edges has been translated.


But as you can see, I still have two values that do not translate. I have no idea why that is, since the code has been translated here :

Code:
<portal
    id="edEdges"
    style="tblNormal">
    <table_dynamic
      component="Edge"
      showtemplate="edEdgePick"
      choosetemplate="edEdgeThg"
      choosesortset="Edge"
      addpick="resEdge"
      descwidth="350">
      <candidate>!Arcane.? | !hero#Arcane.?</candidate>
      <titlebar><![CDATA[
        @text = "Ajouter un Atout"
        if (hero.tagis[Hero.Creature] = 0) then
          @text &= "  -  " & hero.child[resEdge].field[resSummary].text
          endif
        ]]></titlebar>
      <headertitle><![CDATA[
        @text = "Atouts"
        if (hero.tagis[Hero.Creature] = 0) then
          @text &= "  -  " & hero.child[resEdge].field[resSummary].text
          endif
        ]]></headertitle>
      <additem><![CDATA[
        ~if we're in advancement mode, we've been frozen, so display accordingly
        if (state.iscreate = 0) then
          @text = "{text clrgrey}Ajoutez les Atouts via l'onglet Avancé"
          done
          endif

        ~get the color-highlighted "add" text
        @text = field[resAddItem].text
        ]]></additem>
      </table_dynamic>
    </portal>
and here

Code:
<portal
    id="edRewards"
    style="tblNormal">
    <table_dynamic
      component="Reward"
      showtemplate="SimpleItem"
      choosetemplate="SimpleItem"
      addpick="resHinder"
      columns="2">
      <titlebar><![CDATA[
        @text = "Ajouter une Récompense - " & hero.child[resHinder].field[resSummary].text
        ]]></titlebar>
      <headertitle><![CDATA[
        @text = "Récompenses -  " & hero.child[resHinder].field[resSummary].text
        ]]></headertitle>
      <additem><![CDATA[
        ~if we're in advancement mode, we've been frozen, so display accordingly
        if (state.iscreate = 0) then
          @text = "{text clrgrey}Ne peut pas ajouter de Récompenses après la création"
          done
          endif

        ~get the color-highlighted "add" text
        @text = field[resAddItem].text
        ]]></additem>
      </table_dynamic>
    </portal>
Surprisingly, it worked for the "Handicaps" section (hindrance)
Vampyre is offline   #3 Reply With Quote
Mathias
Senior Member
Lone Wolf Staff
 
Join Date: May 2005
Posts: 13,213

Old June 13th, 2014, 07:26 AM
That text is being generated by:

hero.child[resEdge].field[resSummary].text

The resSummary field is in miscellaneous.str
Mathias is offline   #4 Reply With Quote
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 13th, 2014, 07:32 AM
Thank you Matthias for pointing this out. I will make sure that is translated as well

So, I kept on going today, and finished the hindrances...
Vampyre is offline   #5 Reply With Quote
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 16th, 2014, 01:10 AM
Going further into the translation, I've struck the personal tab.

Translating it is easy, but I would like to change the imperial system used for the weight and height, into something that I understand (metric system).

Is that possible ?
Vampyre is offline   #6 Reply With Quote
ShadowChemosh
Senior Member
Volunteer Data File Contributor
 
Join Date: Jan 2010
Location: Chicago, IL (USA)
Posts: 10,729

Old June 16th, 2014, 02:57 PM
Quote:
Originally Posted by Vampyre View Post
Translating it is easy, but I would like to change the imperial system used for the weight and height, into something that I understand (metric system).

Is that possible ?
For this kind of question you will most likely be better off asking in the Authoring Kit forum instead. Mathias monitors that forum for exactly this kind of question.

Hero Lab Resources:
Pathfinder - d20pfsrd and Pathfinder Pack Setup
3.5 D&D (d20) - Community Server Setup
5E D&D - Community Server Setup
Hero Lab Help - Hero Lab FAQ, Editor Tutorials and Videos, Editor & Scripting Resources.
Created by the community for the community
- Realm Works kickstarter backer (Alpha Wolf) and Beta tester.
- d20 HL package volunteer editor.
ShadowChemosh is offline   #7 Reply With Quote
Vampyre
Member
 
Join Date: Sep 2013
Posts: 78

Old June 17th, 2014, 06:23 AM
Thank you for the answer, I will check there if it is possible to make the change in the authoring kit.

As for the translation, I would say it is 75% complete. At least it fits now my needs, and I will be going further into the translation as I go, as I need it. But I'm pretty happy with the result I have.
Vampyre is offline   #8 Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -8. The time now is 07:16 AM.


Powered by vBulletin® - Copyright ©2000 - 2024, vBulletin Solutions, Inc.
wolflair.com copyright ©1998-2016 Lone Wolf Development, Inc. View our Privacy Policy here.