You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "convergine/craft-content-buddy",
3
3
"description": "Content Buddy is an AI-driven CraftCMS plugin that leverages the ChatGPT API to automatically generate and manage multi-language content, including text and images, with customizable settings and features for precise control and enhanced content creation.",
Copy file name to clipboardExpand all lines: src/translations/en/convergine-contentbuddy.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@
25
25
'delaySectionDescription' => 'During bulk translations, the plugin will add a delay of this amount of seconds for every extra section.',
26
26
'maxAttemptsDescription' => 'The maximum number of attempts to try when saving an entry during translation. This is only an issue if another task or user is editing the same entry at the same time.',
27
27
'ttrDescription' => 'The maximum time a translation task should wait around for the job to be handled before assuming it failed.',
28
+
'deepLApiVersionDescription' => 'API version to use. For more information, see https://developers.deepl.com/docs/getting-started/auth#api-versions',
0 commit comments