Add Vietnamese language to MangaPlus (#17233)
Add Vietnamese language to MangaPlus.
This commit is contained in:
		
							parent
							
								
									e258e74746
								
							
						
					
					
						commit
						3a36568ed9
					
				| @ -6,7 +6,7 @@ ext { | ||||
|     extName = 'MANGA Plus by SHUEISHA' | ||||
|     pkgNameSuffix = 'all.mangaplus' | ||||
|     extClass = '.MangaPlusFactory' | ||||
|     extVersionCode = 42 | ||||
|     extVersionCode = 43 | ||||
| } | ||||
| 
 | ||||
| apply from: "$rootDir/common.gradle" | ||||
|  | ||||
| @ -146,6 +146,7 @@ enum class Language { | ||||
|     PORTUGUESE_BR, | ||||
|     RUSSIAN, | ||||
|     THAI, | ||||
|     VIETNAMESE, | ||||
| } | ||||
| 
 | ||||
| @Serializable | ||||
|  | ||||
| @ -12,5 +12,6 @@ class MangaPlusFactory : SourceFactory { | ||||
|         MangaPlus("pt-BR", "ptb", Language.PORTUGUESE_BR), | ||||
|         MangaPlus("ru", "rus", Language.RUSSIAN), | ||||
|         MangaPlus("th", "tha", Language.THAI), | ||||
|         MangaPlus("vi", "vie", Language.VIETNAMESE), | ||||
|     ) | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Alessandro Jean
						Alessandro Jean