Commit 537ada7
Esben Anker-Møller
Don't throw an error when missing a translation - just log
If an error is thrown the whole program breaks. This combined with the
fact that several keys are missing across different translations makes
it a fairly inconvenient issue.
With this in place the program will finish with logs warning about the
missing keys.1 parent e858f21 commit 537ada7
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
0 commit comments