Add catalan support in languages picker

This commit is contained in:
tom79 2020-02-02 10:26:18 +01:00
parent 60231dd2ee
commit 7be79ed5de
1 changed files with 1 additions and 0 deletions

View File

@ -2530,6 +2530,7 @@ public class ContentSettingsFragment extends Fragment implements OnRetrieveRemot
case 20:
editor.putString(Helper.SET_DEFAULT_LOCALE_NEW, "kab");
editor.commit();
break;
case 21:
editor.putString(Helper.SET_DEFAULT_LOCALE_NEW, "ca");
editor.commit();