- Created an extension to handle the rootview.

- Added localisation to theme 1, also updated the English localisation for reversing the language
- Added localisation to the sidebar. Also handled the live language change with the help of observers
- Integrated GetUserData API at splash.
- Added the login NAv. Now if user will logout he will be redirected to the login Screen.
- Added Activity Indicator on the splash to handle the getuserdata.
- Added Guest Login To home.
This commit is contained in:
2024-05-28 19:47:51 +05:30
parent 0e921c3113
commit 86bd90db31
33 changed files with 1040 additions and 236 deletions

View File

@@ -11,3 +11,21 @@
/* Class = "UIButton"; normalTitle = "English"; ObjectID = "XdB-NB-osA"; */
"XdB-NB-osA.normalTitle" = "English";
/*
THEME 1
*/
"घर" = "HOME";
"वोका का अन्वेषण करें" = "EXPLORE WOKA";
"मेरी सूची" = "MY LIST";
"वेब सीरीज" = "WEB SERIES";
"लाइव टीवी" = "LIVE TV";
"दुकान" = "SHOP";
"कराओके" = "KARAOKE";
"ऑडियो-किताबें" = "AUDIO BOOKS";
"खेल" = "GAMES";
"वोकलैंड में आपका स्वागत है" = "Welcome to WOKALAND";
"नमस्ते" = "Hello";
"अधिक" = "MORE";
"थीम" = "THEME";
"लॉग आउट" = "LOGOUT";

View File

@@ -138,3 +138,37 @@
Avatar VC
*/
"Please select avatar" = "कृपया अवतार चुनें";
/*
Theme 1
*/
"HOME" = "घर";
"EXPLORE WOKA" = "वोका का अन्वेषण करें";
"MY LIST" = "मेरी सूची";
"WEB SERIES" = "वेब सीरीज";
"LIVE TV" = "लाइव टीवी";
"SHOP" = "दुकान";
"KARAOKE" = "कराओके";
"AUDIO BOOKS" = "ऑडियो-किताबें";
"GAMES" = "खेल";
"Welcome to WOKALAND" = "वोकलैंड में आपका स्वागत है";
"Hello" = "नमस्ते";
"MORE" = "अधिक";
"THEME" = "थीम";
"LOGOUT" = "लॉग आउट";
/*
<string name="home">घर</string>
<string name="explore_woka">वोका का अन्वेषण करें</string>
<string name="my_list">मेरी सूची</string>
<string name="hello">नमस्ते</string>
<string name="web_series">वेब सीरीज</string>
<string name="audio_books">ऑडियो-किताबें</string>
<string name="play">खेल</string>
<string name="karaoke">कराओके</string>
<string name="shop">दुकान</string>
<string name="more">और</string>
<string name="live_tv">लाइव टीवी</string>
<string name="welcome_to_wokaland">वोकलैंड में आपका स्वागत है</string>
*/