- Timestamp:
- Sep 21, 2023, 2:27:50 AM (21 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r13 r17 17 17 install: 18 18 install -Dm0755 suwako ${PREFIX}/bin/suwako 19 install -Dm0644 suwako.1 ${PREFIX}/share/man/man1/suwako.1 19 20 uninstall: 20 21 rm -f ${PREFIX}/bin/suwako -
trunk/cmd/suwako/main.go
r16 r17 40 40 if len(engine) == 0 || len(instance) == 0 { 41 41 log.Println("SUWAKO_ENGINE and/or SUWAKO_INSTANCE are unset") 42 log.Println("Defaulting to translate.chaotic.ninjawith engine 'google'")42 log.Println("Defaulting to simplytranslate.org with engine 'google'") 43 43 engine = "google" 44 instance = "https:// translate.chaotic.ninja"44 instance = "https://simplytranslate.org" 45 45 } 46 46 if len(input) == 0 {
Note:
See TracChangeset
for help on using the changeset viewer.