You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/static-webserver/client/Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ define qx_translate_extract =
95
95
endef
96
96
97
97
.PHONY: translate-extract
98
-
translate-extract: translate-extract ## the .po files goes to source/translation https://qooxdoo.org/documentation/v7.8/#/development/howto/internationalization?id=translation
98
+
translate-extract: translate-extract ## the generated .po files goes to source/translation https://qooxdoo.org/documentation/v7.8/#/development/howto/internationalization?id=translation
99
99
# qx compile --update-po-files
100
100
$(docker_compose) run $(if$(detached),--detach --name=$(detached),--rm) qooxdoo-kit $(qx_translate_extract)
0 commit comments