Commit b2f389b
committed
fix: the translation is now disabled on launch
As the '--user-data-dir' option is provided on the browsers launch with a dumb
directory, the user options are not kept (deliberately). Therefore if the user's
browser language is not English, it will ask to translate the Karma page at each
launch, which can be annoying. To address this issue, this fix manually disables
the translation by passing the appropriate command line argument.1 parent 35f448e commit b2f389b
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments