diff options
Diffstat (limited to 'src/lib/Locale/layout.ts')
| -rw-r--r-- | src/lib/Locale/layout.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib/Locale/layout.ts b/src/lib/Locale/layout.ts index 00c19ea9..ec44391b 100644 --- a/src/lib/Locale/layout.ts +++ b/src/lib/Locale/layout.ts @@ -154,6 +154,13 @@ export interface Locale { or: LocaleValue; delete: LocaleValue; }; + importMode: { + enable: LocaleValue; + disable: LocaleValue; + cancel: LocaleValue; + import: LocaleValue; + fetch: LocaleValue; + }; }; profile: { statistics: LocaleValue; |