generated from OCA/oca-addons-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T0485 FIX and clean templates and functionalities
- Loading branch information
Showing
20 changed files
with
435 additions
and
865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
|
||
from . import my_account | ||
from . import auth_signup | ||
from . import auto_texts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
CHRISTMAS_TEXTS = { | ||
"fra": """Bonjour %s, | ||
Je te souhaite de belles fêtes de Noël! | ||
A Noël, tout commence avec un enfant! Nous fêtons la venue de Jésus parmi nous, signe de l’amour de Dieu pour nous et pour le monde entier. | ||
Quelle bonne nouvelle: il a aussi promis d’être avec nous tous les jours de notre vie et de prendre soin de nous! C’est vrai quand tout va bien. C’est vrai aussi en temps de crise, de défi. | ||
Je te souhaite, ainsi qu’à tes proches, le meilleur pour la nouvelle année. | ||
%s | ||
""", | ||
"eng": """Hello %s, | ||
Merry Christmas! | ||
At Christmas, everything begins with a child! We celebrate the coming of Jesus among us, a sign of God's love for us and for the whole world. | ||
What good news: He promises to be with us all the days of our life and to take care of us! This is true when everything is going well. It is also true in times of crisis and challenge. | ||
I wish you and your loved ones all the best for the New Year. | ||
%s | ||
""", | ||
"por": """Olá %s, | ||
Votos sinceros de um Feliz Natal! | ||
No Natal, tudo começa com uma criança! Celebramos a vinda de Jesus, um sinal do amor de Deus por todos nós e o mundo inteiro. | ||
Que óptimas notícias: Deus prometeu estar connosco todos os dias da nossa vida e tomar conta de nós quando tudo corre bem, mas também em tempos dificeis de crise e desafios. | ||
A ti e aos teus entes queridos desejo-vos tudo de bom para o Ano Novo. | ||
%s | ||
""", | ||
"spa": """Hola %s | ||
¡Te deseo unas muy felices fiestas de Navidad! | ||
En Navidad, ¡todo empieza con un niño! Celebramos la venida de Jesús entre nosotros, signo del amor de Dios por nosotros y por el mundo entero. | ||
Qué buena noticia: también ha prometido estar con nosotros todos los días de nuestra vida y cuidarnos. Esto es cierto cuando todo va bien. También es cierto en tiempos de crisis y desafíos. | ||
Te deseo a ti y a tus seres queridos todo lo mejor para el Año Nuevo. | ||
%s | ||
""" | ||
} |
Oops, something went wrong.