Skip to content

Commit

Permalink
Merge branch 'main' into update-jest-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi authored Feb 7, 2024
2 parents d52811d + eb16c11 commit 6414950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sheetsl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export function translateRange(): void {
* @see https://www.deepl.com/docs-api/translate-text/
*/
export function deepLTranslate(
sourceText: string | string[],
sourceText: string | string[] | null | undefined,
sourceLocale: string | null | undefined,
targetLocale: string,
): string[] {
Expand Down

0 comments on commit 6414950

Please sign in to comment.