code4recovery / tsml-ui

Embeddable recovery meeting finder
https://tsml-ui.code4recovery.org/
MIT License
23 stars 17 forks source link

Swedish i18n #292

Closed tiptop96 closed 1 year ago

tiptop96 commented 1 year ago

Hey, I am adding a Swedish locale but I have some questions!

netlify[bot] commented 1 year ago

Deploy Preview for tsml-ui ready!

Name Link
Latest commit 525e8ee96bb5908885c7ac94f1de5108d6a776c0
Latest deploy log https://app.netlify.com/sites/tsml-ui/deploys/63f12e194de6860008d34b17
Deploy Preview https://deploy-preview-292--tsml-ui.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

joshreisner commented 1 year ago

great thanks!

midday is in the time filter dropdown, it means the span of time between 11am and 3pm appointment is used when there is no time for a meeting, it presumably can be scheduled 'by appointment' it would be ideal to translate as is and then override for your locale.

joshreisner commented 1 year ago

code looks good! couple notes:

you'll want to build it with a npx build --production please increment the version in package.json and run npm i so that it also updates package-lock

tiptop96 commented 1 year ago

Thanks!

Cool, I translated them pretty much word for word now.

It is funny, there is no single word for midday in Swedish. 😅

I did npx mix --production, does it look right?