mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-08 08:49:52 +03:00
workaround for default language en and basetranslation pl
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user