fix(i18n): Add missing lab strings for English
This commit is contained in:
parent
68589d023c
commit
f288bc4544
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ import filter from './filter.yml'
|
|||
import gdpr from './gdpr.yaml'
|
||||
import i18n from './i18n.yaml'
|
||||
import intro from './intro.yaml'
|
||||
import lab from './lab.yaml'
|
||||
import measurements from './measurements.yaml'
|
||||
import options from './options/'
|
||||
import optiongroups from './optiongroups.yaml'
|
||||
|
@ -31,6 +32,7 @@ const topics = {
|
|||
i18n,
|
||||
intro,
|
||||
measurements,
|
||||
lab,
|
||||
options,
|
||||
optiongroups,
|
||||
parts,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue