1
0
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:
Laurent Cozic
2017-07-18 18:49:47 +00:00
parent 0a560a79a7
commit 6c75345435
21 changed files with 218 additions and 310 deletions

View File

@ -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);
}
}