Skip to content

Commit 728bb16

Browse files
authored
added clarification on saveMissing config (#131)
1 parent 3e6d360 commit 728bb16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ for plain browser:
111111
// path to post missing resources, or a function
112112
// function(lng, namespace) { return customPath; }
113113
// 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)
114117
addPath: '/locales/add/{{lng}}/{{ns}}',
115118

116119
// parse data after it has been fetched

0 commit comments

Comments
 (0)