Skip to content

Commit 0dc31b4

Browse files
committed
Experiment: Target new mails.ftl file
1 parent e241974 commit 0dc31b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/extract_strings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [[ $# -lt 1 ]]; then
2424
usage;
2525
fi
2626

27-
MAILER_DIR="./fxa-auth-server"
27+
MAILER_DIR="../libs/accounts/email-renderer"
2828
CONTENT_DIR="./fxa-content-server"
2929
PAYMENTS_DIR="./fxa-payments-server"
3030
PAYMENTS_NEXT_DIR="../apps/payments/next"
@@ -142,7 +142,7 @@ sed -i'' -e 's/Language: sv_SE/Language: sv/g' "$L10N_DIR/locale/sv/LC_MESSAGES/
142142
cp $PAYMENTS_DIR/public/locales/en/payments.ftl $L10N_DIR/locale/templates
143143
cp $PAYMENTS_NEXT_DIR/public/locales/en/payments-next.ftl $L10N_DIR/locale/templates
144144
cp $SETTINGS_DIR/public/locales/en/settings.ftl $L10N_DIR/locale/templates
145-
cp $MAILER_DIR/public/locales/en/auth.ftl $L10N_DIR/locale/templates
145+
cp $MAILER_DIR/public/locales/en/emails.ftl $L10N_DIR/locale/templates
146146
cp $REACT_DIR/public/locales/en/react.ftl $L10N_DIR/locale/templates
147147
cp $SHARED_DIR/l10n/src/lib/branding.ftl $L10N_DIR/locale/templates
148148

0 commit comments

Comments
 (0)