From 87dd7c685d1457773d61d23eff97fde3a1e35685 Mon Sep 17 00:00:00 2001
From: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
Date: Mon, 16 Dec 2024 18:12:24 -0500
Subject: [PATCH 1/5] feat: add email unsubscribe message

---
 .../lms/templates/ace_common/edx_ace/common/base_body.html  | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
index f81b4ef..a484396 100644
--- a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
@@ -166,6 +166,12 @@
                             {% endfor %}
                         </td>
                     </tr>
+                    <tr>
+                        <span>
+                            If you prefer not to receive automatic emails and keep only the essential ones,
+                            update your newsletter preferences in your <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">Account Settings</a>.
+                        </span>
+                    </tr>
                     <tr>
                         <!-- COPYRIGHT -->
                         <td>

From d3437d5a06c50128535fc887953bb2219850d00a Mon Sep 17 00:00:00 2001
From: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
Date: Thu, 19 Dec 2024 11:08:43 -0500
Subject: [PATCH 2/5] fix: update translation

---
 .../nau-basic/conf/locale/babel_mako.cfg      |   4 ++
 .../conf/locale/en/LC_MESSAGES/django.mo      | Bin 1033 -> 1033 bytes
 .../conf/locale/en/LC_MESSAGES/django.po      |  56 ++++++++++++++++-
 .../conf/locale/en/LC_MESSAGES/djangojs.mo    | Bin 442 -> 442 bytes
 .../conf/locale/en/LC_MESSAGES/djangojs.po    |   2 +-
 .../conf/locale/pt_PT/LC_MESSAGES/django.mo   | Bin 29027 -> 30118 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/django.po   |  58 +++++++++++++++++-
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.mo | Bin 2758 -> 2758 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.po |   2 +-
 .../ace_common/edx_ace/common/base_body.html  |   6 +-
 10 files changed, 122 insertions(+), 6 deletions(-)

diff --git a/edx-platform/nau-basic/conf/locale/babel_mako.cfg b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
index 52a58ed..ea36e36 100644
--- a/edx-platform/nau-basic/conf/locale/babel_mako.cfg
+++ b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
@@ -6,6 +6,10 @@ input_encoding = utf-8
 # [django: **/templates/**.html]
 # input_encoding = utf-8
 
+# Use to target ace_common django template files
+[django: **/templates/ace_common/**.html]
+input_encoding = utf-8
+
 [reactjs: **.jsx]
 input_encoding = utf-8
 
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo
index 35b37e9549eb34d6231a518805c682e43d9a626a..102ea4a9af3063d00c4e91faaf50a2bbc6def2f2 100644
GIT binary patch
delta 27
icmeC==;YXNg^|zDNY~I(!O+6W$WYh7bn_!dbtV95mj@>R

delta 27
icmeC==;YXNg^|y|OxMUv!O+~w)KuHRaPuQZbtV95y$2`&

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
index e833990..30b821f 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-06-26 17:55+0100\n"
+"POT-Creation-Date: 2024-12-19 18:21-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
@@ -927,6 +927,7 @@ msgid ""
 msgstr ""
 
 #: edx-platform/nau-basic/cms/templates/widgets/footer.html:94
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:180
 #: edx-platform/nau-basic/lms/templates/footer.html:95
 msgid "All rights reserved"
 msgstr ""
@@ -1082,6 +1083,7 @@ msgid "Help NAU"
 msgstr ""
 
 #: edx-platform/nau-basic/cms/templates/widgets/header.html:253
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:68
 msgid "Sign In"
 msgstr ""
 
@@ -1214,6 +1216,58 @@ msgstr ""
 msgid "Accept new terms of service"
 msgstr ""
 
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:65
+#, python-format
+msgid "Go to %(platform_name)s Home Page"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:98
+#, python-format
+msgid "%(platform_name)s on LinkedIn"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:106
+#, python-format
+msgid "%(platform_name)s on Twitter"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:114
+#, python-format
+msgid "%(platform_name)s on Facebook"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:122
+#, python-format
+msgid "%(platform_name)s on Google Plus"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:130
+#, python-format
+msgid "%(platform_name)s on Reddit"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:144
+msgid "Download the iOS app on the Apple Store"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:151
+msgid "Download the Android app on the Google Play Store"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:171
+msgid ""
+"If you prefer not to receive automatic emails and keep only the essential"
+" ones, update your newsletter preferences in your"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:173
+msgid "Account Settings"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:182
+msgid "Our mailing address is"
+msgstr ""
+
 #: edx-platform/nau-basic/lms/templates/certificates/_accomplishment-banner.html:59
 msgid "Print or share your certificate:"
 msgstr ""
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo
index b3c89cd74449a9599fdf7f68c22646a84cd6be2e..baf9f7fe94698d9bd522309951d6b56287e9accc 100644
GIT binary patch
delta 25
gcmdnRyo-6l1U^F}T|-L+LklY-LtO*Yjq_v}0bff7#{d8T

delta 25
gcmdnRyo-6l1U>^ZT_ZCELvt%rQ*8sojq_v}0bg(i$N&HU

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
index b3351e1..d7ee0a7 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-06-26 17:55+0100\n"
+"POT-Creation-Date: 2024-12-19 18:21-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo
index e70135d0df7329e5760bdb68e2e94b977b1b6500..7e93b65c4bb58dd4d837706c445d02dd8e151f24 100644
GIT binary patch
delta 4864
zcmaLa3zSXQ9mnxK7{V~bYZ#9?UhxQm62@Cb1T|(7kB}&ixo5`V&OO(CRHf>AS2Xfc
zNu^Cf>1b%ua3f`<O&3?PDs4nH2~t$6q_ouPV#%^p`u)v0K^u(~^ErE;d-nP7|Np=5
z$f>_%RsB6Hb)s>tb%sCZ`P-Vm%j;-#^UptWjcLR1JX)C3&>wflR*c7@o-4<?xD1=)
z8Z5xg*dF)cIs6p$+@VIs+-*$CT;L*~iTpc_>45!EF-*nAXa^>ckDBjd6Z`=-!=IsE
zxEC+rQOv{N@UT3IOqtKH2iD_ZJwJdSt9ZW|$3=#TkMIbtZ)(g%jInxcEMxU9I0qHL
zT6`NfV~+0g7QMhjy>JOX>f?H>hgHa?&Guk^4|ZaF0Ne9^bBT*=%xhuHKx~7`z!c;i
zW+p0-`KT8y!Up&>Du9=e>X@yljO<1|{{ix!Im{20;36uJCN2GqbikBq)|U${FckHI
zVjP7tus2p=XFP(7v$&vMJ7Ech+=2aRfD$~1M{ytxBb&Bmmv{lS(O=OJ3S@}oZ(ydy
zbYCVSOenRRP~$hSC!WP|*rFYch7N}Db$kxnuv#sA1GTf=s7&ogW$0iqe*%+?FQDEN
zqS08wBs&n6y774?l(KZ-TSyz24C)0(@D4nVE}lW{xU?hXzztZ21r&BFF2l$0I2L75
z%DZSj{1It<nfdo<C<Qtv)zz=@Jj~|<tB@egrf$aEhwq|}UtP{hP3(;7-n&uFH4N1|
zV^JF@MP*`2FrJNS#wgNe<~yhitV3-qRTbRWhT35!@OP+%KEla(8nw{i?tZ{yP%oT`
z3Sc(Y#|UbjZ=+tc92M}oVEz?UkL^H9ZLyCFHQ#B}f|sx^UPE<rZ4NC**R)10d=IKL
z18^x8<2pQu+F?13(*PHto_hk7>X$JWt55;$td{!k=Ryk~M@4)FU&Je@fY#mP-+vJ`
zt_pk&X=w8%sze{7UU&(+V4YqxF!n;)#pH98wEj@k21~Gz_nWC)5WHE7+QA-Fw;n~>
z!Ibnd<`G<g|HcpTCwS;<{`|K%G7jTEph{8L&wp+hYGW?uU<|c^MZtI_rj)8@xll?s
zV0CJ+8RPwdf5KyoFQXPXbT4NfKS4d;n86^lP{(u{Dg#^a1w4p*aqa-hhdm1^A5Jf%
z{&6mzXQCW)1{yOSW4HwOpdv3~b)~ul??exk!X>BxzK7cBdejDfj4H*Os4m|h+&_R?
z=P+vBD}%`YYA$LHRx29wBr4^(L;P>N0oaQ1Ow8tZE<`=Jbg19$PhxY%KMck@g7L3|
z@yEgV6zaHMMP)jBm@!n(<fpjE=VCmrLl@WbqR+7n<FzCFU%T5;<3p%`E@Eq}&zFP(
z>WZ50hn?|3R0$Sfy(}_<?HRvX<bSgs#5~5S&$&={=8g25XAmmF5rLDD-y3Ew7T|JJ
zYB!@&{R?cy3w|5i|MUHRpjo5*jTIpMY6hYLuEh1Y8ZRm79Um~}Iuk8NlXezrF~+ZD
zXF7@4OfS?96Zj4;M%8@O*ZmSq#BPl3VEhDXXX~*cZV%jp`rPl4wldeSwu;_=od4Ty
zD5|MepqlI{)N$H~%E%Vf`TZqo;rCIWJC1GfpI94ni~XKxhAKgKtdEmWpPz*}n9w}$
zH;cJYD%T*%FdLDRWzJ%Ev^Ww~WTqHvGQLz|%nAGqLwLB9fVe;SLEmu?Rj1ZWo4{tc
z|KLQw=7&*%*Pi4bzvh@ys!F&RjupsJH9tkFU{2yUu-jx~p21bP8}lFbkJX2$1&^YR
z-&xc~{uNkz3P)3)NA0`{`BF8zup@pth5R?*qW)BWp?qw?xEm_<MW~XD!D%=FDVup6
zAIED*OlIXH#ypD0Q5h{{z)3Z`aSEBag0C_zWj6}+I_lKbna-z`()QE+THS^E0xH1*
zd<k{`ZETKvu^t{p1^Cxsd=8a~%fUE%hTo)(P+i{^)jNYw0gOZS#-tP%YKBF@jn$~*
zwH7I>sX{$?1zX`AGyRNoL@m@4bFn|F`9`6dwHRCCEY#-~qUKkiUi<<o)2R#>dhi%3
z)u%8I&!cvnZTkzfMg`Cb*W(D>iho4yeB~_vx#v*Ny@q=6JHhw>7BD`I+F*8B^>ZoH
zf(u2~1>eUZsDN^4ZSA}<YTO~P8{WmZH!8JLP)(N%<{!rzS@Z~YWIpZq>mR{7jL+kJ
zco}=BTLzT-3zg&3+*pQ6QPT?kxr9To2@Af3&ocgCw*POvSuWpZjNe6-u<soISPe%7
zv;ei!HK-D8KyCErs0{DJ9Nuq^anTI_hHdaVsy40X`rqCCP^B3j_J3)NMJ>DthvPFi
z77t-JY(rGLa5R2`SrPx=7ss$C<9Z(dFM)-aA`50a7aVny7bQxpL>-UZdH(N)uBaCl
zqXL<U+Tk3miHlHyFGcNa1FH7B0{37C#_wSRynqVu+C1|A6c;;V{yz-vkNc4(Q44Ou
zBHV*|FgxL=x(TYu3Q+U+q5>X?O7)E3ek8cR0u|U=?2p@m`==7*e;X55nJ}HYM8kHX
z+>2Gth}e}**SO_HtWkEEGt2Yl-u~_bo>vietkN(M-}dowZe*?#8WXww-G`iZp^%%n
z{mqH<-9*BPr3dHc)~Mqo5^kg-o*v$);T=;)dh;V;&kk9M*^V_L5{h|l$g-nR#jB|s
zQP~Tu2?;OenE!ghEtzoZr$<DiY@zyd>G3TV)@}9Wjg0mx*`!_Jq%-YGYowfVCuT*w
zgq85Dm{aDs-*hZHneZy@gj;4gm9`s>TXrO5&2=0F6<$ysmJ^RVk%Vi9nR4RYtz<N0
zCmd^mmt-|(emu-3SvVTg`c9<GiCb=@`nDNUF1h8EIZisS<C*NHF-z|uDV7}y#aP>N
z<LRqivzzAj?$e`pq1Ai9z&^cu^y-&xFtlA(>dSkIcwbdp?%v4aZEMR1zM{6=eaN|`
zw9RkrDsFyJ+aAM;YBVnLBIRyHGG=GCWOlOYkdt;tgzKh8I`J|)7IP|+q?d|?-7<Y-
zlXs)$5&LG8H*5WWA5-CZ<d%Y)B0FSTWO24_WnQt8l^VnowiS1x>5F4a>-C(R*=R-W
z81J{DnT-`L&$|(~OjQgy*8iq8J#5nC8Y#bmE>%^q>X2E~^^3kxqhvPHDPG)iC}KoK
zx1&zP=D;zfE@6F_4zUwSJM2Ej_TyGO$q#?!%vOCsiMq9KNNe0lnh8$&`wth_YE?pq
b#^avlL_%~^W{YP<J$4pmpXrm2E^GE5*kD9R

delta 3758
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

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
index a154875..6292ad6 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: support@edunext.co\n"
-"POT-Creation-Date: 2024-06-26 17:55+0100\n"
+"POT-Creation-Date: 2024-12-19 18:21-0500\n"
 "PO-Revision-Date: 2021-03-12 12:49+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
@@ -1053,6 +1053,7 @@ msgid ""
 msgstr ""
 
 #: edx-platform/nau-basic/cms/templates/widgets/footer.html:94
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:180
 #: edx-platform/nau-basic/lms/templates/footer.html:95
 msgid "All rights reserved"
 msgstr "Todos os direitos reservados"
@@ -1208,6 +1209,7 @@ msgid "Help NAU"
 msgstr "Ajuda NAU"
 
 #: edx-platform/nau-basic/cms/templates/widgets/header.html:253
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:68
 msgid "Sign In"
 msgstr "Entrar"
 
@@ -1345,6 +1347,60 @@ msgstr ""
 msgid "Accept new terms of service"
 msgstr "Aceito os novos termos de serviço"
 
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:65
+#, python-format
+msgid "Go to %(platform_name)s Home Page"
+msgstr "Vá para a página inicial de %(platform_name)"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:98
+#, python-format
+msgid "%(platform_name)s on LinkedIn"
+msgstr "%(platform_name)s no LinkedIn"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:106
+#, python-format
+msgid "%(platform_name)s on Twitter"
+msgstr "%(platform_name)s no Twitter"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:114
+#, python-format
+msgid "%(platform_name)s on Facebook"
+msgstr "%(platform_name)s no Facebook"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:122
+#, python-format
+msgid "%(platform_name)s on Google Plus"
+msgstr "%(platform_name)s no Google Plus"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:130
+#, python-format
+msgid "%(platform_name)s on Reddit"
+msgstr "%(platform_name)s no Reddit"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:144
+msgid "Download the iOS app on the Apple Store"
+msgstr "Descarregue a aplicação iOS na Apple Store"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:151
+msgid "Download the Android app on the Google Play Store"
+msgstr "Descarregue a aplicação Android na Google Play Store"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:171
+msgid ""
+"If you prefer not to receive automatic emails and keep only the essential"
+" ones, update your newsletter preferences in your"
+msgstr ""
+"Se preferir não receber emails automáticos e manter apenas os essenciais,"
+" atualize as suas preferências de newsletter no seu"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:173
+msgid "Account Settings"
+msgstr "Configurações de Conta"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:182
+msgid "Our mailing address is"
+msgstr "O nosso endereço postal é"
+
 #: edx-platform/nau-basic/lms/templates/certificates/_accomplishment-banner.html:59
 msgid "Print or share your certificate:"
 msgstr "Imprimir ou partilhar o seu certificado:"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo
index 2b1dba4c48c9ff46b4fa3ef0a5e0dfcd0684edbd..9e4656db0d4a5dd7e5f3d6d260e60eff8c3b992a 100644
GIT binary patch
delta 27
icmX>mdQ5afGAo~<k*=Yof}w?#k)f`E>E=S#P*wnK$_Ekv

delta 27
icmX>mdQ5afGAo~fnXZwUf}y#Usj0Ss;pRftP*wnK@COqB

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
index 8c146fe..5912fe6 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-06-26 17:55+0100\n"
+"POT-Creation-Date: 2024-12-19 18:21-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
index a484396..70244e6 100644
--- a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
@@ -168,8 +168,10 @@
                     </tr>
                     <tr>
                         <span>
-                            If you prefer not to receive automatic emails and keep only the essential ones,
-                            update your newsletter preferences in your <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">Account Settings</a>.
+                            {% trans "If you prefer not to receive automatic emails and keep only the essential ones, update your newsletter preferences in your" %}
+                            <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">
+                                {% trans "Account Settings" %}
+                            </a>.
                         </span>
                     </tr>
                     <tr>

From da13ac2e1f3eec5dd0d622c01f529fb3c3669c44 Mon Sep 17 00:00:00 2001
From: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
Date: Mon, 23 Dec 2024 15:06:00 -0500
Subject: [PATCH 3/5] fix: add the message only in the nudge emails

fix: update translations

refactor: improve the email unsubscribe message

fix: update translations
---
 .../nau-basic/conf/locale/babel_mako.cfg      |   4 +
 .../conf/locale/en/LC_MESSAGES/django.mo      | Bin 1033 -> 1033 bytes
 .../conf/locale/en/LC_MESSAGES/django.po      |  85 +++++++++++++++--
 .../conf/locale/en/LC_MESSAGES/djangojs.mo    | Bin 442 -> 442 bytes
 .../conf/locale/en/LC_MESSAGES/djangojs.po    |   2 +-
 .../conf/locale/pt_PT/LC_MESSAGES/django.mo   | Bin 30118 -> 30115 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/django.po   |  87 ++++++++++++++++--
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.mo | Bin 2758 -> 2758 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.po |   2 +-
 .../ace_common/edx_ace/common/base_body.html  |   7 +-
 .../nudge_email_unsubscribe_message.html      |  12 +++
 .../recurringnudge_day10/email/body.html      |  59 ++++++++++++
 .../recurringnudge_day3/email/body.html       |  58 ++++++++++++
 13 files changed, 291 insertions(+), 25 deletions(-)
 create mode 100644 edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
 create mode 100644 edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html
 create mode 100644 edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html

diff --git a/edx-platform/nau-basic/conf/locale/babel_mako.cfg b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
index ea36e36..8e703ae 100644
--- a/edx-platform/nau-basic/conf/locale/babel_mako.cfg
+++ b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
@@ -10,6 +10,10 @@ input_encoding = utf-8
 [django: **/templates/ace_common/**.html]
 input_encoding = utf-8
 
+# Use to target schedules django template files
+[django: **/templates/schedules/**.html]
+input_encoding = utf-8
+
 [reactjs: **.jsx]
 input_encoding = utf-8
 
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo
index 102ea4a9af3063d00c4e91faaf50a2bbc6def2f2..c22241b58e7bc04a1e1de3e2eb1888395e96146d 100644
GIT binary patch
delta 21
ccmeC==;YXNosq-HSi#WT%EVyveMT)N07fGP{Qv*}

delta 21
ccmeC==;YXNosq-PQo+!|%E)l@eMT)N07hR10ssI2

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
index 30b821f..b9308f1 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-19 18:21-0500\n"
+"POT-Creation-Date: 2024-12-23 17:40-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
@@ -927,7 +927,7 @@ msgid ""
 msgstr ""
 
 #: edx-platform/nau-basic/cms/templates/widgets/footer.html:94
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:180
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:175
 #: edx-platform/nau-basic/lms/templates/footer.html:95
 msgid "All rights reserved"
 msgstr ""
@@ -1254,20 +1254,20 @@ msgstr ""
 msgid "Download the Android app on the Google Play Store"
 msgstr ""
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:171
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:177
+msgid "Our mailing address is"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:8
 msgid ""
 "If you prefer not to receive automatic emails and keep only the essential"
 " ones, update your newsletter preferences in your"
 msgstr ""
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:173
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:10
 msgid "Account Settings"
 msgstr ""
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:182
-msgid "Our mailing address is"
-msgstr ""
-
 #: edx-platform/nau-basic/lms/templates/certificates/_accomplishment-banner.html:59
 msgid "Print or share your certificate:"
 msgstr ""
@@ -1451,6 +1451,75 @@ msgstr ""
 msgid "Sign Out"
 msgstr ""
 
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:11
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:35
+#, python-format
+msgid ""
+"Many %(platform_name)s learners are completing more problems every week, "
+"and participating in the discussion forums. What do you want to do to "
+"keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:18
+#, python-format
+msgid ""
+"Many %(platform_name)s learners in %(course_name)s are completing more "
+"problems every week, and participating in the discussion forums. What do "
+"you want to do to keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:27
+msgid "Keep up the momentum!"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:41
+msgid ""
+"Many {platform_name} learners in {start_strong}{course_name}{end_strong} "
+"are completing more problems every week, and participating in the "
+"discussion forums. What do you want to do to keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:47
+msgid "Keep learning"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:11
+#, python-format
+msgid ""
+"Remember when you enrolled in %(course_name)s, and other courses on "
+"%(platform_name)s? We do, and we’re glad to have you! Come see what "
+"everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:18
+#, python-format
+msgid ""
+"Remember when you enrolled in %(course_name)s on %(platform_name)s? We "
+"do, and we’re glad to have you! Come see what everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:27
+msgid "Keep learning today"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:34
+msgid ""
+"Remember when you enrolled in {start_strong}{course_name}{end_strong}, "
+"and other courses on {platform_name}? We do, and we’re glad to have you! "
+"Come see what everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:40
+msgid ""
+"Remember when you enrolled in {start_strong}{course_name}{end_strong} on "
+"{platform_name}? We do, and we’re glad to have you! Come see what "
+"everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:46
+msgid "Start learning now"
+msgstr ""
+
 #: edx-platform/nau-basic/lms/templates/widgets/cookie-consent.html:24
 msgid ""
 "This website uses cookies to ensure you get the best experience on our "
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo
index baf9f7fe94698d9bd522309951d6b56287e9accc..cf42ddc0f96a526956e379c1c1faef6bc2253a54 100644
GIT binary patch
delta 19
acmdnRyo-6lWDX-^1w(Ty6N8Pj<rx7zPX(O-

delta 19
acmdnRyo-6lWDY}11w#ufBg2ie<rx7zh6SPk

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
index d7ee0a7..e978121 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-19 18:21-0500\n"
+"POT-Creation-Date: 2024-12-23 17:40-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo
index 7e93b65c4bb58dd4d837706c445d02dd8e151f24..88f1c633a73491e4fce82e17943f9e0a655476f9 100644
GIT binary patch
delta 1121
zcmXZbUr19?9KiA4u9-`jTGMRKnEkUTtmZ6ju<%b2jfx0_z;v3Grj<3Lh!r;s3VNuK
z4-p{<LPT0fqZkzS@1ci^=%HvmSrCDP9z=)`s_(CRo<8Sy?){zfJLh-rovdp#>za6)
zZ=V;DEv+IEe2n{DBC~j(cz2tK8|Sbb=e3LEU;x+P3fzOcFo3ts^C!5N_!;KoC(OmK
zCjNm%#53(;|9`=XiFlasU<LZI80%3B*onH~J}kh5nZJUIh?BS%M^W=;(T}+uA`5UC
z>N@MN5NmNhHh0(}B@CiW_%Me0;yKj$LDY?J;u3t0nwUXdcnZsK8ui3hr<3nPEnqp`
z!mW4@Kck-f(m^M0$Y!94W2hUyH1Qh@5Pw5Gq1ELimZBE63g2NEwIKH)=j27GaiwuJ
zRuQj9z1bG@V%*Hzml;?t`i(1jFmc$~;3MV{Ph%6#U^Q+!;w;pKN#cvBH?*)@<N}7#
z%X(?NLHxEygc>DwROC3mLTzENm-Y(%k1)`R&Y+(3Dr%30QBOLKdc`kL6Ej$f-*G9<
zp|-}?$H&ITHK?tL91{uQ4%BrM*nrnCitlkP`%5`xrJ2}{U+@oBW99_chI#!WXK^!f
z3Gx72u;ir32==1>9R;WOBd`i}!zgMYZKwzA#vDwb7H(r1`^zu`?foO;B<e!1(Supk
z0)OLmd>9wmfK3BVp>fm&N3a<uQS+?R&W#nLeq$A=^C8rN8?j!m`ha<%&%7{*dgV#1
r!@K7B6pj)9!l4h1-qhd1o}jxXR2i%b*KSPpH*E7;odc<K>rdZ5eBz$F

delta 1124
zcmXZbT}V@57{Kx8Bq!IzCC-}WY*H#FWSqX-ioq<4kSuQmLDIF-%+gghBB&iG3<{!;
zK~NVV2wo(WF$ALstn4DFsH;A9XF()-Cqjhve>&&t_df4=Kc44#w~<+6bk-Pu?zL?Z
ziFAlW@hP?&B8&Ktxb={T2bXXS=68zZ;X16v8a#jpF@*Qs?=NsQ@k{jL7c}v^8~?(U
z#0#Bb|6gEsi4-zXgh5=3MYt0+f&Hi#wqXIL-T7-+Oq{`197Wx?h~?;si>$yZ)N|_5
zhYh$K_r`6J5(X_ylwksO;RV$BA=HcSVJW^s-Izl?cm@MFhgz|D*x4UMO`sa@Vk17l
zZ>W`DNjUrN*bH>zBh-th-S|C*h<~6~XdZDkmZBzBi|;Usnoz+}r}ARdc)e>K)(~5$
zooz=yrrde^DuZQ)$T(K<A=~X-@EP-o=WrJ;;6@DhI0yCMP2$U_9V$5{auK8G=e%cl
zoA^Vo2sujPxJW;~L4CrleViq{e~f`<bRM<R>!@!uj9Teq)E2)+-I&8w_!BE|3H51$
zC-|{(@ix?_iJcVLg3YMsrZI-Muo*vL9rsHGX-zV*55J-@;8dE!dSY)<<QztjCdd<P
z!@wz$#D3I&hwn6P#|@|#wxA{wM=h`q^DvE?_$3T*zYH_bx1V&KLOtj$7UDc=f`9M^
zPMi_hgnI^^L{q2-j^J*bLfvPcbvoup{f&iC=eMIK+=O9mb(gzfz+Ete+VTuG;F$Y;
p2FHkhW9DO{Kl|6$Yk90lr4`<>*~%tkP32~?a<Ds<o#>b^`v;dfpj!X{

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
index 6292ad6..1e57bde 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: support@edunext.co\n"
-"POT-Creation-Date: 2024-12-19 18:21-0500\n"
+"POT-Creation-Date: 2024-12-23 17:40-0500\n"
 "PO-Revision-Date: 2021-03-12 12:49+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
@@ -1053,7 +1053,7 @@ msgid ""
 msgstr ""
 
 #: edx-platform/nau-basic/cms/templates/widgets/footer.html:94
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:180
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:175
 #: edx-platform/nau-basic/lms/templates/footer.html:95
 msgid "All rights reserved"
 msgstr "Todos os direitos reservados"
@@ -1385,22 +1385,22 @@ msgstr "Descarregue a aplicação iOS na Apple Store"
 msgid "Download the Android app on the Google Play Store"
 msgstr "Descarregue a aplicação Android na Google Play Store"
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:171
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:177
+msgid "Our mailing address is"
+msgstr "O nosso endereço postal é"
+
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:8
 msgid ""
 "If you prefer not to receive automatic emails and keep only the essential"
 " ones, update your newsletter preferences in your"
 msgstr ""
 "Se preferir não receber emails automáticos e manter apenas os essenciais,"
-" atualize as suas preferências de newsletter no seu"
+" atualize as suas preferências de newsletter nas"
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:173
+#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:10
 msgid "Account Settings"
 msgstr "Configurações de Conta"
 
-#: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:182
-msgid "Our mailing address is"
-msgstr "O nosso endereço postal é"
-
 #: edx-platform/nau-basic/lms/templates/certificates/_accomplishment-banner.html:59
 msgid "Print or share your certificate:"
 msgstr "Imprimir ou partilhar o seu certificado:"
@@ -1596,6 +1596,75 @@ msgstr ""
 msgid "Sign Out"
 msgstr "Terminar Sessão"
 
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:11
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:35
+#, python-format
+msgid ""
+"Many %(platform_name)s learners are completing more problems every week, "
+"and participating in the discussion forums. What do you want to do to "
+"keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:18
+#, python-format
+msgid ""
+"Many %(platform_name)s learners in %(course_name)s are completing more "
+"problems every week, and participating in the discussion forums. What do "
+"you want to do to keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:27
+msgid "Keep up the momentum!"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:41
+msgid ""
+"Many {platform_name} learners in {start_strong}{course_name}{end_strong} "
+"are completing more problems every week, and participating in the "
+"discussion forums. What do you want to do to keep learning?"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:47
+msgid "Keep learning"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:11
+#, python-format
+msgid ""
+"Remember when you enrolled in %(course_name)s, and other courses on "
+"%(platform_name)s? We do, and we’re glad to have you! Come see what "
+"everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:18
+#, python-format
+msgid ""
+"Remember when you enrolled in %(course_name)s on %(platform_name)s? We "
+"do, and we’re glad to have you! Come see what everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:27
+msgid "Keep learning today"
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:34
+msgid ""
+"Remember when you enrolled in {start_strong}{course_name}{end_strong}, "
+"and other courses on {platform_name}? We do, and we’re glad to have you! "
+"Come see what everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:40
+msgid ""
+"Remember when you enrolled in {start_strong}{course_name}{end_strong} on "
+"{platform_name}? We do, and we’re glad to have you! Come see what "
+"everyone is learning."
+msgstr ""
+
+#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:46
+msgid "Start learning now"
+msgstr ""
+
 #: edx-platform/nau-basic/lms/templates/widgets/cookie-consent.html:24
 msgid ""
 "This website uses cookies to ensure you get the best experience on our "
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo
index 9e4656db0d4a5dd7e5f3d6d260e60eff8c3b992a..c46aaa65520964d98ecbf9c694d35f00c984b003 100644
GIT binary patch
delta 21
ccmX>mdQ5af8Y_p9v4Wwwm5IUTJk|(S07+~G=l}o!

delta 21
ccmX>mdQ5af8Y_pPrGlY_m674*Jk|(S07<9??EnA(

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
index 5912fe6..245ade0 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-19 18:21-0500\n"
+"POT-Creation-Date: 2024-12-23 17:40-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
index 70244e6..8c22b2b 100644
--- a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html
@@ -167,12 +167,7 @@
                         </td>
                     </tr>
                     <tr>
-                        <span>
-                            {% trans "If you prefer not to receive automatic emails and keep only the essential ones, update your newsletter preferences in your" %}
-                            <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">
-                                {% trans "Account Settings" %}
-                            </a>.
-                        </span>
+                        {% block footer_extension %}{% endblock %}
                     </tr>
                     <tr>
                         <!-- COPYRIGHT -->
diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
new file mode 100644
index 0000000..20d36a5
--- /dev/null
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
@@ -0,0 +1,12 @@
+{% load i18n %}
+{% load ace %}
+
+<span>
+    {% blocktrans trimmed %}
+        If you prefer not to receive automatic emails and keep only the essential ones, 
+        update your newsletter preferences in your
+    {% endblocktrans %}
+    <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">
+        {% trans "Account Settings" %}
+    </a>.
+</span>
diff --git a/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html b/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html
new file mode 100644
index 0000000..2776462
--- /dev/null
+++ b/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html
@@ -0,0 +1,59 @@
+{% extends 'ace_common/edx_ace/common/base_body.html' %}
+{% load i18n %}
+{% load django_markup %}
+
+{% block preview_text %}
+    {% if course_ids|length > 1 %}
+    {% filter force_escape %}
+        {% blocktrans trimmed %}
+            Many {{ platform_name }} learners are completing more problems every week, and
+            participating in the discussion forums. What do you want to do to keep learning?
+        {% endblocktrans %}
+    {% endfilter %}
+    {% else %}
+    {% filter force_escape %}
+        {% blocktrans trimmed %}
+            Many {{ platform_name }} learners in {{course_name}} are completing more problems every week, and
+            participating in the discussion forums. What do you want to do to keep learning?
+        {% endblocktrans %}
+    {% endfilter %}
+    {% endif %}
+{% endblock %}
+
+{% block content %}
+<table width="100%" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
+    <tr>
+        <td>
+            <h1>{% trans "Keep up the momentum!" as tmsg %}{{ tmsg | force_escape }}</h1>
+
+            <p>
+                {% if course_ids|length > 1 %}
+                {% filter force_escape %}
+                    {% blocktrans trimmed %}
+                        Many {{ platform_name }} learners are completing more problems every week, and
+                        participating in the discussion forums. What do you want to do to keep learning?
+                    {% endblocktrans %}
+                {% endfilter %}
+                {% else %}
+                    {% blocktrans trimmed asvar tmsg %}
+                        Many {platform_name} learners in {start_strong}{course_name}{end_strong} are completing more problems every week, and
+                        participating in the discussion forums. What do you want to do to keep learning?
+                    {% endblocktrans %}
+                    {% interpolate_html tmsg start_strong='<strong>'|safe end_strong='</strong>'|safe course_name=course_name|force_escape|safe platform_name=platform_name|force_escape|safe %}
+                {% endif %}
+            </p>
+
+            {% filter force_escape %}
+                {% blocktrans asvar course_cta_text %}Keep learning{% endblocktrans %}
+            {% endfilter %}
+            {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text%}
+
+            {% include "ace_common/edx_ace/common/upsell_cta.html"%}
+        </td>
+    </tr>
+</table>
+{% endblock %}
+
+{% block footer_extension %}
+{% include "ace_common/edx_ace/common/nudge_email_unsubscribe_message.html"%}
+{% endblock %}
diff --git a/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html b/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html
new file mode 100644
index 0000000..e3436b9
--- /dev/null
+++ b/edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html
@@ -0,0 +1,58 @@
+{% extends 'ace_common/edx_ace/common/base_body.html' %}
+{% load i18n %}
+{% load django_markup %}
+
+{% block preview_text %}
+    {% if course_ids|length > 1 %}
+        {% filter force_escape %}
+        {% blocktrans trimmed %}
+            Remember when you enrolled in {{ course_name }}, and other courses on {{ platform_name }}? We do, and we’re glad
+            to have you! Come see what everyone is learning.
+        {% endblocktrans %}
+        {% endfilter %}
+    {% else %}
+        {% filter force_escape %}
+        {% blocktrans trimmed %}
+            Remember when you enrolled in {{ course_name }} on {{ platform_name }}? We do, and we’re glad
+            to have you! Come see what everyone is learning.
+        {% endblocktrans %}
+        {% endfilter %}
+    {% endif %}
+{% endblock %}
+
+{% block content %}
+<table width="100%" align="left" border="0" cellpadding="0" cellspacing="0" role="presentation">
+    <tr>
+        <td>
+            <h1>{% trans "Keep learning today" as tmsg %}{{ tmsg | force_escape}}.</h1>
+
+            <p>
+                {% if course_ids|length > 1 %}
+                    {% blocktrans trimmed asvar tmsg %}
+                        Remember when you enrolled in {start_strong}{course_name}{end_strong}, and other courses on {platform_name}? We do, and we’re glad
+                        to have you! Come see what everyone is learning.
+                    {% endblocktrans %}
+                    {% interpolate_html tmsg start_strong='<strong>'|safe end_strong='</strong>'|safe course_name=course_name|force_escape|safe platform_name=platform_name|force_escape|safe %}
+                {% else %}
+                    {% blocktrans trimmed asvar tmsg %}
+                        Remember when you enrolled in {start_strong}{course_name}{end_strong} on {platform_name}? We do, and we’re glad
+                        to have you! Come see what everyone is learning.
+                    {% endblocktrans %}
+                    {% interpolate_html tmsg start_strong='<strong>'|safe end_strong='</strong>'|safe course_name=course_name|force_escape|safe platform_name=platform_name|force_escape|safe %}
+                {% endif %}
+            </p>
+
+            {% filter force_escape %}
+                {% blocktrans asvar course_cta_text %}Start learning now{% endblocktrans %}
+            {% endfilter %}
+            {% include "ace_common/edx_ace/common/return_to_course_cta.html" with course_cta_text=course_cta_text%}
+
+            {% include "ace_common/edx_ace/common/upsell_cta.html"%}
+        </td>
+    </tr>
+</table>
+{% endblock %}
+
+{% block footer_extension %}
+{% include "ace_common/edx_ace/common/nudge_email_unsubscribe_message.html"%}
+{% endblock %}

From 0e728df11ba3ec096cae4da5346056d0683f7de9 Mon Sep 17 00:00:00 2001
From: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
Date: Tue, 24 Dec 2024 14:59:32 -0500
Subject: [PATCH 4/5] fix: update translations

---
 .../nau-basic/conf/locale/babel_mako.cfg      |   4 -
 .../conf/locale/en/LC_MESSAGES/django.mo      | Bin 1033 -> 1033 bytes
 .../conf/locale/en/LC_MESSAGES/django.po      |  71 +-------------
 .../conf/locale/en/LC_MESSAGES/djangojs.mo    | Bin 442 -> 442 bytes
 .../conf/locale/en/LC_MESSAGES/djangojs.po    |   2 +-
 .../conf/locale/pt_PT/LC_MESSAGES/django.mo   | Bin 30115 -> 29291 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/django.po   |  91 +++---------------
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.mo | Bin 2758 -> 2758 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.po |   2 +-
 .../nudge_email_unsubscribe_message.html      |   2 +-
 10 files changed, 15 insertions(+), 157 deletions(-)

diff --git a/edx-platform/nau-basic/conf/locale/babel_mako.cfg b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
index 8e703ae..ea36e36 100644
--- a/edx-platform/nau-basic/conf/locale/babel_mako.cfg
+++ b/edx-platform/nau-basic/conf/locale/babel_mako.cfg
@@ -10,10 +10,6 @@ input_encoding = utf-8
 [django: **/templates/ace_common/**.html]
 input_encoding = utf-8
 
-# Use to target schedules django template files
-[django: **/templates/schedules/**.html]
-input_encoding = utf-8
-
 [reactjs: **.jsx]
 input_encoding = utf-8
 
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo
index c22241b58e7bc04a1e1de3e2eb1888395e96146d..fb62cf026b8dca72cf68a9be713e7b5fcb4ad20c 100644
GIT binary patch
delta 20
bcmeC==;YXNgOS}t!O+yoz;N?@MlB`)K+FZl

delta 20
bcmeC==;YXNgOS}>!O+~w#9;G%MlB`)K<EX_

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
index b9308f1..133b4ca 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-23 17:40-0500\n"
+"POT-Creation-Date: 2024-12-24 15:01-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
@@ -1451,75 +1451,6 @@ msgstr ""
 msgid "Sign Out"
 msgstr ""
 
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:11
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:35
-#, python-format
-msgid ""
-"Many %(platform_name)s learners are completing more problems every week, "
-"and participating in the discussion forums. What do you want to do to "
-"keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:18
-#, python-format
-msgid ""
-"Many %(platform_name)s learners in %(course_name)s are completing more "
-"problems every week, and participating in the discussion forums. What do "
-"you want to do to keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:27
-msgid "Keep up the momentum!"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:41
-msgid ""
-"Many {platform_name} learners in {start_strong}{course_name}{end_strong} "
-"are completing more problems every week, and participating in the "
-"discussion forums. What do you want to do to keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:47
-msgid "Keep learning"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:11
-#, python-format
-msgid ""
-"Remember when you enrolled in %(course_name)s, and other courses on "
-"%(platform_name)s? We do, and we’re glad to have you! Come see what "
-"everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:18
-#, python-format
-msgid ""
-"Remember when you enrolled in %(course_name)s on %(platform_name)s? We "
-"do, and we’re glad to have you! Come see what everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:27
-msgid "Keep learning today"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:34
-msgid ""
-"Remember when you enrolled in {start_strong}{course_name}{end_strong}, "
-"and other courses on {platform_name}? We do, and we’re glad to have you! "
-"Come see what everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:40
-msgid ""
-"Remember when you enrolled in {start_strong}{course_name}{end_strong} on "
-"{platform_name}? We do, and we’re glad to have you! Come see what "
-"everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:46
-msgid "Start learning now"
-msgstr ""
-
 #: edx-platform/nau-basic/lms/templates/widgets/cookie-consent.html:24
 msgid ""
 "This website uses cookies to ensure you get the best experience on our "
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo
index cf42ddc0f96a526956e379c1c1faef6bc2253a54..874d6572d46bf546d0de00a81949504efd7bc300 100644
GIT binary patch
delta 18
ZcmdnRyo-6l6m}B@LsKgQ!;Q1$838yt1!n*N

delta 18
ZcmdnRyo-6l6n0|;Lvt$=gN?K0838y_1#18R

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
index e978121..4facafc 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-23 17:40-0500\n"
+"POT-Creation-Date: 2024-12-24 15:01-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo
index 88f1c633a73491e4fce82e17943f9e0a655476f9..e4906bd289f22cd3fcfb3e05e8ccb3119c62a87d 100644
GIT binary patch
delta 3780
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
J)5HY{{{blm+a&-1

delta 4549
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

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
index 1e57bde..ddc9cff 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: support@edunext.co\n"
-"POT-Creation-Date: 2024-12-23 17:40-0500\n"
+"POT-Creation-Date: 2024-12-24 15:01-0500\n"
 "PO-Revision-Date: 2021-03-12 12:49+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
@@ -1350,44 +1350,44 @@ msgstr "Aceito os novos termos de serviço"
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:65
 #, python-format
 msgid "Go to %(platform_name)s Home Page"
-msgstr "Vá para a página inicial de %(platform_name)"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:98
 #, python-format
 msgid "%(platform_name)s on LinkedIn"
-msgstr "%(platform_name)s no LinkedIn"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:106
 #, python-format
 msgid "%(platform_name)s on Twitter"
-msgstr "%(platform_name)s no Twitter"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:114
 #, python-format
 msgid "%(platform_name)s on Facebook"
-msgstr "%(platform_name)s no Facebook"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:122
 #, python-format
 msgid "%(platform_name)s on Google Plus"
-msgstr "%(platform_name)s no Google Plus"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:130
 #, python-format
 msgid "%(platform_name)s on Reddit"
-msgstr "%(platform_name)s no Reddit"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:144
 msgid "Download the iOS app on the Apple Store"
-msgstr "Descarregue a aplicação iOS na Apple Store"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:151
 msgid "Download the Android app on the Google Play Store"
-msgstr "Descarregue a aplicação Android na Google Play Store"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/base_body.html:177
 msgid "Our mailing address is"
-msgstr "O nosso endereço postal é"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:8
 msgid ""
@@ -1399,7 +1399,7 @@ msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html:10
 msgid "Account Settings"
-msgstr "Configurações de Conta"
+msgstr ""
 
 #: edx-platform/nau-basic/lms/templates/certificates/_accomplishment-banner.html:59
 msgid "Print or share your certificate:"
@@ -1596,75 +1596,6 @@ msgstr ""
 msgid "Sign Out"
 msgstr "Terminar Sessão"
 
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:11
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:35
-#, python-format
-msgid ""
-"Many %(platform_name)s learners are completing more problems every week, "
-"and participating in the discussion forums. What do you want to do to "
-"keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:18
-#, python-format
-msgid ""
-"Many %(platform_name)s learners in %(course_name)s are completing more "
-"problems every week, and participating in the discussion forums. What do "
-"you want to do to keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:27
-msgid "Keep up the momentum!"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:41
-msgid ""
-"Many {platform_name} learners in {start_strong}{course_name}{end_strong} "
-"are completing more problems every week, and participating in the "
-"discussion forums. What do you want to do to keep learning?"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day10/email/body.html:47
-msgid "Keep learning"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:11
-#, python-format
-msgid ""
-"Remember when you enrolled in %(course_name)s, and other courses on "
-"%(platform_name)s? We do, and we’re glad to have you! Come see what "
-"everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:18
-#, python-format
-msgid ""
-"Remember when you enrolled in %(course_name)s on %(platform_name)s? We "
-"do, and we’re glad to have you! Come see what everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:27
-msgid "Keep learning today"
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:34
-msgid ""
-"Remember when you enrolled in {start_strong}{course_name}{end_strong}, "
-"and other courses on {platform_name}? We do, and we’re glad to have you! "
-"Come see what everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:40
-msgid ""
-"Remember when you enrolled in {start_strong}{course_name}{end_strong} on "
-"{platform_name}? We do, and we’re glad to have you! Come see what "
-"everyone is learning."
-msgstr ""
-
-#: edx-platform/nau-basic/lms/templates/schedules/edx_ace/recurringnudge_day3/email/body.html:46
-msgid "Start learning now"
-msgstr ""
-
 #: edx-platform/nau-basic/lms/templates/widgets/cookie-consent.html:24
 msgid ""
 "This website uses cookies to ensure you get the best experience on our "
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo
index c46aaa65520964d98ecbf9c694d35f00c984b003..c878fb39d3d5a6c4a1a79f866d46facef03c3acf 100644
GIT binary patch
delta 20
bcmX>mdQ5afIxD-0f}yFEf#K#n)(BPrL+%B#

delta 20
bcmX>mdQ5afIxD-ef}y#UiNWSP)(BPrL<$AA

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
index 245ade0..41611f2 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-23 17:40-0500\n"
+"POT-Creation-Date: 2024-12-24 15:01-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
index 20d36a5..bd837e9 100644
--- a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
@@ -3,7 +3,7 @@
 
 <span>
     {% blocktrans trimmed %}
-        If you prefer not to receive automatic emails and keep only the essential ones, 
+        If you prefer not to receive automatic emails and keep only the essential ones,
         update your newsletter preferences in your
     {% endblocktrans %}
     <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">

From 9b985a5d7b4e6d79c0416a4d6a2f9007301e4a97 Mon Sep 17 00:00:00 2001
From: Maria Fernanda Magallanes Zubillaga <maria.magallanes@edunext.co>
Date: Thu, 2 Jan 2025 11:47:18 -0500
Subject: [PATCH 5/5] fix: change the homepage to the lms url

---
 .../conf/locale/en/LC_MESSAGES/django.mo      | Bin 1033 -> 1033 bytes
 .../conf/locale/en/LC_MESSAGES/django.po      |   2 +-
 .../conf/locale/en/LC_MESSAGES/djangojs.mo    | Bin 442 -> 442 bytes
 .../conf/locale/en/LC_MESSAGES/djangojs.po    |   2 +-
 .../conf/locale/pt_PT/LC_MESSAGES/django.mo   | Bin 29291 -> 29291 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/django.po   |   2 +-
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.mo | Bin 2758 -> 2758 bytes
 .../conf/locale/pt_PT/LC_MESSAGES/djangojs.po |   2 +-
 .../nudge_email_unsubscribe_message.html      |   2 +-
 9 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.mo
index fb62cf026b8dca72cf68a9be713e7b5fcb4ad20c..906638f356de5e1442ece1c9c30fce35b16fb5e2 100644
GIT binary patch
delta 26
hcmeC==;YXNiILY-*T7KMz(~Q+(8|Pg^L<7wCIDh)2I&9*

delta 26
hcmeC==;YXNiILYt*U(7U$V9==)XKnc^L<7wCIDiU2I>F+

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
index 133b4ca..d9d1e76 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-24 15:01-0500\n"
+"POT-Creation-Date: 2025-01-02 11:45-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.mo
index 874d6572d46bf546d0de00a81949504efd7bc300..d2c2e58ffb4dfccb9cef32283a24fd33d548f91b 100644
GIT binary patch
delta 24
fcmdnRyo-54AFrvdfuXK}k%FP2m5J%b+4774SZW4|

delta 24
fcmdnRyo-54AFqk7p^>hUiGrc2m4V^L+4774SeOQi

diff --git a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
index 4facafc..f35d5ac 100644
--- a/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/en/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-24 15:01-0500\n"
+"POT-Creation-Date: 2025-01-02 11:45-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: en\n"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.mo
index e4906bd289f22cd3fcfb3e05e8ccb3119c62a87d..abb30d68fb881c881a6e8040c632746c5125eb4c 100644
GIT binary patch
delta 28
kcmaF;gz@zg#tj{Iyr#MahPnnu3WkPOCZ?OG+FdgS0HibuDgXcg

delta 28
kcmaF;gz@zg#tj{Iye7JaM!H5O3Wlau28Nrb+FdgS0Hk9ID*ylh

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
index ddc9cff..7a4cf82 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/django.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: support@edunext.co\n"
-"POT-Creation-Date: 2024-12-24 15:01-0500\n"
+"POT-Creation-Date: 2025-01-02 11:45-0500\n"
 "PO-Revision-Date: 2021-03-12 12:49+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.mo
index c878fb39d3d5a6c4a1a79f866d46facef03c3acf..cad032f74f83aad2fdb5fa641cd74d875b48dfcb 100644
GIT binary patch
delta 26
hcmX>mdQ5afA}g<{u7RPhfsultp_Pg0<~-I2Rsd#l2Gjrm

delta 26
hcmX>mdQ5afA}g<nuAz~xk%@w#sg;4@<~-I2Rsd$92Gsxn

diff --git a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
index 41611f2..ed6f0a7 100644
--- a/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
+++ b/edx-platform/nau-basic/conf/locale/pt_PT/LC_MESSAGES/djangojs.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: ajuda@nau.edu.pt\n"
-"POT-Creation-Date: 2024-12-24 15:01-0500\n"
+"POT-Creation-Date: 2025-01-02 11:45-0500\n"
 "PO-Revision-Date: 2021-06-02 21:22+0000\n"
 "Last-Translator: NAU <info@nau.edu.pt>\n"
 "Language: pt_PT\n"
diff --git a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
index bd837e9..b5811cb 100644
--- a/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
+++ b/edx-platform/nau-basic/lms/templates/ace_common/edx_ace/common/nudge_email_unsubscribe_message.html
@@ -6,7 +6,7 @@
         If you prefer not to receive automatic emails and keep only the essential ones,
         update your newsletter preferences in your
     {% endblocktrans %}
-    <a href="{% with_link_tracking homepage_url|add:'account/settings' %}">
+    <a href="{% with_link_tracking lms_url|add:'/account/settings' %}">
         {% trans "Account Settings" %}
     </a>.
 </span>