diff --git a/package.json b/package.json index 9edc4849..3a82b59c 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ }, "dependencies": { "@crowdin/crowdin-api-client": "1.35.0", + "@crowdin/ota-client": "2.0.0", "@mantine/carousel": "7.12.2", "@mantine/core": "7.12.2", "@mantine/form": "7.12.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6f392291..ac364217 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@crowdin/crowdin-api-client': specifier: 1.35.0 version: 1.35.0 + '@crowdin/ota-client': + specifier: 2.0.0 + version: 2.0.0 '@mantine/carousel': specifier: 7.12.2 version: 7.12.2(@mantine/core@7.12.2(@mantine/hooks@7.12.2(react@18.3.1))(@types/react@18.3.7)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(@mantine/hooks@7.12.2(react@18.3.1))(embla-carousel-react@7.1.0(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -955,6 +958,10 @@ packages: resolution: {integrity: sha512-+QDaDeQ4N5r66KgxLPMvGvHPQL2slVGP0JyC00oVJMs4iOKKrHFaWhxhZAlsJRB5x1IXb1r1DdhFNBE8GxDB/A==} engines: {node: '>=12.9.0'} + '@crowdin/ota-client@2.0.0': + resolution: {integrity: sha512-3cymvRcsYluTX4GliWpbYrZ4X1PaCGq87PRwnjeAvAMcPMAi8zezk9/1NA9IuYAnFZroJ7ceB8vjUezG5j5DTQ==} + engines: {node: '>=18.0.0'} + '@discoveryjs/json-ext@0.5.7': resolution: {integrity: sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==} engines: {node: '>=10.0.0'} @@ -7223,6 +7230,8 @@ snapshots: transitivePeerDependencies: - debug + '@crowdin/ota-client@2.0.0': {} + '@discoveryjs/json-ext@0.5.7': {} '@emnapi/runtime@1.2.0': diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 59497e8d..024aff4f 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -21,6 +21,15 @@ }, "artist-credit": "Character drawings by Joey Borrelli.", "back": "Previous", + "category": { + "bipoc": "BIPOC", + "disabled": "Disabled", + "elder": "Elder", + "immigrant": "Immigrant", + "queer": "Queer", + "transman": "Trans Man", + "transmasc": "Trans Masc / Nonbinary" + }, "donate": "Donate", "errors": { "consent-all-3": "You must consent to all three.", @@ -53,6 +62,15 @@ "general-template": "{{page}} - #TransMascFutures - InReach x GLAAD" }, "participate": "Click here to participate", + "pronoun": { + "any": "Any pronouns", + "ey": "Ey/Em/Eir", + "he": "He/Him/His", + "none": "No pronouns", + "they": "They/Them/Theirs", + "xe": "Xe/Xem/Xyr", + "ze": "Ze/Zir/Zim" + }, "see-x-stories": "See {{category}} Stories", "share": { "download-button": "Download Kit", diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 3da5bf14..7a2c5893 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -21,6 +21,15 @@ }, "artist-credit": "Dibujos por Joey Borrelli.", "back": "Anterior", + "category": { + "bipoc": "Personas BIPOC", + "disabled": "Personas Inmigrantes", + "elder": "Personas Queer", + "immigrant": "Personas Con Discapacidad", + "queer": "Personas Mayores", + "transman": "Hombres Trans", + "transmasc": "Gente Transmasculino / No Binaria" + }, "donate": "Donar", "errors": { "consent-all-3": "Debes dar tu consentimiento a todos los tres", @@ -53,6 +62,15 @@ "general-template": "{{page}} - #TransMascFutures - InReach x GLAAD" }, "participate": "Haz click aquí para partcipar", + "pronoun": { + "any": "Elle", + "ey": "Él", + "he": "Cualquier pronombre", + "none": "No pronombres", + "they": "Ze/Zir/Zim", + "xe": "Xe/Xem/Xyr", + "ze": "Ey/Em/Eir" + }, "see-x-stories": "Ver Historias sobre {{category}}", "share": { "download-button": "Descargar",