Skip to content

Commit

Permalink
Merge pull request #53 from danieljcafonso/refactor/rename_solidstart
Browse files Browse the repository at this point in the history
refactor: change Solid-Start to SolidStart
  • Loading branch information
Tommypop2 authored Aug 22, 2024
2 parents be2eb7b + d064cb3 commit 1fed536
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/vitepress_docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default defineConfig({
{ text: "About", link: "/about" },
{ text: "Installation", link: "/installation" },
{ text: "Basic Commands", link: "/basic-commands" },
{ text: "Solid-Start Commands", link: "/start-commands" },
{ text: "SolidStart Commands", link: "/start-commands" },
],
},
{ text: "Supported Integrations", link: "/supported-integrations" },
Expand Down
4 changes: 2 additions & 2 deletions docs/vitepress_docs/start-commands.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Solid-Start Commands
# SolidStart Commands

### `Mode`

Expand Down Expand Up @@ -39,7 +39,7 @@ Creates a new route file in the file routes directory.
solid start adapter
```

Used to setup a Solid-Start specific adapter.
Used to setup a SolidStart specific adapter.

**Options**

Expand Down
6 changes: 3 additions & 3 deletions packages/utils/src/translations/translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ const TRANSLATIONS = {
ja: "作成するフォルダーの名前",
},
IS_START_PROJECT: {
en: "Is this a Solid-Start project?",
es: "¿Es este un proyecto de Solid-Start?",
fr: "Est-ce un projet Solid-Start ?",
en: "Is this a SolidStart project?",
es: "¿Es este un proyecto de SolidStart?",
fr: "Est-ce un projet SolidStart?",
ja: "これはソリッドスタートプロジェクトですか?",
},
START_MODE: {
Expand Down

0 comments on commit 1fed536

Please sign in to comment.