We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aabfce + c0a089c commit a688f43Copy full SHA for a688f43
template.distillery/Makefile.i18n
@@ -11,7 +11,7 @@ I18N_GENERATOR := ocsigen-i18n-generator
11
I18N_ELIOM_FILE := $(PROJECT_NAME)_i18n.eliom
12
13
## PPX extension to rewrite each file while compiling.
14
-I18N_PPX_REWRITER := "ocsigen-i18n-rewriter --prefix '%%%MODULE_NAME%%%_' --suffix '_i18n' %%%MODULE_NAME%%%_i18n"
+I18N_PPX_REWRITER := "ocsigen-i18n-rewriter --prefix '%%%MODULE_NAME%%%_' --suffix '_i18n' --default-module %%%MODULE_NAME%%%_i18n"
15
16
## This rule will update the primary I18N module
17
$(I18N_ELIOM_FILE): $(I18N_PRIMARY_FILE)
0 commit comments