qcjacques Posted April 6, 2022 Share Posted April 6, 2022 Site URL: https://vatnaaskirke.squarespace.com/kalender Hello everybody, I would like some help with translating into Norwegian, - the month on the calendar - day + month on the single events On page: https://vatnaaskirke.squarespace.com/kalender PW 3355 Thank you in advance! Link to comment
Beyondspace Posted April 6, 2022 Share Posted April 6, 2022 9 hours ago, qcjacques said: Site URL: https://vatnaaskirke.squarespace.com/kalender Hello everybody, I would like some help with translating into Norwegian, - the month on the calendar - day + month on the single events On page: https://vatnaaskirke.squarespace.com/kalender PW 3355 Thank you in advance! Do you mean translate the following areas? qcjacques 1 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
qcjacques Posted April 7, 2022 Author Share Posted April 7, 2022 Hello, Thanks for responding 🙂, Yes, exactly. And also the day and month on the page, after clicking on the single event. Link to comment
practice Posted April 9, 2022 Share Posted April 9, 2022 Any updates on this? Also was looking for an answer! qcjacques 1 Link to comment
DaniCal Posted April 13, 2022 Share Posted April 13, 2022 Also interested in this! qcjacques 1 Link to comment
qcjacques Posted April 26, 2022 Author Share Posted April 26, 2022 Still interested! 🙂 Link to comment
heyawaiszahid Posted April 27, 2022 Share Posted April 27, 2022 Hi @qcjacques and @DaniCal You can change the English name of month to Norwegian on the calendar block with the help of below code. <script> let en2nor = { January: "Januar", February: "Februar", March: "Mars", April: "April", May: "Mai", June: "Juni", July: "Juli", August: "August", September: "September", October: "Oktober", November: "November", December: "Desember", }, $target = $(".calendar-block h1 > div"), month = $target.text().split(" ")[0]; $target.text($target.text().replace(month, en2nor[month])); </script> You need to put this code in the Code Injection FOOTER under Settings > Advanced. Please note that it requires jQuery. Since it was already added to the reference website, you can skip the next step. Add jQuery to your website by adding below code in the Code Injection HEADER under Settings > Advanced. <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> PS: This is my first attempt to answer a question here. I hope this helps 🙂 Link to comment
paul2009 Posted April 27, 2022 Share Posted April 27, 2022 On 4/6/2022 at 2:49 PM, qcjacques said: I would like some help with translating into Norwegian If you start a new Squarespace 7.1 trial today, it will now offer Norwegian (and Danish, Finnish and Swedish) as the site language - no code should be necessary. Take a look in Settings > Language & region > Site language. However, if you have already started a site, it may be a few weeks before the support for these languages has been added, as they are rolled out in waves. tuanphan 1 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
Timm_ Posted July 29, 2022 Share Posted July 29, 2022 Hey, I'm also interested in this. Although I am only using scheduling. The script above did not work for me. Glad to receive any advice. 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