|
|
Customers Important Contributors FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, March 21, 2021
Posts: 716,
Visits: 12,927
|
For my japanese report need to switch the prefix (in, at, etc.) for places to suffix position. Tried to switch from {0} {1} to {1} {0} in dictionary.xml, but nothing happens.
Please explain.
Edited: Sunday, October 1, 2006 by
GenoProSupport
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, January 16, 2025
Posts: 4,886,
Visits: 22,775
|
I presume you are talking about the dictionary entry _FmtPlaceNarrative .<!-- 0=place prefix, 1=place name --> <_FmtPlaceNarrative T=" {1}{0}"/> |
You are right however it does not nothing. I ran the code and was was unable to get to a single breakpoint using this variable. Maybe the English Narrative Report skin does not use this built-in prefix feature. I am investigating the issue...
Edited: Sunday, October 1, 2006 by
GenoProSupport
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, January 16, 2025
Posts: 4,886,
Visits: 22,775
|
If you try the following codewith <_FmtPlaceNarrative T=" {1}({0})"/> <!-- 0=place prefix, 1=place name --> |
you will get the following output using Harry Potter's sample family tree: Place Narrative: Beauxbatons(in) Place Narrative: Diagon Alley(in) Place Narrative: Egypt(in) Place Narrative: France(in) Place Narrative: Hogwarts(in) Place Narrative: Romania(in) Place Narrative: Smeltings(in)
As a result, I can conclude the dictionary entry _FmtPlaceNarrative is working fine, however the tag NameNarrative is never used in the English Narrative Report. Since Ron wrote this code, I will consult him to grasp a better understanding.
Edited: Sunday, October 1, 2006 by
GenoProSupport
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: Yesterday @ 9:53 PM
Posts: 3,412,
Visits: 26,304
|
I have a fix for this. I needed to use the Dictionary phrase _FmtPlaceNarrative in the routine StrHtmlHyperlink in Util.vbs. I will forward it to Dan today.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Friday, November 3, 2006 by
Ron
|
|
|
Administrators Moderators Customers Gamma FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Thursday, January 16, 2025
Posts: 4,886,
Visits: 22,775
|
|
|
|
Customers Important Contributors FamilyTrees.GenoPro.com Translator GenoPro version: 3.1.0.1
Last Login: Sunday, March 21, 2021
Posts: 716,
Visits: 12,927
|
Thanks for this update, works ok now.
|