Skip to content

Commit

Permalink
chore: frontend format
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Mar 31, 2024
1 parent 43832d1 commit bbb6310
Show file tree
Hide file tree
Showing 22 changed files with 1,495 additions and 1,506 deletions.
58 changes: 23 additions & 35 deletions backend/data/config.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,24 @@
{
"version": 0,
"ui": {
"default_locale": "en-US",
"prompt_suggestions": [
{
"title": [
"Help me study",
"vocabulary for a college entrance exam"
],
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
},
{
"title": [
"Give me ideas",
"for what to do with my kids' art"
],
"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."
},
{
"title": [
"Tell me a fun fact",
"about the Roman Empire"
],
"content": "Tell me a random fun fact about the Roman Empire"
},
{
"title": [
"Show me a code snippet",
"of a website's sticky header"
],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
}
]
}
}
"version": 0,
"ui": {
"default_locale": "en-US",
"prompt_suggestions": [
{
"title": ["Help me study", "vocabulary for a college entrance exam"],
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
},
{
"title": ["Give me ideas", "for what to do with my kids' art"],
"content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."
},
{
"title": ["Tell me a fun fact", "about the Roman Empire"],
"content": "Tell me a random fun fact about the Roman Empire"
},
{
"title": ["Show me a code snippet", "of a website's sticky header"],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
"tippy.js": "^6.3.7",
"uuid": "^9.0.1"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/ca-ES/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "Tu",
"You're a helpful assistant.": "Ets un assistent útil.",
"You're now logged in.": "Ara estàs connectat."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/de-DE/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "Du",
"You're a helpful assistant.": "Du bist ein hilfreicher Assistent.",
"You're now logged in.": "Du bist nun eingeloggt."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/en-US/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "",
"You're a helpful assistant.": "",
"You're now logged in.": ""
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/es-ES/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "Usted",
"You're a helpful assistant.": "Eres un asistente útil.",
"You're now logged in.": "Ya has iniciado sesión."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/fa-IR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "شما",
"You're a helpful assistant.": "تو یک دستیار سودمند هستی.",
"You're now logged in.": "شما اکنون وارد شده\u200cاید."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/fr-CA/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "You",
"You're a helpful assistant.": "Vous êtes un assistant utile",
"You're now logged in.": "Vous êtes maintenant connecté."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/fr-FR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "You",
"You're a helpful assistant.": "Vous êtes un assistant utile",
"You're now logged in.": "Vous êtes maintenant connecté."
}
}
726 changes: 363 additions & 363 deletions src/lib/i18n/locales/it-IT/translation.json

Large diffs are not rendered by default.

726 changes: 363 additions & 363 deletions src/lib/i18n/locales/ja-JP/translation.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/lib/i18n/locales/ko-KR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,4 +359,4 @@
"You": "당신",
"You're a helpful assistant.": "당신은 유용한 어시스턴트입니다.",
"You're now logged in.": "로그인되었습니다."
}
}
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
"code": "zh-TW",
"title": "Chinese (Traditional)"
}
]
]
2 changes: 1 addition & 1 deletion src/lib/i18n/locales/nl-NL/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,4 @@
"You": "Jij",
"You're a helpful assistant.": "Jij bent een behulpzame assistent.",
"You're now logged in.": "Je bent nu ingelogd."
}
}
Loading

0 comments on commit bbb6310

Please sign in to comment.