mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Fixed returning key when value is empty string
refs https://github.com/TryGhost/Ghost/issues/15502 - in the event the value is an empty string, we want to return the key - this config option enables that
This commit is contained in:
parent
96a64b4982
commit
2804445d41
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ module.exports = (lng = 'en') => {
|
|||
nsSeparator: false,
|
||||
keySeparator: false,
|
||||
|
||||
// if the value is an empty string, return the key
|
||||
returnEmptyString: false,
|
||||
|
||||
// do not load a fallback
|
||||
fallbackLng: false,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue