- fix: Using a comma in a formatter parameter 2225
- fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "
lng
is undefined when formatter used in$t( )
" 1938
- Use explicit imports for utils 2212
- feat: Add posibility to override keyPrefix for certain translation. 2211
- perf(interpolator): use object deconstruction 2181
- fix: Unsupported language is automatically added to preload option 2178
- allow defaultValue in nested translation 2174
- types: remove const from ParseKeys Context type parameter and disable
skipLibCheck
2169
- Fix typing performance regression 2166
- optimize getBestMatchFromCodes for i18next/i18next-browser-languageDetector#281
- Add 'isInitializing' property so we're able to detect init() was already called 2141
- prevent resource mutation when using
addResourceBundle
2081
- optimize
addResources
to address 2130
- types: support stricter typechecking for returnEmptyString and returnNull 2129
- improve performance by reducing array slices and RegExp recreation 2128
- optimize: consistent _zero special handling also for defaultValue_zero 2124
- intl plural rule for dev is now en (consistent with v3 compatibility)
- fix: consistent _zero special handling also for defaultValue_zero 2124
- types: support readonly defaultNS 2123
- types: fix support for defaultNS as array (fixes 2118) 2121
- types: fix typo in
CustomInstanceExtensions
2122
- fix: Use Typescript 5 types with Typescript 5+ 2108
- Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.
- types: simplifies types for array access and fixes 2103
- types: fix types for array access
- types: optimise ParseTReturn 2095
- types: fix for older ts version (context validation only for TS 5)
- types: fix for older ts versions 2090
- types: initializedStoreOnce and initializedLanguageOnce 2089
- types: fix FormatFunction should allow any value inside options parameter
- prevent cosmetic SyntaxError because of non catched error variable
- optimize TypeScript V4 export
- types: CustomInstanceExtenstions
- fix types export for TypeScript v4 in combination with react-i18next
- fix for TypeScript v4 in combination with react-i18next
- fix: consider importing '*.js'
- types: optimize mts
- fix some mjs typings
- add interpolation data to response if returnDetails is true 2053
- types: use unknown to better infer types on nested t functions also for older typescript version 2032
- types: use unknown to better infer types on nested t functions 2018
- fix: preload languages also on cimode, if configured also as fallbackLng
- fix: preload languages also on cimode, if configured
- preload languages also on cimode, if configured
- pass correct language for custom i18nFormat
- types: named export for FlatNamespace
- types: add customisation of contextSeparator also on v4 t types 2019
- types: add customisation of contextSeparator 2017
- types: export some types for next-i18next
- types: fix typescript imports
- types: Fix performance issue that affects flat object with multiple (thousands) keys 2004
- types: Fix $TFunctionBrand 1997
- types: emit function can have additional arguments 1993
- types: Add brand to TFunction type so different namespaces' TFunctions are not treated as compatible 1994
- types for hasLoadedNamespace
- fix utils import (for Deno)
- Re-allow unknown keys, when a defaultValue is provided 1867
- Clean language code before passing to formatters 1988
- types: Constrain return type when returnObjects is true 1985
- types: Optimize logic for fallback ns 1984
- types: try to fix fallbackNS type handling also for older TS version 1981
- types: fix fallbackNS type handling 1979
- types: add fallbackNS type handling 1975
- cloneInstance: introduce
forkResourceStore
1974 - types: default argument values for ParseKeys type
- refactor: static createInstance for wider browser support 1973
- types: export ParseKeys
This is a major breaking release:
-
redesigned TypeScript types 1911
-
removed
setDebug
function in the logger: 1954 -
changed
returnNull
default tofalse
1885 -
drop support for old browsers and Node.js < v12 1948
-
ordinal plural keys are now prefixed with
_ordinal
to help translators (non-breaking, because of fallback) 1945
➡️ check out the migration guide
- ResourceStore addResource: offer possibility to pass keySeparator via options 1968
- extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next
- fix: function t() passed options alteration 1947
- fix: pass lng to format function used in nesting 1938
- fix: deepFind as fallback for interpolation 1930
- fix: getBestMatchFromCodes when dev is a supported lng 1927
- types: fix postProcessor key argument type, fixes 1919
- format options are optional, fixes 1913
- fix: getFixedT with keyPrefix and fallback keys usage 1604
- fix: nested interpolation with data model "replace"
- fix: interpolation with data model "replace"
- types: missing dir function export for typescript
- types: allow als general options as second argument for t function
- types: fix some strange t function overloads fixes 1882
- types: t function overloads fix (open issue is still calling t with optional options argument)
- types: t function overloads for call with ns option in combination with objects
- types: more t function overloads for call with options argument but without ns value
- types: more overloads for t function
- offer possibility to define a language detector's detect function as promise
- types: ability to pass ns as option instead of prefix i.e.
i18next.t('bar', { ns: 'alternate' });
- dir function executable also without initialization
- named export for dir function
- revert: guess if languageDetector is async if no info provided
- guess if languageDetector is async if no info provided
- extend backend connector to accept also backends with promise / async-await signature
- fix options for continuous nesting 1876
- Expose some types 1871
- fix CallbackError type
- Change DefaultTFuncReturn to return null if returnNull typeOption is true 1865
- Add type for Formatter.addCached 1862
- [TypeScript] Add default value for TDefaultResult 1853
- Fix normalize type options 1850
- Make the translation function fully type-safe 1775
BREAKING: Since this is a major rewrite for TypeScript usage we decided to create a major version. For JavaScript users v22.0.0 is equivalent to 21.10.0
- Add formatter cache 1843
- optimize single quotes replacement for $t() nesting 1836
- defaultNS can now also be set to false
- Add Customizable Retry Logic 1810
- types: extend compatibilityJSON with v4
- types: fix getDataByLanguage type 1810
- fix: make sure retry logic ends for failed backend reads
- allow overriding keyPrefix option t function returned from getFixedT (does not work for normal t function)
- types: new optional unescape option for react-i18next
- fix: respect pluralSeparator for special _zero handling
- fix: types should always come first in exports 1796
- types: fix loaded event result
- fix: deepFind for null values 1790
- fix: loadNamespaces() doesn't keep resolving order when the second request completes before the first one 1785
- fix: allow formatters having '' for string options eg.
this is an {{val, array(join: ' | ’)}}
- fix: regression introduced in v21.6.11, respect
appendNamespaceToMissingKey
forparseMissingKeyHandler
1507
- fix: interpolation with $ in values resets nextIndex to wrong position with skipOnVariables 1782
- types: keyPrefix in react options
- prevent chrome warnings because of
window.navigator.userAgent
usage 1778
- types: add saveMissingPlurals option 1774
- fix regression introduced with 1768
- types: missing returnDetails option in init options 1765
- introduce returnDetails option 1764
- fix: defaultVariables were not accessible inside plugin parse function 1751
- fix hasLoadedNamespace when providing inmemory resources and a backend but partialBundledLanguages is not set
- fix formatter for false inline options
- make sure resolvedLanguage is set if lazy loading resources
- fix ordinal-suffixes for saveMissingWithPlurals 1734
- make sure key and additionally optional defaultValue are passed to parseMissingKeyHandler function 1445
- fix: types for hasLoadedNamespace 1724
- fix: respect skipOnVariables option passed in t function also for $t() usage
- fix: respect skipOnVariables option passed in t function
- fix: consistently lowercase new formatter names internally
- fix: deepFind fallback when accessing missing flat dotted key 1719
- fix: passed format parameter value truncation in options argument for custom formatter 1715
- fix: skipOnVariables (and all other interpolation options should respect defaults) 1711
- types: wait option does not exist anymore for react-i18next
- remove console.log statement
- fix when completely lazy loading namespaces 1709
- add _zero suffix lookup if count === 0 1705
- fix: correct defaults for plural forms (if supplied) 1703
- fix: prevent TypeError when using
returnObjects: true
with non string values 1702
- include version info in generated package.json of esm dist
- do not use options.interpolation reference
- missing named exports for TypeScript usage 1692
- add package.json to exports subpath
- named exports for esm usage 1681
- trim multiple formatters, fixes 1689
- rtl fix for -arab language codes
- bind all i18next functions to this, this way you can for example just use t() instead of i18n.t() 1682
- apply default interpolation formatter when interpolation options don't specify one 1680
- formatter typescript declarations 1679
- get rid of internal isDummy check to prevent react-native issue 1675
- adds support for formats provided by Intl API (number, currency, datetime, relativedate, list)
- optimize do skip natural language detection also if user provided nsSeparator option is passed via direct options
- do skip natural language detection also if user provided nsSeparator option is passed 1665
- optimize Intl api check
- fix Intl.PluralRules fallback
- log error if Intl.PluralRules API is not available
- do skip natural language detection, if user provided keySeparator option is passed 1670
- provide bundled esm distributable 1667
- optimize natural language detection 1661
- A new RTL support added for
ckb
language code
- fix defaultNS regression if translation namespace is defined in ns option, fixes #1658
- fix typescript typo for skipOnVariables
This is a major breaking release:
- introduce new v4 json format (intl plural forms with ordinal support), simplifyPluralSuffix not used anymore
skipOnVariables
by default now is true- automatically detect natural language keys (no need to set nsSeparator or keySeparator to false)
- remove deprecated whitelist features
- introduce new i18next.resolvedLanguage property
➡️ check out the migration guide
- fix deepFind if looking for nesting array item
- feature: key prefix option 1644
- introduce missingKeyNoValueFallbackToKey option
- change to return false when a nullable argument is passed 1635
- make sure parseMissingKeyHandler is called when defaultValue is provided 1354
- types: Fix i18n.use() cannot pass module constructors in TypeScript 1442
- types: fix TypeScript definition for "loaded" event handler 1637
- change init warning to only trigger if not using useSSR on react-i18next
- fix(types): only use readonly array of strings in API 1629
- add transWrapTextNodes to types 1626
- context can also be a number 1622
- add 'ns' to the 'returnedObjectHandler' options 1619
- disable warn 'accessing an object' when the 'returnedObjectHandler' is defined 1617
- add simple toJSON function to fix uncontrolled serialization, fixes 1322
- fix types for LanguageDetector detect function
- if detected lng is falsy, set it to empty array, to make sure at least the fallbackLng will be used
- fix plural equations for Kazakh 1608
- fix lastIndex in regex when skipOnVariables is true
- add ignoreJSONStructure into the types
- stop recursive interpolation also for "{{variable}}" when skipOnVariables is true 1595
- old browser fix for "includes" usage 1597
- add support to proper augment PluginOptions type 1583
- introduce ignoreJSONStructure flag, to automatically lookup for a flat key if a nested key is not found an vice-versa 1584 (MAJOR: because of ignoreJSONStructure is true by default)
- Fallback on singular defaultValue 1563
- Improve updateMissing default plural behavior 1558
- typescript: type definitions improvements for backend 1560
- warn if i18next gets initialized multiple times
- fix for cases when calling changeLanguage before finished to initialize 1552
- use "Object.prototype.hasOwnProperty" instead of "object.hasOwnProperty", fixes 1542
- regression fix because of last prototype pollution fix in v19.8.5
- fix potential prototype pollution when backend plugin resolves a malicious language value
- use fallbackLng as default lng
- update format function signature for TS 1520)
- fix prototype pollution with constructor
- allow nesting recursively with context (could theoretically generate infinite loop, prevented in 1480)
- fix "no languageDetector is used" log statement
- do not log "initialized" on cloned instances
- allow fallbackLng as function 1508
- resource manipulation functions are now chainable
- plural rules for ht and iw
- fix interpolation with option skipOnVariables when there are multiple placeholders 1490
- extend interpolation option skipOnVariables 1488
- typescript: Change bindStore to bindI18nStore in ReactOptions type and update default values 1489
- fix prototype pollution
- introduce new interpolation option skipOnVariables 1483
- fix local usage of nsSeparator option
- fix: recursion when passing nesting to interpolated 1480
- typescript fix: getDataByLanguage typings & test 1472
- typescript fix: type declaration of exposed EventEmitter#off methods 1460
- fix Macedonian plural formula 1476
- fix nesting interpolation with prepended namespace, fixes #1474 1475
- getBestMatchFromCodes: use fallbackLng if nothing found, fixes #1470 1471
-
language detectors can return an array of languages and let i18next figure out best match
-
rename option whitelist to supportedLngs
-
rename option nonExpicitWhitelist to nonExplicitSupportedLngs
-
rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode
These changes are made with temporal backwards compatibility and will warn your for deprecated usage of old terms to give users and plugin providers some time to adapt their code base.
The temporal backwards compatibility will be removed in a follow-up major release.
Learn more about why this change was made here.
- Add store events to typings 1451
- typescript: Allow passing retry boolean to
ReadCallback
1439
- fix regression introduced in "support formatting in nesting" 1419
- fix for deno 1428
- add getLanguagePartFromCode as in language fallback resolution 1424
- support formatting in nesting 1419
- fix cloning of service.utils binding to clone 1415
- backendConnector extend initial retry from 250 to 350
- fix the nested string options parsing introduced in v19.2.0 which broke having multiple options
- typescript: add
options.interpolation.nestingOptionsSeparator
- Double fix for 1395 issue 1399
- adds
options.interpolation.nestingOptionsSeparator: ','
to specify that separator
- Add ability to use commas in nested keys 1398
- explict warning when no languageDetector is used and no lng is defined 1381
- Add option to always format interpolated values 1385
- pass all options to format function 992#issuecomment-577797162
- fixes retry interval in backend connector 1378
- typescript: Type ResourceStore 1366
- ignore non valid keys in saveMissing 1359
- typescript: Typescript use
export default
for esm-first approach 1352
- check loadedNamespace only once per lng-ns inside using
t
for better performance
-
When calling
i18next.changeLanguage()
bothi18next.language
andi18next.languages
will be set to the new language after callingloadResources
-> means when accessingt
function meanwhile you will get still the translations for the previous language instead of the fallback. -
When is this breaking? this does not break any current test - but if you depend on accessing i18next.language or i18next.dir during language change and expect the new language this will break your app.
-
Reasoning: In react-i18next we get in a not ready state for loaded translations while we would prefer just waiting for the new language ready and trigger a rerender then - also a triggered rerender outside of the bound events would end in Suspense...
-
How can I get the language i18next will be set to?
i18next.isLanguageChangingTo
is set to the language called
- typescript: Add missing
cleanCode
option to TypeScript def 1344
- pass used language & namespace to postprocessor 1341
- Support using ImmutableJS Records as the data model in interpolation 1339
DX improvements:
- warning if accessing t before i18next was initialized or namespace loaded
- warning and cancelling save if saveMissing key before i18next was initialized or namespace loaded
Both are a clear sign you render your app / call t to early not waiting for the callbacks or Promise.resolve on i18next.init, i18next.loadNamespace or i18next.changeLanguage.
- Improve performance of EventEmitter.off 1333
- fixes: missing nested key fails if no nested value found and defaultValue contains interpolation -> results in endless loop 1332
- typescript: fix incorrect callback type for backend module read callback 1322
- typescript: add getDataByLanguage into index.d.ts 1326
- Fixed default value as string in IE 1325
- typescript: Allow TFunction to receive 1-3 parameters 1317
- fixes: Interpolation defaultVariables not recognized on t() 1314
- remove unused Interpolator#init reset param (only used internally) 1313
- Cope with null interpolation (unescaped case) 1310
- fix issue with unset value in interpolation throwing exception
- typescript: Allow augmentation of TFunction to be able to add overloads 1308
- Update Interpolator.js to use regexSafe for unescaped interpolation 1307
- typescript: use() should accept a class or object 1301
- typescript: Correct
use(module)
types 1296
- support montenegrien "crn" plurals
- typescript: ResourceKey type should allow top level string value 1267
- don't do named exports for umd
- typescript: Allow null as TResult 1263
- bring back ./i18next.js and ./i18next.min.js -> used by wildcard unpkg users...<= bad idea doing so
- main export in package.json points to cjs dist
- adapt ./index.js to 17.0.0 export
- removes checking in build files (umd) into source code - for CDN usage use: https://unpkg.com/i18next@16.0.0/dist/umd/i18next.js
- removes named exports in main file - avoids issues in mixed exports makes usage better in commonjs scenarios (node.js) - no strange
const i18next = require('i18next').default;
- impact you can't no longer
import { changeLanguage } from 'i18next'; changeLanguage('de');
you will have toimport i18next from 'i18next'; i18next.changeLanguage('de');
- note if can create a own file providing the named bound functions and use that instead, sample: https://github.com/i18next/i18next/blob/v15.0.0/src/index.js#L5
- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup 1256
- note: dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)
- typescript: Fix type error when init with locize plugin options 1248
- typescript: types(ReactOptions): Add missing props to React Options interface 1247
- typescript: Update BackendModule interface to allow null or undefined for the callback 1244
- trigger a languageChanging event
- IE: <=IE10 fix (unable to call parent constructor) 1227
- typescript: adding init function to 3rdParty module typings and enforcing type property 1223
- typescript: Add useSuspense to ReactOptions, fix error throwing on test 1219
- typescript: add Interpolator interface 1213
- add default export on node.js entry 1204
- typescript: Add defaultValue tests and allow second arg string as defaultValue 1206
- typescript: accept templatestringsarray as TKey 1199
- allow arrays on addResources
- try fixing UMD build
- fix export name on global (typo)
- update build process (while all test passes feeling more save making this a major release)
- allow empty string for array join 1191
- support plurals in returning objecttree array 1196
- typescript: Parameterized use of TFunction fails while WithT use works 1188
- typescript: BREAKING Refactor generics usage 1180
- fixes plural rule for JSON compatibility v2 introduced in 11.3.3 https://github.com/i18next/i18next/commit/d4d329fd7042f932eedf8bba1d92234707efd04c#diff-e171f9b8b4e0f5df027bd8bd7b962f1bR1140 1174
- TypeScript: Pull up WithT interface allowing for overrides 1172
- Add typescript testing 1165
- Add
transEmptyNodeValue
toReactOptions
1166 - Run prettier on typescript files for easier diffing in PRs 1167
- fix init() attributes typings 1158
- Support interpolation for defaultValue as parameter 1151
- update typedefinitions 1152
BREAKING:
- adds typescript definitions directly into this repo - no longer need to grab them from definitlytyped 1142
- promise API added for all functions providing a callback 1130 -> means those will now return a Promise and not this -> so you can't chain eg. i18next.init().on() anylonger as init returns a Promise
- adds partialBundledLanguages flag in init options 1136
- add hebrew update 1121
- revert hebrew
- Adds Hebrew plural support 1121
- Allow missingInterpolationHandler to be provided as t() option 1118
- fixes allow overriding of fallbackLng when in options passed to t functions call
- merge load and reloadResources functionality to allow an optional callback in reloadResources
- deeper support for i18nFormats - add getResource function from format
- allows defining defaultValues for plurals -> same logic as using pluralsuffixes in translation files details using eg. defaultValue_plural / defaultValue_2 based on request 1096
- expose new store function getDataByLanguage 1087
- EventEmitter.prototype.on returns this for chaining calls 1079
- Allow to pass raw value to the custom interpolation escape function 1076
- fix support zero for saveMissing plurals 1072
- trigger loaded event only once per loaded namespace - consolidate all the loaded and done queued load calls react-i18next 456
- fixes simplifyPluralSuffix: false cases for languages having only singular, plural 1069
- pass down resolved to i18nFormat.parse as last argument
- Properly handle arguments containing arrays while listening to a wildcard event 1052
- Fixes allowing setting keySeparator to false in calling t function 1051
- Option to skip interpolation when calling t. 1050
- Remove unnecessary warning when value is empty string 1046
- adds used key to call parse of i18nFormat
- fixes for i18nFormat plugin
- allows new plugin of type 'i18nFormat' to override i18next format with eg. ICU format
- [BREAKING] removes plugin of type cache. Can be replace by i18next-chained-backend example cache for localStorage i18next-localstorage-backend
- [BREAKING] removes the support for multiload (multiRead) in backends - will just use read per language-namespace. You can enable multiRead support in backends again by using i18next-multiload-backend-adapter
- adds missingInterpolationHandler 1039
- fixes call to getPluralFormsOfKey if called with unsupported language 1032
- Avoid mutating whitelist array. 1037
- Adds options.silent to addResources and addResourceBundle 1024
- forward options in backend.create saveMissing
- fixes combination of returnObject and context by returning original value for deep translation when lookup for inner returns a key (failed to translate proper) 1014
- [EXPERIMENTAL] additional you can pass
tDescription
to thet
options or as a third param to callingt
->t(key, defaultValue, tDescription);
. Those will get forwarded to the backend and can be submitted on saveMissing to provide contextual information for translators.
- new option saveMissingPlurals (default true) will enable submitting plural forms on saveMissing if t call is for plural (count passed in options).
- fixes Context and nested lost initial options 1009
- optimize update output in log
- [EXPERIMENTAL] init option updateMissing: enable to update default values if different from translated value (only useful on initial development or when keeping code as source of truth not changing values outside of code)
- return boolean, number from translator
- initial set language on translator if non set yet (after that only if loaded) #998
- support all overloadTranslationOptionHandler in getFixedT react-i18next/issues/332
- native browser es modules via adding .js where needed PR980
- should fix sync of options in clone and its translator
- fixes issue in object return when passing in multiple keys
- fixes support for using suffix
_0
on languages only having "singular" form
- [BREAKING] brings pt, pt-PT, pt-BR plurals in line with, new pt reflects pt-BR and pt-PT gets a special case for plural handling http://www.unicode.org/cldr/charts/26/supplemental/language_plural_rules.html
- support for using suffix
_0
on languages only having "singular" form enables easier convert in tool chains
- propagate changeLanguage to translator after loadResources
- [BREAKING] removes the compatibility options to i18next v1 you can add that back like we do in our backward compatibility tests: https://github.com/i18next/i18next/blob/master/test/backward/v1.11.1.compat.js#L45-L52
- removes the compatibility options to i18next v1
- allows passing in second param as string on getFixedT returned t function so we could use that as defaultValue
- add setting maxReplaces in interpolation options to prevent endless loop in interpolation
- getFixedT lng parameter of array type -> pass as lngs to t function PR949
- fixes merging options in clone instance...do not override passed values by values on main instance
- emits correct lng to changeLanguage event (fixes async detection behaviour) PR933
- expose i18next.options.interpolation.format on i18next.format
- i18next.dir if not passing lng use first of i18next.languages before using i18next.language
- allows nesting objects/arrays into objects #925
- fixes issue in async lng detection
- supports now async language detection - when language detector has member async = true
- option to disable nesting by calling
i18next.t('key', { nest: false })
PR920 - fixes passing lng from options to formatter function if available
- nonExplicitWhitelist flag now not only gets considered on a fallback lng but also on user language. Eg. userlng 'de-AT' and whitelist ['de'] will now let de-AT pass as whitelisted if nonExplicitWhitelist is set true.
- rebuild seems we had a mistake in pushing latest build
- fixes issue in accepting string as a result of "nested" lookup PR909
- fixes iterating over object's own properties #904
- new init option simplifyPluralSuffix - setting it to false will treat all plurals using suffix numbers even for locals only having singular and plural
- even if no lng set or detected at least load the fallback languages
- delay init call on createInstance if not set initImmediate to false #879
- fixes issue in returnObject tree called with options including ns: react-i18next #240
- remove regex escape from format separators #896
- change to named plugins for 3rd party - just calling init
- add option to include plugins not directly related - they get called their init function with current instance of i18next on init
- fix issue in fallback lng detection if no code was detected
- check for having a lng in append when searching locals to load on loadResources - avoid error on express middleware
-
[BREAKING] Removed special cases for norwegian which resolved nb-NO to nb-NO, no will now resolve to nb-NO, nb #870 using norwegian you could migrate to old behaviour like:
fallbackLng: { 'nb': ['no', 'en'], 'nn': ['no', 'en'], 'default': ['en'] }
-
adding exports for named import (destruction es6) #873
-
change entry point for umd build to /src/i18next to avoid mixed export
-
replace cloning in interpolation nesting to use object assign instead of json.stringify/parse so circular structures can be used #875
-
update all build dependencies
- fixes fix in 6.1.1
- patching same separators to lookup if the ns exists - else guess the first item is just part of the key and not meant as a namespace
- you now can use same nsSeparator and keySeparator (eg. use a dot for both)
- do not loop over objectTree if keySeparator is set to false
- fixes init flow of clone
- fixes issue in event emitter, assert all emitters get called even if one called get removed and changes the array index
- Return namespace in cimode with appendNamespaceToCIMode option (default now will only return key without namespace - independent of call to t function) #863
- Nested keys should not be escaped by default #854
- Make sure i18next.init() runs for i18next.cloneInstance() #860
- adds i18next.isInitialized when isInitialized
- triggers backend loaded event before initialized
- smaller changes suggested to still inofficial support ie8 #852
- fixes same interpolation object with multiple getFixedT() in different locales yields wrong translation #851
- updated all build deps
- remove subs array from logger - no longer keep changing debug flag on subs if changing on main
- Custom escape function, single-quotes in nested #843
- [BREAKING; only webpack2-beta users] will add module entry point used by webpack2, this might break your current build with webpack2-beta if configured incorrectly, see: #836
- remove the module entry point again will be added in 4.0.0
- fix build output add a test file to test the generated build
-
Setting options on individual translations override, rather than merge global configs #832
-
Create an new translator when cloning i18next instance #834
-
allows fallbackLng to be an string, an array or an object defining fallbacks for lng, lng-region plus default, eg
fallbackLng: { 'de-CH': ['fr', 'it', 'en'], 'de': ['fr', 'en'], 'zh-Hans': ['zh-Hant', 'en'], 'zh-Hant': ['zh-Hans', 'en'], 'default': ['en'] }
- Fix Interpolator.escapeValue defaulting to undefined in some cases #826
- Fix Interpolator formatter exception error propagation due to not reset RegExp indices #820
- assert dir function does not crash if no language available
- fix issue with format containing formatSeparator for interpolation formatting
- adds formatting 'format this: {{var, formatRule}}' having a function on options.interpolation.format: function(value, format, lng) { return value } like suggested here #774
- fixed an issue with several unescaped key in the interpolation string #746
- allows option
nonExplicitWhitelist
on init #741
- adds api function i18next.reloadResources(), i18next.reloadResources(lngs, ns) to trigger a reload of translations
- emits missingKey always (like console.log) even if saveMissing is of -> use missingKeyHandler if you only want the trigger only on saveMissing: true
- [BREAKING] per default i18next uses now the same index as used in gettext for plurals. eg. for arabic suffixes are 0,1,2,3,4,5 instead of 0,1,2,3,11,100. You can enforce old behaviour by setting compatibilityJSON = 'v2' on i18next init.
- [BREAKING] AMD export will be unnamed now
- don't call saveMissing if no lng
- fixes rtl support #656
- allow null or empty string as defaultValue
- init option
initImmediate (default: true)
to init without immediate
- if passing resources don't immediate loading fixes #636
- support now language code variants with scripts and other exotic forms: zh-Hans-MO, sgn-BE-fr, de-AT-1996,...
- trigger of changeLanguage, load of data with a setTimeout to allow other operations meanwhile
- Only add language to preload array when new #613
- get babel 6 output IE compatible: https://jsfiddle.net/jamuhl/2qc7oLf8/
- add index to make export compatible again
- build /dist/es with included babelhelpers
- change build chain to use rollup...allows 'js:next' and reduces build from 45kb to 33kb minified (/lib --> /dist/commonjs folder, new /dist/es for rollup,...)
- fixes detection when using both context and pluralization and context not found. #851
- return instance after init for further chaning
- make init optional on backend, cache
- package.json entry points now to /lib not to mangled version...this might be the better solution for most use cases (build chains built on npm, webpack, browserify, node,...)
- allow keySeparator, nsSeparator = false to turn that off
- extended emitted arguments on 'added' event
- fixes unneeded reload of resources that failed to load
- fixes returnObjects in case of multiple namespaces
- add options for context, pluralSeparator
- clear done load request in backendConnector
- pass full options to detectors as third arg
- do not callback err in backendConnector if no backend is specified
- check for fallbackLng exist
- adds cimode to options.whitelist if set
- emits failedLoading on load error
- adds addResource to i18next API
- fix init of i18next without options, callback
- avoid loading of resources for lng=cimode
- enhance callback on load from backend...wait for pendings
- fixing build chain
- do not post process on nested translation resolve
- fixing allow nesting on interpolated nesting vars
- don't log lng changed if no lng was detected
- extend result on arrayJoins
- assert defaults are arrays where needed
- assert calling lngUtils.toResolveHierarchy does not add undefined as code if called without code param
- complete rewrite of i18next codebase
- replace forEach loop to support IE8 PR 461
- fixes issue in nesting using multiple namespaces and lookups in fallback namespaces
- Fix use of sprintf as shortcutFunction when first argument falsey PR 453
- Add nsseparator and keyseparator as options to translation function PR 446
- Resolves issue #448 - TypeScript errors PR 449
- Fixing _deepExtend to handle keys deep existing in source and target PR 444
resource
toresources
in addResources function PR 440- Runs multiple post processes for missing translations PR 438
- Add support to override Ajax HTTP headers PR 431
- Fixed mnk plural definition PR 427
- Add dir function to return directionality of current language, closes… PR 413
- fixes issue where lng get fixed on data-i18n-options
- [SECURITY] merges Reimplement XSS-vulnerable sequential replacement code PR 443
- streamline callback(err, t) for case where resStore is passed in
- fixes Adds jquery like functionality without the jquery plugin. PR 403 by adding it to output
- [BREAKING] new callbacks will be node.js conform function(err, t) | Forward the error from sync fetch methods to the init callback function PR 402
- fix fallback lng option during translations PR 399
- Adds jquery like functionality without the jquery plugin. PR 403
- fix fallback lng option during translations PR 399
- Adds jquery like functionality without the jquery plugin. PR 403
- i18n.noConflict() PR 371
- fix fallback to default namepsace when namespace passed as an option PR 375
- cache option for ajax requests PR 376
- option to show key on value is empty string PR 379
- Add isInitialized method PR 380
- Null check for detectLngFromLocalStorage PR 384
- support for adding timeout in configuration for ajax request PR 387
- fixes build of commonjs with jquery file
- [BREAKING] adds custom build for commonjs with jquery...default will be without require for jquery
- fixes issue issue 360
- expose applyReplacement on api
- save resources to localStorage when useLocaleStore is true
- add support on key is a number
- added getResourceBundle to API
- allow multiple post-processors
- fallback to singular if no plural is found fixes issue issue 356
- access localstorage always with try catch fixes issue issue 353
- fixes issue with stack overflow on t(lng, count)
- fixes empty value fallback when processing secondary ns
- fixes lng detection (i18next-client on npm)
- adds option to define defaultOptions, which gets merged into t(options) issue 307
- optimization of size added by plural rules
- handle error on json parse when using internal xhr
- fixes plural/singular on count if going on fallbacks eg. fr --> en
- fixes global leak of sync in amd versions
- apply options.lowerCaseLng to fallbackLng too
- added hasResourceBundle(lng, ns) to check if bundle exists
- added experimental i18n.sync.reload --> resets resStore and reloads resources
- catch issues with localStorage quota
- changes detectlanguage to support whitelist entries
- add resource bundle gets deep extend flag i18n.addResourceBundle(lng, ns, { 'deep': { 'key2': 'value2' }}, true);
- new functions to add one key value or multiple i18n.addResource(lng, ns, key, value);, i18n.addResources(lng, ns, {'key1': 'value1', 'deep.key2': 'value2'});
- lngWhitelist merged
- override postMissing function
- allow floats for count
- added indefinite functionality for plurals
- optional set replacing vars to replace member to avoid collision with other options
- experimental optional detectLngFromLocalStorage
- fix for norwegian language
- solves issue with ie8 not providing .trim function on string -> added to shim
- set data using $(selector).i18n() on data-i18n='[data-someDataAttr]key'
- more bullet proof state handling on failed file load
- corrected latvian plurals based on issue 231
- allow array of fallback languages
- allow int in values passed to shortcut sprintf
- setLng to 'cimode' will trigger a CI mode returning 'key' instead of translation
- introducing option fallbackOnEmpty -> empty string will fallback
- added function removeResourceBundle(lng, ns) -> removes a resource set
- fixed issue with no option passed to setLng
- added ability to prepend, append content with data-i18n attributes
- introducing objectTreeKeyHandler
- fixes issue with i18n.t(null), i18n.t(undefined) throwing exception
- returnObjectTrees does not mangle arrays, functions, and regexps
- optimized structure for bower support
- fixed some typo
- allow translate to take an array of keys - take first found
- allow numbers in object trees
- test if initialisation finished before allowing calling t function
- setting option fixLng=true will return t function on init or setLng with the lng fixed for every subsequent call to t
- grab key from content if attr data-i18n has no value
- setting shortcutFunction to 'defaultValue' allows calling i18n.t(key, defaultValue)
- empty string in defaultValue is now valid no longer displaying key
- allow option cookieDomain
- fixes issue #115 out of stack exception in IE8 by recursing _translate in objectTrees
- option to parse key if missing
- fixes issue where plural don't get translated if language is passed in t options
- fixes issue where key or defaultValue aren't postProcessed with itself as value
- fixes issue with fallbackLng = false in combination with sendMissingTo = fallback
- fixes namespace fallback loop to only loop if array has really a ns in it
- fixes some var typo
- fixes sendMissing to correct namespace
- fixes sendMissing in combination with fallbackNS
- PR #106 optionally un/escape interpolated content
- PR #101 automatic gettext like sprintf syntax detection + postprocess injection
- customload will get called on dynamicLoad too
- fixes namespace array settings if loaded resourcebundle or additional namespaces
- lookup of not existend resources can be fallbacked to other namespaces - see option fallbackNS (array or string if one ns to fallback to)
- defaultValues get postProcessed
- BREAKING: per default null values in resources get translated to fallback. This can be changed by setting option fallbackOnNull to false
- PR #81 added support for passing options to nested resources
- PR #88 added an exists method to check for the existence of a key in the resource store
- fixed issue with null value throws in applyReplacement function
- fixed issue #80 empty string lookup ends in fallback instead of returning result in language
- fixed issue with null value in resources not returning expected value
- optimized tests to use on server (nodejs) too
- allow zepto as drop in replacement for $
- using testacular as runner
- upgraded to grunt 0.4.0
- fixed optional interpolation prefix/suffix not used in plural translation cases
- optimized check if there are multiple keys for the data-i18n attribute to parse
- option to specify target to set attributes with jquery function by using 'data-i18n-target attribute'
- function to set new options for nesting functionality
- function to add resources after init
- option to lookup in default namespace if value is not found in given namespace
- option to change interpolation prefix and suffix via translation options
- fixed issue with using ns/keyseparator on plurals, context,...
- fixed issue with posting missing when not using jquery
- post missing in correct lng if lng is given in translation options
- proper usage of deferred object in init function
- fixed issue replacing values in objectTree
- BREAKING: fixed plural rules for languages with extended plural forms (more than 2 forms)
- merged pull #61 - custom loader (enables jsonp or other loading custom loading strategies)
- escaping interpolation prefix/suffix for proper regex replace
- functions to load additional namespaces after init and to set default namespace to something else
- set if you don't want to read defaultValues from content while using jquery fc
- set dataAttribute to different value
- set cookieName to different value
- some smallbugfixes
- typesafe use of console if in debug mode
- disable cookie usage by setting init option useCookie to false
- accept empty string as translation value
- fixed bug in own ajax implementation not using proper sendType
- fixed bug for returning objTree in combination with namespace
- fixed bug in plurals of romanic lngs
- pass namespace in t() options
- interpolation nesting
- changable querystring param to look language up from
- typesafe check for window, document existance
- runnable under rhino
- seperated amd builds with/without jquery
- BREAKING added all plurals: suffixes will new be same as in gettext usage (number indexes key_plural_0|2|3|4|5|7|8|10|11|20|100), additional if needed signature of addRule has changed
- added sprintf as postprocessor -> postProcess = 'sprintf' and sprintf = obj or array
- set default postProcessor on init
- redone build process with grunt
- drop in replacement for jquery each, extend, ajax
- setting fallbackLng to false will stop loading and looking it up
- option to load only current or unspecific language files
- pass options to sync._fetchOne, use options for fetching
- support for i18next-webtranslate
- post processor
- BREAKING: localStorage defaults to false
- added localStorageExpirationTime for better caching control
- few bug fixes
- preload multiple languages
- translate key to other language than current
- fixed issue with namespace usage in combination with context and plurals
- more options to send missing values
- better amd support
- set type of ajax request to GET (options sendType: default POST)
- set cookie expiration (options cookieExpirationTime: in minutes)
- read / cache translation options (context, count, ...) in data-attribute (options useDataAttrOptions: default false)
- optional return an objectTree from translation
- use jquery promises or callback in initialisation
- rewrote all tests with mocha.js
- options to init i18next sync (options -> getAsync = false)
- replace all occurence of replacement string
- pass options to selector.i18n() thanks to @hugojosefson
- close [issue #8(i18next#8)]: Fail silently when trying to access a path with children
- cleanup
- debug flag (options.debug -> write infos/errors to console)
- fix for IE8
- added indexOf for non ECMA-262 standard compliant browsers (IE < 9)
- calling i28n() on element with data-i18n attribute will localize it now (i18n now not only works on container elements child)
- extended detectLng: switch via qs setLng= or cookie i18next
- assert county in locale will be uppercased
en-us
->en-US
- provide option to have locale always lowercased option lowerCaseLng
- set lng cookie when set in init function
- support for translation context
- fixed zero count in plurals
- init without options, callback
- support for multiple plural forms
- common.js enabled (for node.js serverside)
- changes to be less dependent on jquery (override it's functions, add to root if no jquery)
- enable it on serverside with node.js i18next-node
- support for other attribute translation via data-i18n attribute
- bug fixes
- tests with qunit and sinon
- multi-namespace support
- loading static files or dynamic route
- jquery function for data-i18n attibute
- post missing translations to the server
- graceful fallback en-US -> en -> fallbackLng
- localstorage support
- support for pluralized strings
- insertion of variables into translations
- translation nesting