added polish, hebrew, arabic, needs translations (#1573)
This commit is contained in:
		
							parent
							
								
									24182625bb
								
							
						
					
					
						commit
						b21dd3418b
					
				
					 1 changed files with 18 additions and 1 deletions
				
			
		|  | @ -4,7 +4,24 @@ const path = require("path"); | |||
| module.exports = { | ||||
|   i18n: { | ||||
|     defaultLocale: "en", | ||||
|     locales: ["en", "fr", "it", "ru", "es", "de", "pt", "ro", "nl", "pt-BR", "es-419", "ko", "ja"], | ||||
|     locales: [ | ||||
|       "en", | ||||
|       "fr", | ||||
|       "it", | ||||
|       "ru", | ||||
|       "es", | ||||
|       "de", | ||||
|       "pt", | ||||
|       "ro", | ||||
|       "nl", | ||||
|       "pt-BR", | ||||
|       "es-419", | ||||
|       "ko", | ||||
|       "ja", | ||||
|       "pl", | ||||
|       "ar", | ||||
|       "iw", | ||||
|     ], | ||||
|   }, | ||||
|   localePath: path.resolve("./public/static/locales"), | ||||
|   reloadOnPrerender: process.env.NODE_ENV !== "production", | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen