Patch #3551
Additional case of USER_FORMAT, #{lastname}#{firstname} without any sperator
Status: | Closed | Start date: | 2009-06-28 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | Estimated time: | 1.00 hour | |
Target version: | 3.3.0 |
Description
in Korea, we just use this form from more then 10 year before. (as I remember.)
for example, if firstname is 길동 and lastname is 홍, --> right format is 홍길동. this is our standard form of writing the name. so please apply this patch for Korean users (who using redmine with Korean only project.)
(the patch is based on r2793.)
Related issues
Associated revisions
Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperator (#3551).
Patch by Go MAEDA.
History
#1
Updated by Go MAEDA about 5 years ago
- File redmine-lastnamefirstname_v2.diff
added
- Target version set to Candidate for next major release
Not only Korean, but also Chinese don't insert a space between first and last name.
I have updated the patch for r14992.
#2
Updated by Toshi MARUYAMA almost 5 years ago
- Target version changed from Candidate for next major release to 3.3.0
#3
Updated by Toshi MARUYAMA almost 5 years ago
- Category changed from Administration to UI
#4
Updated by Jean-Philippe Lang almost 5 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
Committed, thanks.
#5
Updated by Yonghwan SO almost 5 years ago
Nice! :-)
Jean-Philippe Lang wrote:
Committed, thanks.
#6
Updated by Go MAEDA almost 5 years ago
- Duplicated by Feature #13227: CJK (Chinese/Japanese/Korean) name display as firstname+lastname(no space) added
#7
Updated by Jean-Philippe Lang over 4 years ago
- Subject changed from additional case of USER_FORMAT, #{lastname}#{firstname} without any sperator. to Additional case of USER_FORMAT, #{lastname}#{firstname} without any sperator