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? Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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