diff --git a/Makefile b/Makefile index 4780dbc..d751527 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ all: savedb clean cd .. && \ cp -r pages bin && \ cp -r scripts bin && \ + cp -r translations bin && \ cp -r static bin -mv dela.db bin/ @@ -19,6 +20,7 @@ cross: clean mkdir -p bin/dela_linux_x64 cp -r pages bin/dela_linux_x64 cp -r scripts bin/dela_linux_x64 + cp -r translations bin/dela_linux_x64 cp -r static bin/dela_linux_x64 cp COPYING bin/dela_linux_x64 cp README.md bin/dela_linux_x64 @@ -26,6 +28,7 @@ cross: clean mkdir -p bin/dela_windows_x64 cp -r pages bin/dela_windows_x64 cp -r scripts bin/dela_windows_x64 + cp -r translations bin/dela_windows_x64 cp -r static bin/dela_windows_x64 cp COPYING bin/dela_windows_x64 cp README.md bin/dela_windows_x64 @@ -33,6 +36,7 @@ cross: clean mkdir -p bin/dela_darwin_x64 cp -r pages bin/dela_darwin_x64 cp -r scripts bin/dela_darwin_x64 + cp -r translations bin/dela_darwin_x64 cp -r static bin/dela_darwin_x64 cp COPYING bin/dela_darwin_x64 cp README.md bin/dela_darwin_x64 @@ -40,6 +44,7 @@ cross: clean mkdir -p bin/dela_darwin_arm64 cp -r pages bin/dela_darwin_arm64 cp -r scripts bin/dela_darwin_arm64 + cp -r translations bin/dela_darwin_arm64 cp -r static bin/dela_darwin_arm64 cp COPYING bin/dela_darwin_arm64 cp README.md bin/dela_darwin_arm64 @@ -47,6 +52,7 @@ cross: clean mkdir -p bin/dela_freebsd_x64 cp -r pages bin/dela_freebsd_x64 cp -r scripts bin/dela_freebsd_x64 + cp -r translations bin/dela_freebsd_x64 cp -r static bin/dela_freebsd_x64 cp COPYING bin/dela_freebsd_x64 cp README.md bin/dela_freebsd_x64 diff --git a/pages/about.html b/pages/about.html index 9ca764d..50e0b8b 100644 --- a/pages/about.html +++ b/pages/about.html @@ -6,10 +6,10 @@

Dela

-

a dead simple and minimalistic web TODO list

+

{{index .Translation "about info"}}

diff --git a/pages/base.html b/pages/base.html index 74f95cb..b379873 100644 --- a/pages/base.html +++ b/pages/base.html @@ -30,18 +30,22 @@
+
@@ -58,6 +62,32 @@