Skip to content

Commit 4876f32

Browse files
committed
qx_translate_extract
1 parent ef6d314 commit 4876f32

File tree

1 file changed

+3
-3
lines changed
  • services/static-webserver/client

1 file changed

+3
-3
lines changed

services/static-webserver/client/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ serve: compile ## serves site compiled in image in 127.0.0.1:8080
8888
docker run --rm -p 8080:8080 $(docker_image) $(qx_serve) --target=build
8989

9090

91-
# qx translate -------------------------- https://qooxdoo.org/documentation/v7.8/#/development/howto/internationalization?id=translation
91+
# qx translate --------------------------
9292

9393
define qx_translate_extract =
9494
qx compile --update-po-files
9595
endef
9696

9797
.PHONY: translate-extract
98-
translate-extract: translate-extract # the .po files goes to source/translation
99-
# qx compile -i18n
98+
translate-extract: translate-extract ## the .po files goes to source/translation https://qooxdoo.org/documentation/v7.8/#/development/howto/internationalization?id=translation
99+
# qx compile --update-po-files
100100
$(docker_compose) run $(if $(detached),--detach --name=$(detached),--rm) qooxdoo-kit $(qx_translate_extract)
101101

102102

0 commit comments

Comments
 (0)