forked from cybrespace/mastodon
		
	Fix: missing : for language (#2274)
This commit is contained in:
		
							parent
							
								
									935aecdc32
								
							
						
					
					
						commit
						704846a258
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -48,7 +48,7 @@ module Mastodon
 | 
				
			||||||
      :'pt-BR',
 | 
					      :'pt-BR',
 | 
				
			||||||
      :ru,
 | 
					      :ru,
 | 
				
			||||||
      :uk,
 | 
					      :uk,
 | 
				
			||||||
      'zh-CN',
 | 
					      :'zh-CN',
 | 
				
			||||||
      :'zh-HK',
 | 
					      :'zh-HK',
 | 
				
			||||||
      :'zh-TW',
 | 
					      :'zh-TW',
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue