i18next / i18next-browser-languageDetector

language detector used in browser environment for i18next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating Terminology

kevmathew opened this issue · comments

🚀 Feature Proposal

Hey there!,

I was wondering it there was plans to update terminology in this library.

Per i18next/i18next#1466, i18next v19.5.0 was released and introduced the following changes to terminology:

  • rename option whitelist to supportedLngs
  • rename option nonExpicitWhitelist to nonExplicitSupportedLngs
  • rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode

A similar update to this library to replace checkForSimilarInWhitelist

Motivation

So that consumers who opt-in to more inclusive language, don't have to use outdated configuration names.

Example

Implemented with backwards compatibility, just like it was done in i18next

i18next/i18next@db90775

Thanks for your time!

not 100% sure but that was replaced by https://github.com/i18next/i18next-browser-languageDetector/blob/master/src/index.js#L71

or where did you find that term?

yikes! I'm clearly using an out of date version! Sorry for the confusion @jamuhl!