Limited Support
Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.
We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!
Merry Christmas and Happy Holidays! 🎄
Hello,
can you reset the text-transform to "none" for the German Language Translation, please? The first Letter upper case and all other Letters lower case is wrong for the German Language!
Example
Phrase key: After registration you will receive an email confirmation with a link to set a new password
Phrase value (right): Nach der Registrierung erhälst du eine E-Mail-Bestätigung mit einem Link, um ein neues Passwort zu setzen.
Frontend (wrong): Nach der registrierung erhälst du eine e-mail-bestätigung mit einem link, um ein neues passwort zu setzen.
I can't fix that using CSS code!
Many thanks for your help!
Hi mickdom,
- If you don't use wpForo 1.4.7, please update.
- change function.php file in /wp-content/plugins/wpforo/wpf-includes/ folder.
- in line 733 find
function wpforo_phrase($key, $echo = TRUE, $format = 'first-upper'){ - replace to
function wpforo_phrase($key, $echo = TRUE, $format = 'native'){
Important: that after you'll make this change, all phrases in your phrase system will be displayed as you've wrote the values in phrase system (Dashboard > Forum > Phrases admin page) before.
If you can’t find some phrase you can add it using [Add new] button. More info here:
https://wpforo.com/docs/root/translation/quick-translation-phrases/
Hi Sofy
Great, that works fine!
Many thanks for your help!!!
- If you don't use wpForo 1.4.7, please update.
- change function.php file in /wp-content/plugins/wpforo/wpf-includes/ folder.
- in line 733 find
function wpforo_phrase($key, $echo = TRUE, $format = 'first-upper'){- replace to
function wpforo_phrase($key, $echo = TRUE, $format = 'native'){
Hi,
in version 2.1.1 this is not doing the trick anymore. Any idea?