mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-27 19:51:09 -04:00 
			
		
		
		
	Merge pull request #577 from manythingsatonce/master
Added the Polish language localization.
This commit is contained in:
		| @ -43,6 +43,7 @@ return [ | ||||
|         ["code" => "ja", "name" => "Japanese"], | ||||
|         ["code" => "it", "name" => "Italian"], | ||||
|         ["code" => "lv", "name" => "Latvian"], | ||||
|         ["code" => "pl", "name" => "Polish"], | ||||
|         ["code" => "pt_BR", "name" => "Portuguese (Brazilian)"], | ||||
|         ["code" => "sr", "name" => "Serbian Latin"], | ||||
|         ["code" => "ko", "name" => "Korean"], | ||||
|  | ||||
| @ -6,6 +6,7 @@ import es from './es.json' | ||||
| import ar from './ar.json' | ||||
| import de from './de.json' | ||||
| import ja from './ja.json' | ||||
| import pl from './pl.json' | ||||
| import pt_BR from './pt-br.json' | ||||
| import pt from './pt.json' | ||||
| import it from './it.json' | ||||
| @ -29,6 +30,7 @@ const i18n = new VueI18n({ | ||||
|     ar, | ||||
|     de, | ||||
|     ja, | ||||
|     pl, | ||||
|     pt_BR, | ||||
|     pt, | ||||
|     it, | ||||
|  | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user