feat(i18n): add turkish language (#1554)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							1915a198d9
						
					
				
				
					commit
					a53772bbd1
				
			@@ -20,6 +20,7 @@ import hu from "./locales/hu-HU"
 | 
			
		||||
import fa from "./locales/fa-IR"
 | 
			
		||||
import pl from "./locales/pl-PL"
 | 
			
		||||
import cs from "./locales/cs-CZ"
 | 
			
		||||
import tr from "./locales/tr-TR"
 | 
			
		||||
 | 
			
		||||
export const TRANSLATIONS = {
 | 
			
		||||
  "en-US": enUs,
 | 
			
		||||
@@ -64,6 +65,7 @@ export const TRANSLATIONS = {
 | 
			
		||||
  "fa-IR": fa,
 | 
			
		||||
  "pl-PL": pl,
 | 
			
		||||
  "cs-CZ": cs,
 | 
			
		||||
  "tr-TR": tr,
 | 
			
		||||
} as const
 | 
			
		||||
 | 
			
		||||
export const defaultTranslation = "en-US"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user