mirror of https://github.com/mifi/lossless-cut
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			407 B
		
	
	
	
		
			JavaScript
		
	
			
		
		
	
	
			22 lines
		
	
	
		
			407 B
		
	
	
	
		
			JavaScript
		
	
export default {
 | 
						|
  input: ['src/**/*.{js,jsx}', 'public/*.js'],
 | 
						|
 | 
						|
  output: 'public/locales/$LOCALE/$NAMESPACE.json',
 | 
						|
  indentation: 4,
 | 
						|
 | 
						|
  sort: true,
 | 
						|
 | 
						|
  locales: ['en'],
 | 
						|
 | 
						|
  lexers: {
 | 
						|
    js: ['JavascriptLexer'],
 | 
						|
    jsx: ['JsxLexer'],
 | 
						|
  },
 | 
						|
 | 
						|
  defaultValue: (lng, ns, key) => key,
 | 
						|
 | 
						|
  // Keep in sync between i18next-parser.config.js and i18n-common.js:
 | 
						|
  keySeparator: false,
 | 
						|
  namespaceSeparator: false,
 | 
						|
};
 |