Fix type
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
import * as fs from 'fs';
 | 
			
		||||
import * as yaml from 'js-yaml';
 | 
			
		||||
 | 
			
		||||
export type LangKey = 'de' | 'en' | 'fr' | 'ja' | 'pl';
 | 
			
		||||
export type LangKey = 'de' | 'en' | 'fr' | 'ja' | 'pl' | 'es';
 | 
			
		||||
export type LocaleObject = { [key: string]: any };
 | 
			
		||||
 | 
			
		||||
const loadLang = (lang: LangKey) => yaml.safeLoad(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user