* Translate web/xliff/en.xlf in ru 100% translated source file: 'web/xliff/en.xlf' on 'ru'. * add locale Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
		
			
				
	
	
		
			50 lines
		
	
	
		
			743 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			743 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
// Do not modify this file by hand!
 | 
						|
// Re-generate this file by running lit-localize.
 | 
						|
 | 
						|
/**
 | 
						|
 * The locale code that templates in this source code are written in.
 | 
						|
 */
 | 
						|
export const sourceLocale = `en`;
 | 
						|
 | 
						|
/**
 | 
						|
 * The other locale codes that this application is localized into. Sorted
 | 
						|
 * lexicographically.
 | 
						|
 */
 | 
						|
export const targetLocales = [
 | 
						|
  `de`,
 | 
						|
  `en`,
 | 
						|
  `es`,
 | 
						|
  `fr`,
 | 
						|
  `ko`,
 | 
						|
  `nl`,
 | 
						|
  `pl`,
 | 
						|
  `pseudo-LOCALE`,
 | 
						|
  `ru`,
 | 
						|
  `tr`,
 | 
						|
  `zh_TW`,
 | 
						|
  `zh-CN`,
 | 
						|
  `zh-Hans`,
 | 
						|
  `zh-Hant`,
 | 
						|
] as const;
 | 
						|
 | 
						|
/**
 | 
						|
 * All valid project locale codes. Sorted lexicographically.
 | 
						|
 */
 | 
						|
export const allLocales = [
 | 
						|
  `de`,
 | 
						|
  `en`,
 | 
						|
  `en`,
 | 
						|
  `es`,
 | 
						|
  `fr`,
 | 
						|
  `ko`,
 | 
						|
  `nl`,
 | 
						|
  `pl`,
 | 
						|
  `pseudo-LOCALE`,
 | 
						|
  `ru`,
 | 
						|
  `tr`,
 | 
						|
  `zh_TW`,
 | 
						|
  `zh-CN`,
 | 
						|
  `zh-Hans`,
 | 
						|
  `zh-Hant`,
 | 
						|
] as const;
 |