How to remove apostrophe in ones name?
                    I cant find out how to remove the apostrophe in usernames when they are mentioned in for example the activities tab:
You changed Michael's permissions.
I would like that to display:
You changed Michaels permissions.
The reason is that its not right with an apostrophe in my language.
Any help is greatly appreciated!
CODE:
%1$s changed %4$s permissions.
                        You changed Michael's permissions.
I would like that to display:
You changed Michaels permissions.
The reason is that its not right with an apostrophe in my language.
Any help is greatly appreciated!
CODE:
%1$s changed %4$s permissions.
            Tagged:
            
        
0          
            Best Answer
- 
             yu_tang
                        
                        
                             New                        
                    You can override FormatPossessive() function in your locale definitions file. yu_tang
                        
                        
                             New                        
                    You can override FormatPossessive() function in your locale definitions file.
 See below for example.
 https://github.com/vanillaforums/Garden/blob/master/applications/dashboard/locale/en-CA/definitions.php#L180
 
         
            
Answers
See below for example.
https://github.com/vanillaforums/Garden/blob/master/applications/dashboard/locale/en-CA/definitions.php#L18
And, if you dont mind, visit my blog too...at Penerjemah