Changeset 48 in code
- Timestamp:
- Oct 6, 2023, 2:33:57 PM (20 months ago)
- Location:
- trunk
- Files:
-
- 13 added
- 12 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Dockerfile
r33 r48 2 2 3 3 COPY . . 4 WORKDIR web/5 4 RUN go mod download 6 5 RUN go build -o simplytranslate -
trunk/engines/engine.go
r27 r48 20 20 var Engines = map[string]Engine{ 21 21 "google": &GoogleTranslate{}, 22 // "icibia": &ICIBA{},23 // 22 // "iciba": &ICIBA{}, 23 // "libre": &LibreTranslate{}, 24 24 "reverso": &Reverso{}, 25 25 } -
trunk/legal_notice.txt
r41 r48 4 4 5 5 The creators of this repository assume no liability for the accuracy and timeliness of any information provided above. Trademark owner information was researched to the best of the author's knowledge at the time of curation and may be outdated or incorrect. 6
Note:
See TracChangeset
for help on using the changeset viewer.