workaround for default language en and basetranslation pl

This commit is contained in:
MichaelDvP
2022-11-23 11:09:46 +01:00
parent 1b1a4bcad4
commit 88135d2750
4 changed files with 9 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
import type { BaseTranslation } from '../i18n-types';
import type { Translation } from '../i18n-types';
/* prettier-ignore */
/* eslint-disable */
const en: BaseTranslation = {
const en: Translation = {
LANGUAGE: 'Language',
RETRY: 'Retry',
LOADING: 'Loading',