Files
ghostwriter/app/utils/languages.ts
2025-04-07 12:59:20 +03:00

8 lines
96 B
TypeScript

export const languages = ref([
"English",
"Greek",
"German",
"Italian",
"Polish",
]);