health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] Fw:Suggest add another name_representation for CJK user


From: tumashu
Subject: Re: [Health] Fw:Suggest add another name_representation for CJK user
Date: Sat, 29 Jun 2019 06:41:41 +0800 (CST)

>>    For CJK users,  name representation is  FamilyGiven, for example:
>> 冯书, Family=冯  Given=书, suggest add a new name representation.
>> 
>Thank you for the feedback ! 
>
>Maybe I did not understand your proposal. Which format / representation
>would you like to add ? 

like this:
----------
                    if self.name_representation == 'cjk':
                        if pname.family:
                            family = pname.family
                        res = family + given

--------------

reply via email to

[Prev in Thread] Current Thread [Next in Thread]