You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/common/src/i18n/en.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ import { TermsOfUseContent } from "@upswyng/common";
5
5
exportdefault{
6
6
about: {
7
7
content: AboutContent.en,
8
+
title: "About - Upswyng",
8
9
},
9
10
alerts: {
10
11
closeAlerts: "Close Alerts",
@@ -38,6 +39,7 @@ export default {
38
39
localOnly:
39
40
"Favorites are only saved on this device. They will not be saved if you are using a public computer or when you have a private session enabled in your browser (incognito mode).",
40
41
noFavorites: "You haven't added any favorites yet!",
42
+
title: "Favorites - Upswyng",
41
43
},
42
44
footer: {
43
45
deploysByNetlify: "deploys by Netlify",
@@ -140,6 +142,11 @@ export default {
140
142
"If you, your children or someone else you know is seeking support for abuse, violence or other forms of oppression and discrimination, SPAN is here to help. From abusive relationships, domestic violence, interpersonal violence and elder abuse to oppression and discrimination based on sexual orientation, gender identity, ethnicity, race, religion, age, ability or income level, SPAN offers the support and resources needed to overcome these challenging circumstances.",
141
143
},
142
144
},
145
+
home: {
146
+
title: "Upswyng",
147
+
description:
148
+
"UpSwyng is a mobile-ready, digital directory of resources to assist the unhoused and at-risk communities.",
Copy file name to clipboardExpand all lines: packages/common/src/i18n/es.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ import { TermsOfUseContent } from "@upswyng/common";
5
5
exportdefault{
6
6
about: {
7
7
content: AboutContent.es,
8
+
title: "Acerca - UpSwyng",
8
9
},
9
10
alerts: {
10
11
closeAlerts: "Cerrar Alertas",
@@ -38,6 +39,7 @@ export default {
38
39
localOnly:
39
40
"Los favoritos solo se guardan en este dispositivo. No se guardarán si está utilizando una computadora pública o cuando tiene una sesión privada habilitada en su navegador (modo incógnito).",
40
41
noFavorites: "¡No has añadido ningún favorito todavía!",
42
+
title: "Favoritos - UpSwyng",
41
43
},
42
44
footer: {
43
45
deploysByNetlify: "despliegues por Netlify",
@@ -141,6 +143,11 @@ export default {
141
143
"Si usted, sus hijos o alguien más que conozca está buscando apoyo para el abuso, la violencia u otras formas de opresión y discriminación, SPAN está aquí para ayudarlo. Desde las relaciones abusivas, la violencia doméstica, la violencia interpersonal y el abuso de ancianos hasta la opresión y la discriminación basadas en la orientación sexual, la identidad de género, el origen étnico, la raza, la religión, la edad, la capacidad o el nivel de ingresos, SPAN ofrece el apoyo y los recursos necesarios para superar estas circunstancias difíciles.",
142
144
},
143
145
},
146
+
home: {
147
+
title: "Upswyng",
148
+
description:
149
+
"UpSwyng es un directorio digital para dispositivos móviles, que continue recursos para ayudar a personas que están a punto de perder su hogar o que ya se encuentran sin hogar.",
0 commit comments