AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Translation -> Upper Case will shown as Lower Cases...

2 Posts
2 Users
0 Reactions
3,560 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@lozdigloz)
New Member
Joined: 8 years ago
[#5336]

Hello,

i've got some Question. The translation of "Member Activity" which is shown in User Profils uses only lower case. But for the German Language Translation it must be start with an upper case. If i translate it via po File and use an upper case, it would be shown an lower case. How can i change it, that the translation is shown as i typed in?

 

Thanks


1 Reply
Robert
Posts: 10716
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months ago

You can fix that using CSS code. Please navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea. Save it delete all caches and do Ctrl+F5 on forum front:

#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head {display:inline-block}
#wpforo #wpforo-wrap .wpf-profile-section .wpf-profile-section-head:first-letter {text-transform: uppercase}

Share: