Add tone support
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
export const languages = ref([
|
||||
"English",
|
||||
"Greek",
|
||||
"German",
|
||||
"Italian",
|
||||
"Polish",
|
||||
]);
|
||||
20
app/utils/model.ts
Normal file
20
app/utils/model.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export const languages = ref([
|
||||
"English",
|
||||
"Greek",
|
||||
"German",
|
||||
"Italian",
|
||||
"Polish",
|
||||
]);
|
||||
|
||||
export const tones = ref([
|
||||
"Motivational",
|
||||
"Casual",
|
||||
"Funny",
|
||||
"Epic",
|
||||
"Minimalist",
|
||||
"Reflective",
|
||||
"Poetic",
|
||||
"Competitive",
|
||||
"Adventure",
|
||||
"Snarky",
|
||||
]);
|
||||
Reference in New Issue
Block a user