i18n: Haskell language support using MicroHs - #1037
Conversation
Deploying livecodes with
|
| Latest commit: |
68a3a27
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6d1d194a.livecodes.pages.dev |
| Branch Preview URL: | https://i18n-live-codes-haskell.livecodes.pages.dev |
✅ Deploy Preview for livecodes ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
|
Size Change: 0 B Total Size: 1.13 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
ℹ️ No critical issues — locale content is clean; one off-scope file change worth reverting.
Reviewed changes
- Haskell locale strings — adds
haskell.name/haskell.desc/haskell.linkandtemplates.starter.haskellto all 17 non-English locales. I verified everylinkkeeps theen8-tag layout with balanced open/close pairs, that no locale is missing a key, and that each generated.tsmirrors its sibling.lokalise.jsonbyte-for-byte. storybook/solid/src/solid.ts— an incidental, unrelated removal (see inline comment) that the i18n auto-pull swept into the "update source texts" commit.
DeepSeek Flash (free via Pullfrog for OSS) | 𝕏
| import type { Component, JSX } from 'solid-js'; | ||
| import { createPlayground } from 'livecodes'; | ||
| // eslint-disable-next-line import/order | ||
There was a problem hiding this comment.
This // eslint-disable-next-line import/order comment was stripped by the i18n auto-pull commit and replaced with a blank line — it's unrelated to the Haskell translation. The file opens with /* eslint-disable */ and lint:prettier only scans src/, so CI stays green and this drift accumulates silently. Please revert storybook/solid/src/solid.ts to keep the PR scoped to locale files.




What type of PR is this? (check all applicable)
Description
i18n Actions:
.i18n-update-pullLocalization pulled from Lokalise.
i18n/live-codes/haskellRelated Tickets & Documents