srichter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp_mail() – poedit –I still can not send emails with wp_mail ( ) Send accessing the en_EN.po and fill the placeholder .
I save to every user in the meta his Language .I want to send the user email in his language .
Forum: Fixing WordPress
In reply to: wp_mail() – poedit –I want to add the right language from . po to wp_mail().
Forum: Fixing WordPress
In reply to: /languages/de_DE.pot working /my-theme-de_DE.pot notI dont´t know. PoEdit do this.
Forum: Fixing WordPress
In reply to: /languages/de_DE.pot working /my-theme-de_DE.pot notI open .pot with poedit to translate.
Now.
de_DE.pot
de_De.moin the Folder.
Only.
my-theme-de_DE.mo
2.Question
What can I do to use
my-theme-de_DE. ?Now, i can use de_DE.
What is the right way?
Forum: Fixing WordPress
In reply to: /languages/de_DE.pot working /my-theme-de_DE.pot notYes.
textdomain my-theme in style.css
folder my-theme
_e( ‘Category:’, ‘my-theme’ )
load_theme_textdomain( ‘my-theme’, get_template_directory() . ‘/languages/’);I wonder. Because the last theme ist works like my-theme-de_DE
File not found or /languages/de_DE.pot de_DE.mo
/languages/ my-theme- /de_De.pot
In the theme twentyten /laguages/twentyten.pot
Codex: Unlike plugin language files, a name like my_theme-de_DE.mo will NOT work.
I’m a little confused because I put it in another theme with my theme.pot-and it works. Codex says no, and the others do it. I just can not find the problem.
Forum: Fixing WordPress
In reply to: Retrieve password is currently not allowed.Plugin Problem.
Forum: Fixing WordPress
In reply to: /languages/de_DE.pot working /my-theme-de_DE.pot nothttp://codex.ww.wp.xz.cn/Function_Reference/load_theme_textdomain
Sorry! Unlike plugin language files, a name like my_theme-de_DE.mo will NOT work.