Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change model key for language level -> difficulty #55

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions assets/l10n/intl_es.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2872,8 +2872,8 @@
"type": "text",
"placeholders": {}
},
"langaugeLevel": "Nivel de lengua",
"@langaugeLevel": {
"languageLevel": "Nivel de lengua",
"@languageLevel": {
"type": "text",
"placeholders": {}
},
Expand Down Expand Up @@ -4544,4 +4544,4 @@
"enableModeration": "Activar la moderación",
"enableModerationDesc": "Activar la moderación automática para revisar los mensajes antes de enviarlos",
"conversationLanguageLevel": "¿Cuál es el nivel lingüístico de esta conversación?"
}
}
2 changes: 1 addition & 1 deletion lib/pangea/constants/model_keys.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class ModelKey {
static const String feedbackLang = "feedback_lang";

// bot options
static const String languageLevel = "langauge_level";
static const String languageLevel = "difficulty";
static const String conversationTopic = "conversation_topic";
static const String keywords = "keywords";
static const String safetyModeration = "safety_moderation";
Expand Down
Loading