Changeset 48 in code for trunk


Ignore:
Timestamp:
Oct 6, 2023, 2:33:57 PM (20 months ago)
Author:
yakumo.izuru
Message:

Reorganized the codebase, add support for flag modus operandi

Signed-off-by: Izuru Yakumo <yakumo.izuru@…>

Location:
trunk
Files:
13 added
12 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Dockerfile

    r33 r48  
    22
    33COPY . .
    4 WORKDIR web/
    54RUN go mod download
    65RUN go build -o simplytranslate
  • trunk/engines/engine.go

    r27 r48  
    2020var Engines = map[string]Engine{
    2121        "google": &GoogleTranslate{},
    22         // "icibia": &ICIBA{},
    23         // "libre":    &LibreTranslate{},
     22        //      "iciba": &ICIBA{},
     23        //      "libre":    &LibreTranslate{},
    2424        "reverso": &Reverso{},
    2525}
  • trunk/legal_notice.txt

    r41 r48  
    44
    55The 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.