Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

192
Views
¿Es posible usar archivos yml en i18next?

¿Es posible usar archivos yml en i18next? ¿Cómo puedo configurar mi proyecto para aceptar yml en lugar de json?

 import i18n from 'i18next'; import { initReactI18next } from 'react-i18next'; import ENUS from "./locales/en_US.yml"; const initLng = navigator.language; console.log(initLng); console.log(ENUS); const resources = { 'en-US': ENUS }; i18n .use(initReactI18next) .init({ resources, lng: initLng, interpolation: { escapeValue: false } }); export default i18n;
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

No directamente, pero puede convertir el archivo YAML a json. es decir, usando un módulo como: https://github.com/nodeca/js-yaml

por cierto: el complemento i18next-fs-backend, por ejemplo, está haciendo esto: https://github.com/i18next/i18next-fs-backend ingrese la descripción de la imagen aquí

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!