{"id":15516,"date":"2025-04-29T07:34:32","date_gmt":"2025-04-29T14:34:32","guid":{"rendered":"https:\/\/translationcommons.org\/inicio\/"},"modified":"2026-02-10T15:07:45","modified_gmt":"2026-02-10T23:07:45","slug":"inicio","status":"publish","type":"page","link":"https:\/\/translationcommons.org\/es-mx\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<div style=\"height:2px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@300;400;500;600;700&display=swap');\n.hero-section {\n  background: linear-gradient(135deg, #1B6B7A 0%, #2E7D91 35%, #4A90A4 70%, #5BA3B8 100%);\n  position: relative;\n  height: 600px;\n  display: flex;\n  align-items: center;\n  padding: 60px 40px;\n  font-family: 'Raleway', sans-serif;\n  color: white;\n  overflow: hidden;\n}\n\n\/* First diagonal line - far left (2 spots) *\/\n.hero-section .blur-spot-1 {\n  position: absolute;\n  width: 120px;\n  height: 120px;\n  background: rgba(255, 255, 255, 0.45);\n  border-radius: 50%;\n  filter: blur(25px);\n  top: 5%;\n  left: 5%;\n  z-index: 1;\n}\n\n.hero-section .blur-spot-2 {\n  position: absolute;\n  width: 160px;\n  height: 160px;\n  background: rgba(255, 255, 255, 0.4);\n  border-radius: 50%;\n  filter: blur(30px);\n  bottom: 5%;\n  left: 25%;\n  z-index: 1;\n}\n\n\/* Second diagonal line - center-right (2 spots) - much further right *\/\n.hero-section .blur-spot-3 {\n  position: absolute;\n  width: 140px;\n  height: 140px;\n  background: rgba(255, 255, 255, 0.5);\n  border-radius: 50%;\n  filter: blur(25px);\n  top: 15%;\n  right: 45%;\n  z-index: 1;\n}\n\n.hero-section .blur-spot-4 {\n  position: absolute;\n  width: 180px;\n  height: 180px;\n  background: rgba(255, 255, 255, 0.42);\n  border-radius: 50%;\n  filter: blur(32px);\n  bottom: 10%;\n  right: 30%;\n  z-index: 1;\n}\n\n\/* Single spot on far right *\/\n.hero-section .blur-spot-5 {\n  position: absolute;\n  width: 130px;\n  height: 130px;\n  background: rgba(255, 255, 255, 0.48);\n  border-radius: 50%;\n  filter: blur(28px);\n  top: 45%;\n  right: 5%;\n  z-index: 1;\n}\n\n.hero-container {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr auto;\n  align-items: center;\n  gap: 60px;\n  width: 100%;\n  position: relative;\n  z-index: 2;\n}\n\n.hero-content {\n  max-width: 700px;\n}\n\n.hero-title {\n  font-size: 3.5rem;\n  font-weight: 700;\n  margin-bottom: 30px;\n  line-height: 1.2;\n}\n\n.hero-description {\n  font-size: 1.25rem;\n  line-height: 1.6;\n  font-weight: 700;\n  opacity: 0.95;\n}\n\n.hero-logo {\n  display: flex;\n  justify-content: flex-end;\n  align-items: center;\n}\n\n.hero-logo img {\n  max-width: 300px;\n  height: auto;\n  filter: brightness(1.1);\n}\n\n@media (max-width: 968px) {\n  .hero-section {\n    padding: 40px 20px;\n    text-align: center;\n  }\n  \n  .hero-section .blur-spot-1 {\n    width: 90px;\n    height: 90px;\n    left: 4%;\n  }\n  \n  .hero-section .blur-spot-2 {\n    width: 120px;\n    height: 120px;\n    left: 25%;\n  }\n  \n  .hero-section .blur-spot-3 {\n    width: 100px;\n    height: 100px;\n    right: 40%;\n  }\n  \n  .hero-section .blur-spot-4 {\n    width: 130px;\n    height: 130px;\n    right: 20%;\n  }\n  \n  .hero-section .blur-spot-5 {\n    width: 90px;\n    height: 90px;\n    right: 4%;\n  }\n  \n  .hero-container {\n    grid-template-columns: 1fr;\n    gap: 40px;\n    text-align: center;\n    justify-items: center;\n  }\n  \n  .hero-content {\n    text-align: center;\n    max-width: 700px;\n  }\n  \n  .hero-logo {\n    order: -1;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    width: 100%;\n  }\n  \n  .hero-title {\n    font-size: 2.8rem;\n    text-align: center;\n  }\n  \n  .hero-description {\n    font-size: 1.1rem;\n    text-align: center;\n  }\n  \n  .hero-logo img {\n    max-width: 250px;\n  }\n}\n\n@media (max-width: 640px) {\n  .hero-section {\n    padding: 30px 15px;\n  }\n  \n  .hero-section .blur-spot-1 {\n    width: 70px;\n    height: 70px;\n    left: 1%;\n  }\n  \n  .hero-section .blur-spot-2 {\n    width: 90px;\n    height: 90px;\n    left: 12%;\n  }\n  \n  .hero-section .blur-spot-3 {\n    width: 75px;\n    height: 75px;\n    left: 30%;\n  }\n  \n  .hero-section .blur-spot-4 {\n    width: 100px;\n    height: 100px;\n    left: 45%;\n  }\n  \n  .hero-section .blur-spot-5 {\n    width: 65px;\n    height: 65px;\n    right: 1%;\n  }\n  \n  .hero-title {\n    font-size: 2.2rem;\n    margin-bottom: 25px;\n  }\n  \n  .hero-description {\n    font-size: 1rem;\n  }\n  \n  .hero-logo img {\n    max-width: 200px;\n  }\n  \n  .hero-container {\n    gap: 30px;\n  }\n}\n\n@media (max-width: 480px) {\n  .hero-section .blur-spot-1 {\n    width: 55px;\n    height: 55px;\n  }\n  \n  .hero-section .blur-spot-2 {\n    width: 70px;\n    height: 70px;\n    left: 10%;\n  }\n  \n  .hero-section .blur-spot-3 {\n    width: 60px;\n    height: 60px;\n    left: 28%;\n  }\n  \n  .hero-section .blur-spot-4 {\n    width: 80px;\n    height: 80px;\n    left: 42%;\n  }\n  \n  .hero-section .blur-spot-5 {\n    width: 50px;\n    height: 50px;\n  }\n  \n  .hero-title {\n    font-size: 1.8rem;\n  }\n  \n  .hero-description {\n    font-size: 0.95rem;\n    line-height: 1.5;\n  }\n  \n  .hero-logo img {\n    max-width: 180px;\n  }\n}\n<\/style>\n\n<section class=\"hero-section\">\n  <div class=\"blur-spot-1\"><\/div>\n  <div class=\"blur-spot-2\"><\/div>\n  <div class=\"blur-spot-3\"><\/div>\n  <div class=\"blur-spot-4\"><\/div>\n  <div class=\"blur-spot-5\"><\/div>\n  <div class=\"hero-container\">\n    <div class=\"hero-content\">\n      <h1 class=\"hero-title\">From Zero to Digital<\/h1>\n      <p class=\"hero-description\">\n        Translation Commons believes every language deserves a place in the digital world. \n        We&#8217;re committed to bridging the digital divide, ensuring all communities can \n        communicate, learn, and thrive online in their native tongue.\n      <\/p>\n    <\/div>\n    <div class=\"hero-logo\">\n      <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/08\/logofrhomebanner.png\" alt=\"Translation Commons Logo\"\/>\n    <\/div>\n  <\/div>\n<\/section>\n\n<style>\n\/* What We Do Section Styles *\/\n.what-we-do-section {\nfont-family:Raleway;\n    background-color: #ffff;\n    padding: 60px 20px;\n    width: 100%;\n}\n.what-we-do-content {\n    max-width: 1200px;\n    margin: 0 auto;\n    text-align: center;\n}\n.what-we-do-title {\n    font-size: 28px;\n    margin: 0 0 25px 0;\n    padding: 0; \n    color: #333;\n    font-weight: 700;\n}\n.what-we-do-description {\n    font-size: 25px;\n    line-height: 1.6;\n    color: #333;\n    max-width: 1100px;\n    font-weight: 500;\n    margin: 0 auto;\n}\n\/* Responsive Adjustments *\/\n@media (max-width: 768px) {\n    .what-we-do-section {\n        padding: 40px 20px;\n    }\n    \n    .what-we-do-title {\n        font-size: 28px;\n    }\n    \n    .what-we-do-description {\n        font-size: 16px;\n    }\n}\n<\/style>\n<section class=\"what-we-do-section\">\n    <div class=\"what-we-do-content\">\n        <h2 class=\"what-we-do-title\">Our Purpose<\/h2>\n        \n        <p class=\"what-we-do-description\">\n           We are a dedicated community of technology and language professionals united by a powerful mission: to ensure every language thrives in the digital age. \n        <\/p>\n    <\/div>\n<\/section>\n\n<style>\n  .initiatives-carousel-container {\n    background-color: #e1eef2;\n    width: 100%;\n    padding: 40px 0;\n    font-family: \"Raleway\", sans-serif;\n  }\n\n  .initiatives-content-wrapper {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .initiatives-title {\n    text-align: center;\n    margin-bottom: 20px;\n    font-size: 28px;\n    font-weight: 600;\n    color: #333;\n  }\n\n  .initiatives-description {\n    text-align: center;\n    margin-bottom: 40px;\n    font-size: 18px;\n    font-weight: 400;\n    color: #666;\n    line-height: 1.6;\n    max-width: 800px;\n    margin-left: auto;\n    margin-right: auto;\n    font-family: \"Raleway\", sans-serif;\n  }\n\n  .initiatives-carousel {\n    display: flex;\n    align-items: center;\n    position: relative;\n    margin-bottom: 20px;\n  }\n\n  .carousel-container {\n    width: 100%;\n    overflow: hidden;\n    position: relative;\n  }\n\n  .carousel-slides {\n    display: flex;\n    transition: transform 0.3s ease;\n    gap: 15px;\n  }\n\n  .carousel-slide {\n    flex: 0 0 calc(33.333% - 10px);\n    transition: transform 0.3s ease;\n  }\n\n  .initiative-card {\n    background-color: #fff;\n    border-radius: 10px;\n    overflow: hidden;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    min-height: 450px;\n    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    color: inherit;\n  }\n\n  .initiative-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n    text-decoration: none;\n    color: inherit;\n  }\n\n  .initiative-image {\n    height: 300px;\n    overflow: hidden;\n  }\n\n  .initiative-image img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.3s ease;\n  }\n\n  .initiative-card:hover .initiative-image img {\n    transform: scale(1.05);\n  }\n\n  .initiative-title {\n    font-size: 18px;\n    font-weight: 700;\n    margin: 20px 0 10px 0;\n    padding: 0 20px;\n    text-align: center;\n    color: #333;\n  }\n\n  .initiative-content {\n    font-size: 16px;\n    color: #666;\n    text-align: center;\n    padding: 0 20px 20px;\n    margin: 0;\n    flex-grow: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    line-height: 1.5;\n  }\n\n  .carousel-arrow {\n    background-color: rgba(255, 255, 255, 0.9);\n    border: none;\n    width: 50px;\n    height: 50px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    cursor: pointer;\n    position: absolute;\n    z-index: 10;\n    transition: all 0.3s ease;\n    color: #0073aa;\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n  }\n\n  .carousel-arrow:hover {\n    background-color: #f1f1f1;\n    transform: scale(1.1);\n  }\n\n  .carousel-arrow:disabled {\n    opacity: 0.5;\n    cursor: not-allowed;\n    transform: none;\n  }\n\n  .prev-arrow {\n    left: -25px;\n  }\n\n  .next-arrow {\n    right: -25px;\n  }\n\n  .carousel-dots {\n    display: none;\n  }\n\n  \/* Tablet responsiveness *\/\n  @media (max-width: 1024px) {\n    .carousel-slide {\n      flex: 0 0 calc(50% - 7.5px);\n    }\n\n    .initiative-card {\n      min-height: 420px;\n    }\n\n    .initiative-image {\n      height: 250px;\n    }\n\n    .initiatives-title {\n      font-size: 28px;\n    }\n\n    .initiatives-description {\n      font-size: 17px;\n      margin-bottom: 35px;\n    }\n\n    .initiative-title {\n      font-size: 18px;\n    }\n\n    .initiative-content {\n      font-size: 15px;\n    }\n\n    .carousel-arrow {\n      width: 45px;\n      height: 45px;\n      font-size: 18px;\n    }\n  }\n\n  \/* Mobile responsiveness *\/\n  @media (max-width: 768px) {\n    .initiatives-content-wrapper {\n      padding: 0 15px;\n    }\n\n    .carousel-slide {\n      flex: 0 0 100%;\n    }\n\n    .carousel-slides {\n      gap: 0;\n    }\n\n    .initiative-card {\n      min-height: 380px;\n      margin: 0 10px;\n    }\n\n    .initiative-image {\n      height: 220px;\n    }\n\n    .initiative-title {\n      font-size: 18px;\n    }\n\n    .initiative-content {\n      font-size: 14px;\n    }\n\n    .initiatives-title {\n      font-size: 28px;\n      margin-bottom: 15px;\n    }\n\n    .initiatives-description {\n      font-size: 16px;\n      margin-bottom: 30px;\n      padding: 0 10px;\n    }\n\n    .prev-arrow {\n      left: -20px;\n    }\n\n    .next-arrow {\n      right: -20px;\n    }\n\n    .carousel-arrow {\n      width: 40px;\n      height: 40px;\n      font-size: 16px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .initiatives-content-wrapper {\n      padding: 0 10px;\n    }\n\n    .initiative-card {\n      min-height: 350px;\n      margin: 0 5px;\n    }\n\n    .initiative-image {\n      height: 200px;\n    }\n\n    .carousel-arrow {\n      width: 35px;\n      height: 35px;\n      font-size: 14px;\n    }\n\n    .prev-arrow {\n      left: -15px;\n    }\n\n    .next-arrow {\n      right: -15px;\n    }\n\n    .initiatives-title {\n      font-size: 28px;\n      margin-bottom: 12px;\n    }\n\n    .initiatives-description {\n      font-size: 16px;\n      margin-bottom: 25px;\n      padding: 0 5px;\n    }\n\n    .initiative-title {\n      font-size: 18px;\n    }\n\n    .initiative-content {\n      font-size: 13px;\n    }\n  }\n<\/style>\n\n<!-- Combined container to prevent spacing -->\n<div style=\"margin: 0; padding: 0\">\n  <!-- Initiatives Section -->\n  <div class=\"initiatives-carousel-container\">\n    <div class=\"initiatives-content-wrapper\">\n      <h2 class=\"initiatives-title\">Our Initiatives<\/h2>\n\n      <p class=\"initiatives-description\">\n        We recognize language as the heart of identity and heritage. Our work\n        directly supports the vitality and longevity of cultures by ensuring\n        their linguistic legacy endures digitally\n      <\/p>\n\n      <div class=\"initiatives-carousel\">\n        <button class=\"carousel-arrow prev-arrow\" aria-label=\"Previous slide\">\n          <span>\u2039<\/span>\n        <\/button>\n\n        <div class=\"carousel-container\">\n          <div class=\"carousel-slides\">\n            <!-- Slide 1 - Tools -->\n            <div class=\"carousel-slide\">\n              <a href=\"https:\/\/translationcommons.org\/language-digitalization-initiative\/?preview=true\" class=\"initiative-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <div class=\"initiative-image\">\n                  <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/Rectangle-1272-2-1.png\" alt=\"Language Digitization Initiative\"\/>\n                <\/div>\n                <h3 class=\"initiative-title\">Tools<\/h3>\n                <p class=\"initiative-content\">\n                  Free templates and software for language digitization\n                <\/p>\n              <\/a>\n            <\/div>\n\n            <!-- Slide 2 - Resources -->\n            <div class=\"carousel-slide\">\n              <a href=\"https:\/\/translationcommons.org\/zero-to-digital-resources\/\" class=\"initiative-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <div class=\"initiative-image\">\n                  <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/Rectangle-1272-1-3.png\" alt=\"Keyboard Creation Service\"\/>\n                <\/div>\n                <h3 class=\"initiative-title\">Resources<\/h3>\n                <p class=\"initiative-content\">\n                  Comprehensive guidelines, videos, and workshops\n                <\/p>\n              <\/a>\n            <\/div>\n\n            <!-- Slide 3 - Events -->\n            <div class=\"carousel-slide\">\n              <a href=\"https:\/\/translationcommons.org\/events\/\" class=\"initiative-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                <div class=\"initiative-image\">\n                  <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/08\/eventsCarasol.png\" alt=\"Website Localization\"\/>\n                <\/div>\n                <h3 class=\"initiative-title\">Events<\/h3>\n                <p class=\"initiative-content\">\n                  Promotion of initiatives for digital language vitality\n                <\/p>\n              <\/a>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <button class=\"carousel-arrow next-arrow\" aria-label=\"Next slide\">\n          <span>\u203a<\/span>\n        <\/button>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const carousel = document.querySelector(\".carousel-slides\");\n      const slides = document.querySelectorAll(\".carousel-slide\");\n      const dots = document.querySelectorAll(\".dot\");\n      const prevBtn = document.querySelector(\".prev-arrow\");\n      const nextBtn = document.querySelector(\".next-arrow\");\n\n      let currentIndex = 0;\n      const slideCount = slides.length;\n\n      \/\/ Get slides per view based on screen size\n      function getSlidesPerView() {\n        const width = window.innerWidth;\n        if (width <= 768) return 1;\n        if (width <= 1024) return 2;\n        return 3;\n      }\n\n      \/\/ Get maximum index based on slides per view\n      function getMaxIndex() {\n        const slidesPerView = getSlidesPerView();\n        return Math.max(0, slideCount - slidesPerView);\n      }\n\n      \/\/ Move to specific slide\n      function goToSlide(index) {\n        const maxIndex = getMaxIndex();\n\n        if (index < 0) {\n          index = 0;\n        } else if (index > maxIndex) {\n          index = maxIndex;\n        }\n\n        currentIndex = index;\n        const slidesPerView = getSlidesPerView();\n\n        \/\/ Calculate the translation based on current viewport\n        let translateX = 0;\n\n        if (slidesPerView === 1) {\n          \/\/ Mobile: each slide is 100% width\n          translateX = -index * 100;\n          carousel.style.transform = `translateX(${translateX}%)`;\n        } else if (slidesPerView === 2) {\n          \/\/ Tablet: each slide is 50% width\n          translateX = -index * 50;\n          carousel.style.transform = `translateX(${translateX}%)`;\n        } else {\n          \/\/ Desktop: each slide is 33.333% width\n          translateX = -index * 33.333;\n          carousel.style.transform = `translateX(${translateX}%)`;\n        }\n\n        \/\/ Update active dot\n        dots.forEach((dot, i) => {\n          dot.classList.toggle(\"active\", i === index);\n        });\n\n        \/\/ Update button states\n        prevBtn.disabled = index === 0;\n        nextBtn.disabled = index === maxIndex;\n      }\n\n      \/\/ Set up event listeners\n      prevBtn.addEventListener(\"click\", () => {\n        if (currentIndex > 0) {\n          goToSlide(currentIndex - 1);\n        }\n      });\n\n      nextBtn.addEventListener(\"click\", () => {\n        if (currentIndex < getMaxIndex()) {\n          goToSlide(currentIndex + 1);\n        }\n      });\n\n      dots.forEach((dot, i) => {\n        dot.addEventListener(\"click\", () => {\n          goToSlide(i);\n        });\n      });\n\n      \/\/ Handle window resize\n      let resizeTimeout;\n      window.addEventListener(\"resize\", () => {\n        clearTimeout(resizeTimeout);\n        resizeTimeout = setTimeout(() => {\n          \/\/ Recalculate position for current slide after resize\n          const newMaxIndex = getMaxIndex();\n          goToSlide(Math.min(currentIndex, newMaxIndex));\n        }, 150);\n      });\n\n      \/\/ Touch\/swipe support for mobile\n      let startX = 0;\n      let startY = 0;\n      let isDragging = false;\n\n      carousel.addEventListener(\"touchstart\", (e) => {\n        startX = e.touches[0].clientX;\n        startY = e.touches[0].clientY;\n        isDragging = true;\n      });\n\n      carousel.addEventListener(\"touchmove\", (e) => {\n        if (!isDragging) return;\n        e.preventDefault();\n      });\n\n      carousel.addEventListener(\"touchend\", (e) => {\n        if (!isDragging) return;\n        isDragging = false;\n\n        const endX = e.changedTouches[0].clientX;\n        const endY = e.changedTouches[0].clientY;\n        const diffX = startX - endX;\n        const diffY = startY - endY;\n\n        \/\/ Only trigger swipe if horizontal movement is greater than vertical\n        if (Math.abs(diffX) > Math.abs(diffY) && Math.abs(diffX) > 50) {\n          if (diffX > 0) {\n            \/\/ Swipe left - next slide\n            if (currentIndex < getMaxIndex()) {\n              goToSlide(currentIndex + 1);\n            }\n          } else {\n            \/\/ Swipe right - previous slide\n            if (currentIndex > 0) {\n              goToSlide(currentIndex - 1);\n            }\n          }\n        }\n      });\n\n      \/\/ Initialize\n      goToSlide(0);\n    });\n  <\/script>\n<\/div>\n\n<style>\n.partnership-container {\n    position: relative;\n    width: 100%;\n    min-height: 220px;\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    overflow: hidden;\n    margin: 0;\n    padding: 30px 15px;\n    background-color: #d4e5eb;\n}\n\n.partnership-container::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background-color: rgba(41, 120, 143, 0.4);\n    z-index: 2;\n}\n\n.partnership-bg {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    z-index: 1;\n}\n\n.partnership-content {\n    position: relative;\n    z-index: 3;\n    background-color: rgba(240, 248, 255, 0.95);\n    padding: 25px 40px;\n    text-align: center;\n    width: 100%;\n    max-width: 1300px;\n    border-radius: 6px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n    margin: 0 30px;\n}\n\n.partnership-title {\n    font-family: \"Raleway\", sans-serif;\n    font-size: 22px;\n    font-weight: 400;\n    color: #333;\n    margin-bottom: 20px;\n    line-height: 1.3;\n}\n\n.partnership-highlight {\n    font-weight: 700;\n}\n\n.partnership-description {\n    font-family: \"Raleway\", sans-serif;\n    font-size: 14px;\n    font-weight: 400;\n    color: #555;\n    line-height: 1.5;\n    margin-bottom: 25px;\n    max-width: 1000px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.unesco-logo {\n    max-width: 180px;\n    height: auto;\n}\n\n@media (max-width: 768px) {\n    .partnership-container {\n        min-height: 200px;\n        padding: 20px 10px;\n    }\n    \n    .partnership-content {\n        padding: 20px 20px;\n        margin: 0 15px;\n        max-width: none;\n    }\n    \n    .partnership-title {\n        font-size: 18px;\n        margin-bottom: 15px;\n    }\n    \n    .partnership-description {\n        font-size: 13px;\n        margin-bottom: 20px;\n    }\n    \n    .unesco-logo {\n        max-width: 150px;\n    }\n}\n\n@media (max-width: 480px) {\n    .partnership-container {\n        padding: 15px 5px;\n    }\n    \n    .partnership-content {\n        padding: 18px 15px;\n        margin: 0 10px;\n    }\n    \n    .partnership-title {\n        font-size: 16px;\n    }\n    \n    .partnership-description {\n        font-size: 12px;\n    }\n    \n    .unesco-logo {\n        max-width: 130px;\n    }\n}\n<\/style>\n\n<!-- Partnership Section -->\n<section class=\"partnership-container\">\n    <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/05\/background_image.png\" alt=\"Modern building architecture\" class=\"partnership-bg\"\/>\n    <div class=\"partnership-content\">\n        <h2 class=\"partnership-title\">\n            Translation Commons is a proud partner of\n            <span class=\"partnership-highlight\">UNESCO Language Technology Initiatives<\/span>\n        <\/h2>\n        <p class=\"partnership-description\">\n            In close collaboration with native speakers worldwide and UNESCO&#8217;s language technology programs, we actively support the growth and long-term sustainability of marginalized languages. We are pioneering the Language Digitization Initiative, bridging the digital divide to ensure that all speakers of any language have the option to use their language comfortably online.\n        <\/p>\n        <a href=\"#\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/06\/unescologo.png\" alt=\"UNESCO Logo\" class=\"unesco-logo\"\/>\n        <\/a>\n    <\/div>\n<\/section>\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@400;500;600;700&display=swap');\n        \n        .roadmap-container {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: 'Raleway', sans-serif;\n        }\n        \n        .roadmap-text {\n            flex: 1;\n            padding-right: 40px;\n            max-width: 500px;\n        }\n        \n        .roadmap-text h2 {\n            font-size: 28px;\n            font-weight: 700;\n            color: #333;\n            margin-bottom: 20px;\n        }\n        \n        .roadmap-text p {\n            font-size: 18px;\n            line-height: 1.6;\n            color: #555;\n        }\n        \n        .roadmap-image {\n            flex: 1;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n        }\n        \n        .roadmap-image img {\n            max-width: 100%;\n            height: auto;\n        }\n        \n        \/* Responsive adjustments *\/\n        @media (max-width: 768px) {\n            .roadmap-container {\n                flex-direction: column;\n            }\n            \n            .roadmap-text {\n                max-width: 100%;\n                padding-right: 0;\n                margin-bottom: 30px;\n            }\n        }\n    <\/style>\n\n<div class=\"roadmap-container\">\n        <div class=\"roadmap-text\">\n            <h2>Addressing the Digital Challenge<\/h2>\n            <p><b>The digital age poses a risk to many languages, potentially isolating communities and eroding cultural heritage. Translation Commons directly tackles this with our <a href=\"https:\/\/translationcommons.org\/language-digitalization-initiative\/?preview=true\">Language Digitization Initiative<\/a>. <\/b><\/p>\nCollaborating closely with UNESCO and global language communities, we deliver free resources, accessible technologies, and vital training. This empowers native speakers to build a strong digital presence for their languages, securing their future in the online world\n        <\/div>\n        \n        <div class=\"roadmap-image\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/Roapmap-Wheel.png\" alt=\"Language Technology Roadmap Pie Chart\"\/>\n        <\/div>\n    <\/div>\n\n\n\n<style>\n.our-impact-container {\n    font-family: 'Raleway', sans-serif;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 40px 20px;\n    text-align: center;\n}\n.our-impact-title {\nfont-family:Raleway;\n    font-size: 28px;\n    font-weight: bold;\n    margin-bottom: 60px;\n    color: #272626;\n}\n.impact-stats-container {\n    font-family: 'Raleway', sans-serif;\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    gap: 20px;\n}\n.impact-stat {\n    flex: 1;\n    min-width: 220px;\n    padding: 20px;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n}\n.impact-icon {\n    width: 40px;\n    height: 40px;\n    margin-bottom: 15px;\n    object-fit: contain;\n}\n.impact-number {\n    font-size: 42px;\n    font-weight: bold;\n    color: #E2502F;\n    margin-bottom: 10px;\n}\n.impact-label {\n    font-size: 16px;\n    font-weight: bold;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 15px;\n    color: #272626;\n}\n.impact-description {\n    font-family: 'Raleway', sans-serif;\n    font-size: 16px;\n    line-height: 1.5;\n    color: #666;\n    max-width: 300px;\n}\n.impact-button {\n    display: inline-block;\n    background-color: #29788F;\n    color: white;\n    padding: 12px 24px;\n    border-radius: 30px;\n    text-decoration: none;\n    \n    margin-top: 40px;\n    transition: background-color 0.3s;\n}\n.impact-button:hover {\n    background-color: #1c638d;\n}\n\/* Responsive adjustments *\/\n@media (max-width: 992px) {\n    .impact-stats-container {\n        justify-content: center;\n    }\n    \n    .impact-stat {\n        flex: 0 0 45%;\n        margin-bottom: 30px;\n    }\n    \n    .impact-number {\n        font-size: 36px;\n    }\n}\n\n@media (max-width: 768px) {\n    .impact-stats-container {\n        flex-direction: column;\n        align-items: center;\n    }\n    \n    .impact-stat {\n        width: 100%;\n        max-width: 320px;\n    }\n    \n    .our-impact-title {\n        font-size: 28px;\n        margin-bottom: 40px;\n    }\n}\n<\/style>\n<section class=\"our-impact-container\">\n    <h2 class=\"our-impact-title\">Our Impact<\/h2>\n    \n    <div class=\"impact-stats-container\">\n       \n        \n       \n        \n        <!-- Languages Translated Stat -->\n        <div class=\"impact-stat\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/rd3.png\" alt=\"Languages Translated Icon\" class=\"impact-icon\"\/>\n            <div class=\"impact-number\">400+<\/div>\n            <div class=\"impact-label\">Languages Reached<\/div>\n            <\/div>\n        \n         <!-- Language Courses Stat -->\n        <div class=\"impact-stat\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/Vector.png\" alt=\"Language Courses Icon\" class=\"impact-icon\"\/>\n            <div class=\"impact-number\">15+<\/div>\n            <div class=\"impact-label\">Tools Created<\/div>\n              <\/div>\n        \n         <!-- Volunteers Stat -->\n        <div class=\"impact-stat\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/bowl-633096.png\" alt=\"Volunteers Icon\" class=\"impact-icon\"\/>\n            <div class=\"impact-number\">9,000+<\/div>\n            <div class=\"impact-label\">Volunteers<\/div>\n                <\/div>\n        \n        <!-- Hours Saved Stat -->\n        <div class=\"impact-stat\">\n            <img decoding=\"async\" src=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/04\/clock-regular-1.png\" alt=\"Hours Saved Icon\" class=\"impact-icon\"\/>\n            <div class=\"impact-number\">11,000,000+<\/div>\n            <div class=\"impact-label\">Volunteer Hours<\/div>\n              <\/div>\n        \n        \n        \n    <\/div>\n    \n    <a href=\"https:\/\/translationcommons.org\/impact-stories\/?preview=true\" class=\"impact-button\">See Our Impact<\/a>\n<\/section>\n\n\n\n<style>\n  \/* Join Us Section Styles *\/\n  .join-us-section {\n    font-family: \"Raleway\", sans-serif;\n    background-color: #e6f0f3;\n    padding: 60px 20px;\n    width: 100%;\n  }\n\n  \/* Add box-sizing to elements within your component to avoid side-effects *\/\n  .join-us-section *,\n  .join-us-section *::before,\n  .join-us-section *::after {\n    box-sizing: inherit;\n  }\n\n  .join-us-content {\n    max-width: 1200px;\n    margin: 0 auto;\n    text-align: center;\n  }\n\n  .join-us-title {\n    font-size: 42px;\n    margin: 0 0 5px 0; \/* Adjusted margin *\/\n    color: #333;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  .join-us-subtitle {\n    font-size: 32px;\n    margin: 5px 0 25px;\n    color: #333;\n    font-weight: 600;\n    line-height: 1.2;\n  }\n\n  .join-us-description {\n    font-weight: bold;\n    font-size: 18px;\n    line-height: 1.6;\n    margin-bottom: 40px;\n    color: #333;\n    max-width: 1100px;\n    margin-left: auto;\n    margin-right: auto;\n    font-weight: 400;\n  }\n\n  .join-us-buttons {\n    display: flex;\n    justify-content: center;\n    gap: 20px;\n    flex-wrap: wrap;\n  }\n\n  .join-us-button {\n    display: inline-block;\n    padding: 12px 30px;\n    background-color: white;\n    color: #29788f;\n    text-decoration: none;\n    border-radius: 50px;\n    border: 2px solid #29788f;\n    font-size: 16px;\n    min-width: 180px;\n    text-align: center;\n    font-weight: 500;\n    transition: all 0.3s ease;\n    font-family: \"Raleway\", sans-serif;\n  }\n\n  .join-us-button:hover {\n    background-color: #41879c;\n    color: white;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(41, 120, 143, 0.3);\n  }\n\n  .join-us-button:first-child {\n    background-color: white;\n    color: #29788f;\n  }\n\n  .join-us-button:first-child:hover {\n    background-color: #41879c;\n    color: white;\n  }\n\n  .join-us-button:last-child {\n    background-color: #29788f;\n    color: white;\n    border-color: #29788f;\n  }\n\n  .join-us-button:last-child:hover {\n    background-color: white;\n    color: #29788f;\n  }\n\n  \/* Responsive Adjustments *\/\n  @media (max-width: 768px) {\n    .join-us-section {\n      padding: 40px 20px;\n    }\n\n    .join-us-buttons {\n      flex-direction: column;\n      align-items: center;\n      gap: 15px;\n    }\n\n    .join-us-button {\n      width: 100%;\n      max-width: 300px;\n      background-color: white;\n    }\n\n    .join-us-title {\n      font-size: 36px;\n    }\n\n    .join-us-subtitle {\n      font-size: 28px;\n    }\n\n    .join-us-description {\n      font-weight: bold;\n      font-size: 16px;\n      margin-bottom: 30px;\n    }\n  }\n\n  @media (max-width: 480px) {\n    .join-us-section {\n      padding: 30px 15px;\n    }\n\n    .join-us-title {\n      font-size: 32px;\n    }\n\n    .join-us-subtitle {\n      font-size: 24px;\n    }\n\n    .join-us-description {\n      font-size: 15px;\n    }\n\n    .join-us-button {\n      padding: 14px 25px;\n      font-size: 15px;\n    }\n  }\n<\/style>\n<!-- You'll also need to link the Google Font in your WordPress header if it's not already there: -->\n<!-- <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@400;500;600;700&display=swap\" rel=\"stylesheet\"> -->\n\n<div class=\"join-us-section\">\n  <div class=\"join-us-content\">\n    <h2 class=\"join-us-title\">Join Us<\/h2>\n    <h3 class=\"join-us-subtitle\">Be the Catalyst For Change!<\/h3>\n    <p class=\"join-us-description\">\n      <b>\n        Join our mission to create a world where every language and culture can\n        thrive digitally. At Translation Commons, we&#8217;re powered by a dynamic\n        community. We&#8217;ve designed a collaborative model that prepares\n        individuals to lead with purpose.<br\/><br\/>\n        Whether you&#8217;re a native speaker, an advocate for an Indigenous language,\n        a language enthusiast, or an organization looking to collaborate, your\n        vision can make a difference. We empower our community to make strategic\n        contributions, bringing diverse insights and dedication to global\n        initiatives\n      <\/b>\n    <\/p>\n    <div class=\"join-us-buttons\">\n      <a href=\"https:\/\/translationcommons.org\/donate-2\/\" class=\"join-us-button\">Give To Our Cause<\/a>\n      <a href=\"https:\/\/translationcommons.org\/web-volunteer-page\/?preview=true\" class=\"join-us-button\">Volunteer With Us<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n<\/div><\/div>\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u203a . 400+ 15+ 9,000+ 11,000,000+<\/p>\n","protected":false},"author":34,"featured_media":16143,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","om_disable_all_campaigns":false,"neve_meta_sidebar":"","neve_meta_container":"anchura total","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"center","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","footnotes":""},"class_list":["post-15516","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inicio - Translation Commons<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/translationcommons.org\/es-mx\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inicio - Translation Commons\" \/>\n<meta property=\"og:description\" content=\"\u203a . 400+ 15+ 9,000+ 11,000,000+\" \/>\n<meta property=\"og:url\" content=\"https:\/\/translationcommons.org\/es-mx\/\" \/>\n<meta property=\"og:site_name\" content=\"Translation Commons\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-10T23:07:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/08\/logofrhomebanner.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/translationcommons.org\/es-mx\/\",\"url\":\"https:\/\/translationcommons.org\/es-mx\/\",\"name\":\"Inicio - Translation Commons\",\"isPartOf\":{\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png\",\"datePublished\":\"2025-04-29T14:34:32+00:00\",\"dateModified\":\"2026-02-10T23:07:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/translationcommons.org\/es-mx\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#primaryimage\",\"url\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png\",\"contentUrl\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png\",\"width\":512,\"height\":258},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/translationcommons.org\/es-mx\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inicio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#website\",\"url\":\"https:\/\/translationcommons.org\/es-mx\/\",\"name\":\"Translation Commons\",\"description\":\"A volunteer community of language technology experts\",\"publisher\":{\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#\/schema\/person\/c05e28231c3ea858d349692fe67644bf\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/translationcommons.org\/es-mx\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/translationcommons.org\/es-mx\/#\/schema\/person\/c05e28231c3ea858d349692fe67644bf\",\"name\":\"tcadminwp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png\",\"url\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png\",\"contentUrl\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png\",\"width\":1885,\"height\":949,\"caption\":\"tcadminwp\"},\"logo\":{\"@id\":\"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png\"},\"sameAs\":[\"https:\/\/translationcommons.org\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inicio - Translation Commons","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/translationcommons.org\/es-mx\/","og_locale":"es_MX","og_type":"article","og_title":"Inicio - Translation Commons","og_description":"\u203a . 400+ 15+ 9,000+ 11,000,000+","og_url":"https:\/\/translationcommons.org\/es-mx\/","og_site_name":"Translation Commons","article_modified_time":"2026-02-10T23:07:45+00:00","og_image":[{"url":"https:\/\/translationcommons.org\/wp-content\/uploads\/2025\/08\/logofrhomebanner.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/translationcommons.org\/es-mx\/","url":"https:\/\/translationcommons.org\/es-mx\/","name":"Inicio - Translation Commons","isPartOf":{"@id":"https:\/\/translationcommons.org\/es-mx\/#website"},"primaryImageOfPage":{"@id":"https:\/\/translationcommons.org\/es-mx\/#primaryimage"},"image":{"@id":"https:\/\/translationcommons.org\/es-mx\/#primaryimage"},"thumbnailUrl":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png","datePublished":"2025-04-29T14:34:32+00:00","dateModified":"2026-02-10T23:07:45+00:00","breadcrumb":{"@id":"https:\/\/translationcommons.org\/es-mx\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/translationcommons.org\/es-mx\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/translationcommons.org\/es-mx\/#primaryimage","url":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png","contentUrl":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/05\/TC-logo-e1652995535993.png","width":512,"height":258},{"@type":"BreadcrumbList","@id":"https:\/\/translationcommons.org\/es-mx\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/translationcommons.org\/es-mx\/"},{"@type":"ListItem","position":2,"name":"Inicio"}]},{"@type":"WebSite","@id":"https:\/\/translationcommons.org\/es-mx\/#website","url":"https:\/\/translationcommons.org\/es-mx\/","name":"Translation Commons","description":"A volunteer community of language technology experts","publisher":{"@id":"https:\/\/translationcommons.org\/es-mx\/#\/schema\/person\/c05e28231c3ea858d349692fe67644bf"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/translationcommons.org\/es-mx\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":["Person","Organization"],"@id":"https:\/\/translationcommons.org\/es-mx\/#\/schema\/person\/c05e28231c3ea858d349692fe67644bf","name":"tcadminwp","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png","url":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png","contentUrl":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png","width":1885,"height":949,"caption":"tcadminwp"},"logo":{"@id":"https:\/\/translationcommons.org\/wp-content\/uploads\/2022\/07\/TC-logo.png"},"sameAs":["https:\/\/translationcommons.org"]}]}},"_links":{"self":[{"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/pages\/15516","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/users\/34"}],"replies":[{"embeddable":true,"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/comments?post=15516"}],"version-history":[{"count":1,"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/pages\/15516\/revisions"}],"predecessor-version":[{"id":15524,"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/pages\/15516\/revisions\/15524"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/media\/16143"}],"wp:attachment":[{"href":"https:\/\/translationcommons.org\/es-mx\/wp-json\/wp\/v2\/media?parent=15516"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}