i18next / i18next-xhr-backend

[deprecated] can be replaced with i18next-http-backend
https://github.com/i18next/i18next-http-backend
MIT License
253 stars 75 forks source link

What's the difference between loadpath and addpath? #302

Closed zhaoyao91 closed 5 years ago

jamuhl commented 5 years ago

loadPath -> get translations from addPath -> used in combination with saveMissing feature of i18next -> passes not found translations to the server (eg. to create a file to translate). --> used eg. in our https://locize.com

zhaoyao91 commented 5 years ago

@jamuhl thanks