Lokali opens a PR translating every string in your repo to 5 languages. Free until you ship.
| File | Line | Type | String |
|---|---|---|---|
| cli/index.ts | 86 | String literal | The name of the application, as well as the name of the directory to create |
| cli/index.ts | 90 | String literal | Explicitly tell the CLI to not initialize a new git repo in the project |
| cli/index.ts | 95 | String literal | Explicitly tell the CLI to not run the package manager's install command |
| cli/index.ts | 108 | String literal | Boolean value if we're running in CI |
| cli/index.ts | 160 | String literal | Explicitly tell the CLI to use the new Next.js app router |
| cli/index.ts | 174 | String literal | Display the version number |
| cli/index.ts | 268 | String literal | What will your project be called? |
| cli/index.ts | 275 | String literal | Will you be using TypeScript or JavaScript? |
| cli/index.ts | 285 | String literal | Wrong answer, using TypeScript instead |
| cli/index.ts | 289 | String literal | Will you be using Tailwind CSS for styling? |