mirror of
				https://github.com/KokaKiwi/BarInsta
				synced 2025-10-31 03:25:34 +00:00 
			
		
		
		
	add new languages
Co-Authored-By: retiolus <65604466+retiolus@users.noreply.github.com> Co-Authored-By: rikishi0071 <18183855+rikishi0071@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									58f7130e2d
								
							
						
					
					
						commit
						38d0bd56f8
					
				| @ -556,6 +556,7 @@ public class MainActivity extends BaseLanguageActivity implements FragmentManage | ||||
|             } | ||||
|             else { | ||||
|                 Toast.makeText(getApplicationContext(), R.string.post_not_found, Toast.LENGTH_SHORT).show(); | ||||
|                 alertDialog.dismiss(); | ||||
|             } | ||||
|         }).execute(); | ||||
|     } | ||||
|  | ||||
| @ -74,8 +74,8 @@ public final class LocaleUtils { | ||||
|         if (appLanguageIndex == 12) return "mk"; | ||||
|         if (appLanguageIndex == 13) return "vi"; | ||||
|         if (appLanguageIndex == 14) return "zh_TW"; | ||||
|         if (appLanguageIndex == 15) return "hi"; | ||||
|         if (appLanguageIndex == 16) return "cs"; | ||||
|         if (appLanguageIndex == 15) return "ca"; | ||||
|         if (appLanguageIndex == 16) return "ru"; | ||||
| 
 | ||||
|         return null; | ||||
|     } | ||||
|  | ||||
| @ -16,7 +16,8 @@ | ||||
|         <item>Macedonian [Thanks to @snajdovski]</item> | ||||
|         <item>Vietnamese [Thanks to @fouze555]</item> | ||||
|         <item>Chinese Traditional [Thanks to @Still34]</item> | ||||
|         <item>Hindi</item> | ||||
|         <item>Catalan [Thanks to @retiolus]</item> | ||||
|         <item>Russian [Thanks to @rikishi0071]</item> | ||||
|     </string-array> | ||||
|     <string-array name="languages_values"> | ||||
|         <item>0</item> | ||||
| @ -33,6 +34,9 @@ | ||||
|         <item>11</item> | ||||
|         <item>12</item> | ||||
|         <item>13</item> | ||||
|         <item>14</item> | ||||
|         <item>15</item> | ||||
|         <item>16</item> | ||||
|     </string-array> | ||||
|     <string-array name="theme_presets"> | ||||
|         <item>Auto / Follow System</item> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user