mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 09:31:43 -05:00
Merge branch 'intl_debug_and_default' into devel
This commit is contained in:
commit
6a2a7739b5
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ export const getString = ({id, values, defaultMessage, locale}) => {
|
|||
|
||||
// if default locale hasn't got the message too
|
||||
if(!message)
|
||||
debug(`\x1b[32m>> INTL: No string found for id "${id}" in the default locale ("${defaultLocale}).\x1b[0m`);
|
||||
debug(`\x1b[32m>> INTL: No string found for id "${id}" in the default locale ("${defaultLocale}").\x1b[0m`);
|
||||
|
||||
if (message && values) {
|
||||
Object.keys(values).forEach(key => {
|
||||
|
|
Loading…
Add table
Reference in a new issue