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

189
Views
Is it possible to use yml files in i18next?

Is it possible to use yml files in i18next? How can I configure my project to accept yml instead of 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

Not directly, but you can convert the YAML file to json. i.e. by using a module like: https://github.com/nodeca/js-yaml

btw: the i18next-fs-backend plugin for example is doing this: https://github.com/i18next/i18next-fs-backend enter image description here

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!