MomMe Posted November 5, 2021 Share Posted November 5, 2021 Site URL: https://www.mom-me.dk/ Hi, How do I translate the name of the month on a blog post to another language? Beyondspace 1 Link to comment
paul2009 Posted November 5, 2021 Share Posted November 5, 2021 Is this on the individual blog posts like https://www.mom-me.dk/blog/blog-post-title-four-r3kyz? About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
MomMe Posted November 8, 2021 Author Share Posted November 8, 2021 It should be on all blog posts, also future ones. Link to comment
tuanphan Posted November 10, 2021 Share Posted November 10, 2021 On 11/8/2021 at 4:28 PM, MomMe said: It should be on all blog posts, also future ones. Try adding to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> const translate = { Jan: "New Jan", Feb: "New Feb", Mar: "New Mar", Apr: "New Apr", May: "New May", Jun: "New Jun", Jul: "New Jul", Aug: "New Aug", Sep: "New Sep", Oct: "New Oct", Nov: "New Nov", Dec: "New Dec" } const translate1 = { January: "New Januanry", February: "New February", March: "New March", April: "New April", May: "New May", June: "New June", July: "New July", August: "New August", September: "New September", October: "New October", November: "New November", December: "New December" } const day = { Monday: "New Monday", Tuesday: "New Tuesday", Wednesday: "New Wednesday", Thursday: "New Thursday", Friday: "New Friday", Saturday: "New Saturday", Sunday: "New Sunday" } $(document).ready(function() { $('time.blog-meta-item--date span').each(function(i, e) { const text = $(e).html() $(e).html(translate[text]) }) }) S.fn.init [document] const translate = { Jan: "New Jan", Feb: "New Feb", Mar: "New Mar", Apr: "New Apr", May: "New May", Jun: "New Jun", Jul: "New Jul", Aug: "New Aug", Sep: "New Sep", Oct: "New Oct", Nov: "New Nov", Dec: "New Dec" } const translate1 = { January: "New Januanry", February: "New February", March: "New March", April: "New April", May: "New May", June: "New June", July: "New July", August: "New August", September: "New September", October: "New October", November: "New November", December: "New December" } const day = { Monday: "New Monday", Tuesday: "New Tuesday", Wednesday: "New Wednesday", Thursday: "New Thursday", Friday: "New Friday", Saturday: "New Saturday", Sunday: "New Sunday" } $(document).ready(function() { $('time.blog-meta-item--date span').each(function(i, e) { const text = $(e).html() $(e).html(translate[text]) }) $('time.blog-meta-item--date span').each(function(i, e) { let text = $(e).html() for(let key in translate) { text = text.replace(key, translate[key]) } for(let key in day) { text = text.replace(key, day[key]) } console.log(text) $(e).html(text) }) }) </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MomMe Posted November 18, 2021 Author Share Posted November 18, 2021 Sorry tuanphan, it didn't work.... Link to comment
tuanphan Posted November 21, 2021 Share Posted November 21, 2021 On 11/19/2021 at 3:00 AM, MomMe said: Sorry tuanphan, it didn't work.... It looks like you removed date. Do you still need help? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MomMe Posted November 21, 2021 Author Share Posted November 21, 2021 (edited) If it can be solved, then yes. I will prefer the date to be there but not in english 😉 Edited November 21, 2021 by MomMe Link to comment
Beyondspace Posted November 22, 2021 Share Posted November 22, 2021 7 hours ago, MomMe said: If it can be solved, then yes. I will prefer the date to be there but not in english 😉 Try to enable again we can suggest using Intl API for dateformat Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MomMe Posted November 22, 2021 Author Share Posted November 22, 2021 It's enabled again 😉 Beyondspace 1 Link to comment
Beyondspace Posted November 23, 2021 Share Posted November 23, 2021 2 hours ago, MomMe said: It's enabled again 😉 What language and date format Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted November 23, 2021 Share Posted November 23, 2021 4 hours ago, MomMe said: It's enabled again 😉 Is it correct Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
MomMe Posted November 23, 2021 Author Share Posted November 23, 2021 Like this: 6. august 2021 😉 Beyondspace 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment