Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Aug 26, 2022
1 parent 11cedcc commit 899fb29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions src/components/changelog/Changelog.svelte
@@ -1,13 +1,9 @@
<ul class="list-disc list-inside">
<strong>On today's KFP menu:</strong>
<li class="ml-3.5">
New RAM-saving tricks that work on more device types
</li>
<li class="ml-3.5">
We are aware that the auto-translate feature is partially
broken due to changes on Google's end. We are all a little
busy at the moment, but we'll fix it as soon as we can.
Gomenasorry!
Auto-translate was broken for some users due to breaking
changes on Google's end, but these issues have been fixed!
Please keep in mind that this feature is experimental.
</li>
</ul>
<ul class="list-disc list-inside">
Expand Down
2 changes: 1 addition & 1 deletion src/components/settings/MessageTranslationSettings.svelte
Expand Up @@ -49,7 +49,7 @@
</script>

<span on:click={scrollToBottom}>
<Checkbox name="Translate chat messages with Google Translate" store={enabled} />
<Checkbox name="Translate chat messages with Google Translate (experimental)" store={enabled} />
{#if $enabled}
<DropdownStore
name="Target language"
Expand Down

0 comments on commit 899fb29

Please sign in to comment.