Slovak translation

This commit is contained in:
2026-03-11 20:12:01 +02:00
parent 1d7dd5f8d8
commit 99e04419ed
3 changed files with 96 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { atom } from "recoil";
import type { LokOpenHours } from "~/api";
export type Language = "fi" | "en";
export type Language = "fi" | "en" | "sk";
export type Session = {
username: string;