We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6d360 commit 728bb16Copy full SHA for 728bb16
README.md
@@ -111,6 +111,9 @@ for plain browser:
111
// path to post missing resources, or a function
112
// function(lng, namespace) { return customPath; }
113
// the returned path will interpolate lng, ns if provided like giving a static path
114
+ //
115
+ // note that this only works when initialized with { saveMissing: true }
116
+ // (see https://www.i18next.com/overview/configuration-options)
117
addPath: '/locales/add/{{lng}}/{{ns}}',
118
119
// parse data after it has been fetched
0 commit comments