Posted: December 4, 2014 at 7:56 pm
|
HEllo, first thanks for this fine piece of software π Just bought 4.4.5. installed it and everything seems nice… BUT: The language of my blog is German. for example in the frontend there is the english sentence : “Please note that a maximum number of 1 tickets can be purchased for this event per order.” I thought: Ok it would not be translated, so i donwloaded the an *.po export from http://translate.eventespresso.com/projects/event-espresso-4/de/event-espresso-de_DE and … it is translated. do I have to upload thre language file myself and replace my file with the existing event_espresso-de_de.mo or why is this not working from the start? Thanks for your help !! Thomas |
Hi, You could use something like this in a site specific plugin or your child theme’s functions.php file: add_filter( 'FHEE__ticket_selector_chart_template__maximum_tickets_purchased_footnote', 'ee_change_maximum_tickets_messaging' ); function ee_change_maximum_tickets_messaging() { return 'Notice: Register today! Only a limited number of tickets are available'; } It will look like this: http://cl.ly/image/3l2R0g0C3L2i — |
|
|
Hello Lorenzo, But it seems like this language translations are not implemented in the newest version that i donwloaded yesterday. So how do i “get this translation running” ? I hope oyu know what i mean π THomas |
Hi, you can upload the existing file to this location: /wp-content/uploads/espresso/languages — |
|
|
This is all not working π So what did i do wrong? Do I have to change the filename? Upload an export in *.mo format from this site http://translate.eventespresso.com/projects/event-espresso-4/de/event-espresso-de_DE or do i have to make an *.po export and convert it to *.mo myself ? Thanks a lot for your help!!!! |
Hi, The reason this is not working is due to the file name. With EE4.4.x this needs to be event_espresso-de_DE.mo Currently it is event–espresso-de_DE.mo In version 4.5.0+ we have added another check for language files downloaded directly from GlotPress. |
|
|
AHhhh…. THATS IT! …. THX so much! And right now i am working on the translation file for the German version so lets see when we can complete it π |
The support post ‘Translation to German not working all the time’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.