You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Translated to French
This commit is contained in:
@ -144,7 +144,7 @@ class Logger {
|
||||
if (s == 'warn') return Logger.LEVEL_WARN;
|
||||
if (s == 'info') return Logger.LEVEL_INFO;
|
||||
if (s == 'debug') return Logger.LEVEL_DEBUG;
|
||||
throw new Error(_('Unknown log level: %s', s));
|
||||
throw new Error('Unknown log level: %s', s);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user