Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Jan 17, 2025
1 parent 0e07779 commit 9fd757e
Show file tree
Hide file tree
Showing 29 changed files with 914 additions and 3,441 deletions.
2 changes: 1 addition & 1 deletion apps/web/languine.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from "languine";
export default defineConfig({
locale: {
source: "en",
targets: ["es", "fr", "de", "ja", "zh", "ar", "ko", "sv", "no", "fi", "pt"],
targets: ["es"],
},
files: {
ts: {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/components/onboarding-steps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function OnboardingSteps() {
</p>
</div>
<CopyInput
value="npx languine@latest push"
value="npx languine@latest translate"
className="border-dashed"
/>
</CardContent>
Expand Down
302 changes: 0 additions & 302 deletions apps/web/src/locales/ar.ts

This file was deleted.

22 changes: 11 additions & 11 deletions apps/web/src/locales/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ export const {
useCurrentLocale,
} = createI18nClient({
en: () => import("./en"),
fr: () => import("./fr"),
es: () => import("./es"),
de: () => import("./de"),
no: () => import("./no"),
sv: () => import("./sv"),
fi: () => import("./fi"),
pt: () => import("./pt"),
ar: () => import("./ar"),
ja: () => import("./ja"),
ko: () => import("./ko"),
zh: () => import("./zh"),
// fr: () => import("./fr"),
// es: () => import("./es"),
// de: () => import("./de"),
// no: () => import("./no"),
// sv: () => import("./sv"),
// fi: () => import("./fi"),
// pt: () => import("./pt"),
// ar: () => import("./ar"),
// ja: () => import("./ja"),
// ko: () => import("./ko"),
// zh: () => import("./zh"),
});
Loading

0 comments on commit 9fd757e

Please sign in to comment.