Commit e328cd8
committed
fix(i18n): add backward-compat un-namespaced keys for module translations
Module i18n keys are namespaced (e.g. docsight.journal.icon_auto) but
existing JS code references them without prefix (T.icon_auto). Merge
both namespaced and un-namespaced keys to prevent JS errors.1 parent 37bad26 commit e328cd8
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
0 commit comments