File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -145,10 +145,10 @@ declare global {
145145 ? ioBroker . Object
146146 : AnyObject ;
147147
148- type Languages = 'en' | 'de' | 'ru' | 'pt' | 'nl' | 'fr' | 'it' | 'es' | 'pl' | 'zh-cn' ;
148+ type Languages = 'en' | 'de' | 'ru' | 'pt' | 'nl' | 'fr' | 'it' | 'es' | 'pl' | 'uk' | ' zh-cn';
149149 type Translated = { en : string } & { [ lang in Languages ] ?: string } ;
150150
151- /** For objects we require the English language to be present */
151+ /** For objects, we require the English language to be present */
152152 type StringOrTranslated = string | Translated ;
153153
154154 type CommonType = 'number' | 'string' | 'boolean' | 'array' | 'object' | 'mixed' | 'file' ;
Original file line number Diff line number Diff line change @@ -779,6 +779,7 @@ const _adapterObject: ioBroker.AdapterObject = {
779779 pt : 'foo' ,
780780 ru : 'foo' ,
781781 en : 'foo' ,
782+ uk : 'foo' ,
782783 'zh-cn' : 'foo'
783784 } ,
784785 version : '1.2.3' ,
You can’t perform that action at this time.
0 commit comments