Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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?