summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-15 12:47:20 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-15 19:03:41 +0200
commiteeb9f8b6306524782e7dcc8ef90797dd5bdae1bf (patch)
treeacfde64b0304d563769f73a7288cacb0568bb179 /CMakeLists.txt
parenteb8da869cf87692a5cbb38803644643cd2e192f6 (diff)
Added a page translation service
This is quite experimental. The page contents are sent to an instance of LibreTranslate (powered by Argos Translate), which may or may not successfully translate the contents without mangling the gemtext markup.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 35c7cb98..b4d7e659 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -158,6 +158,8 @@ set (SOURCES
158 src/ui/text.h 158 src/ui/text.h
159 src/ui/touch.c 159 src/ui/touch.c
160 src/ui/touch.h 160 src/ui/touch.h
161 src/ui/translation.c
162 src/ui/translation.h
161 src/ui/util.c 163 src/ui/util.c
162 src/ui/util.h 164 src/ui/util.h
163 src/ui/visbuf.c 165 src/ui/visbuf.c