By maru-san - Sunday, November 5, 2006
|
Function StrPossessiveProperNoun(name) if right(name,1) <> "s" then StrPossessiveProperNoun=name & "の" else StrPossessiveProperNoun=name & "の" end if End Function
Can this part from lang.vbs beeing transferred to the dictionary.xml, since the vbs file won`t accept japanese characters?
|
By GenoProSupport - Sunday, November 12, 2006
|
I took a note of it.
|
By GenoProSupport - Monday, November 13, 2006
|
Ron will take of this issue, perhaps using regular expressions .
|
By ddv - Tuesday, November 14, 2006
|
It is very important. It is problem in russian translate too. I am need comment in each new version.
Thanks.
|
By GenoProSupport - Wednesday, November 15, 2006
|
Ron sent me a skin where the possessive noun is in the language dictionary (dictionary.xml).
|