8000
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.
1 parent 11990b4 commit 3d04303Copy full SHA for 3d04303
Makefile
@@ -109,11 +109,11 @@ tx-config: pot tx-install
109
--pot-dir pot
110
@mkdir -p .tx
111
@sed $(CPYTHON_DIR)/$(LOCALE_DIR)/.tx/config \
112
- -e "s|^file_filter = .*|&\nx&|;" \
113
- -e "s|^source_file = pot/|source_file = $(LOCALE_RELATIVE)/pot/|" \
+ -e "s|^file_filter *= .*|&\nx&|;" \
+ -e "s|= pot/|= ../../pot/|" \
114
> .tx/config
115
@sed -i .tx/config \
116
- -e "s|^xfile_filter = ./<lang>/LC_MESSAGES/|trans.$(LANGUAGE) = |;"
+ -e "s|^xfile_filter *= ./<lang>/LC_MESSAGES/|trans.$(LANGUAGE) = |;"
117
118
119
# tx-install: Install Transifex CLI client if not installed yet. Installs
0 commit comments