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 gdpr from './gdpr.yaml'
|
||||||
import i18n from './i18n.yaml'
|
import i18n from './i18n.yaml'
|
||||||
import intro from './intro.yaml'
|
import intro from './intro.yaml'
|
||||||
|
import lab from './lab.yaml'
|
||||||
import measurements from './measurements.yaml'
|
import measurements from './measurements.yaml'
|
||||||
import options from './options/'
|
import options from './options/'
|
||||||
import optiongroups from './optiongroups.yaml'
|
import optiongroups from './optiongroups.yaml'
|
||||||
|
@ -31,6 +32,7 @@ const topics = {
|
||||||
i18n,
|
i18n,
|
||||||
intro,
|
intro,
|
||||||
measurements,
|
measurements,
|
||||||
|
lab,
|
||||||
options,
|
options,
|
||||||
optiongroups,
|
optiongroups,
|
||||||
parts,
|
parts,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue