File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44## [ 0.1.0] - 2025-06-03
55
66### Added
7- - chore: initial release of the DeepLSDK .jl package.
7+ - chore: initial release of the DeepL .jl package.
88- feat: ` translate_text ` function for translating a single string of text.
99- feat: ` translate_text ` function for translating multiple strings of text.
1010
Original file line number Diff line number Diff line change 1- name = " DeepLSDK "
1+ name = " DeepL "
22uuid = " ee04fb13-afea-4bee-b967-185145acd83e"
33authors = [" Pablo Valdunciel <pablo.valdunciel@docyet.com>" ]
44version = " 0.1.0"
Original file line number Diff line number Diff line change 1- # DeepLSDK .jl
1+ # DeepL .jl
22
33DeepL SDK in Julia. The package currently implements only the most basic functionality: translating a string of text.
44
Original file line number Diff line number Diff line change 1- module DeepLSDK
1+ module DeepL
22
33# External dependencies
44# ---------------------
Original file line number Diff line number Diff line change 11using Test
2- using DeepLSDK
2+ using DeepL
33
4- @testset " DeepLSDK Module Tests" begin
4+ @testset " DeepL Module Tests" begin
55
66 @testset " translate_text" begin
77 @testset " single text" begin
You can’t perform that action at this time.
0 commit comments