mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00:10 +00:00
fix en-es name and filename
This commit is contained in:
parent
a9bde40661
commit
570e3a1e54
1
api.go
1
api.go
@ -1668,7 +1668,6 @@ func (app *appContext) GetEmail(gc *gin.Context) {
|
|||||||
newEmail = true
|
newEmail = true
|
||||||
msg, err = app.email.constructWelcome("", time.Time{}, app, true)
|
msg, err = app.email.constructWelcome("", time.Time{}, app, true)
|
||||||
content = msg.Text
|
content = msg.Text
|
||||||
conditionals = []string{"{yourAccountWillExpire}"}
|
|
||||||
} else {
|
} else {
|
||||||
variables = app.storage.customEmails.WelcomeEmail.Variables
|
variables = app.storage.customEmails.WelcomeEmail.Variables
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inglés (US)"
|
"name": "Español (ES)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"invites": "Invitaciones",
|
"invites": "Invitaciones",
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inglés (US)"
|
"name": "Español (ES)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"username": "Nombre de usuario",
|
"username": "Nombre de usuario",
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inglés (US)"
|
"name": "Español (ES)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"ifItWasNotYou": "Si no fue usted, ignore este correo electrónico.",
|
"ifItWasNotYou": "Si no fue usted, ignore este correo electrónico.",
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inglés (US)"
|
"name": "Español (ES)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "Crear cuenta de Jellyfin",
|
"pageTitle": "Crear cuenta de Jellyfin",
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Inglés (US)"
|
"name": "Español (ES)"
|
||||||
},
|
},
|
||||||
"strings": {
|
"strings": {
|
||||||
"pageTitle": "Configuración - jfa-go",
|
"pageTitle": "Configuración - jfa-go",
|
Loading…
Reference in New Issue
Block a user