added korean to i18n config (#953)
This commit is contained in:
		
							parent
							
								
									f1eae5fe77
								
							
						
					
					
						commit
						55d77993af
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -60,6 +60,7 @@ export const localeLabels: localeType = {
 | 
				
			||||||
  nl: "Dutch",
 | 
					  nl: "Dutch",
 | 
				
			||||||
  "pt-BR": "Portuguese (Brazilian)",
 | 
					  "pt-BR": "Portuguese (Brazilian)",
 | 
				
			||||||
  "es-419": "Spanish, Latin America",
 | 
					  "es-419": "Spanish, Latin America",
 | 
				
			||||||
 | 
					  ko: "Korean",
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export type OptionType = {
 | 
					export type OptionType = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@ const path = require("path");
 | 
				
			||||||
module.exports = {
 | 
					module.exports = {
 | 
				
			||||||
  i18n: {
 | 
					  i18n: {
 | 
				
			||||||
    defaultLocale: "en",
 | 
					    defaultLocale: "en",
 | 
				
			||||||
    locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419"],
 | 
					    locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko"],
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  localePath: path.resolve("./public/static/locales"),
 | 
					  localePath: path.resolve("./public/static/locales"),
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue