- 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.
32 lines
915 B
Plaintext
32 lines
915 B
Plaintext
/*
|
|
Localizable.strings
|
|
WOKA
|
|
|
|
Created by MacBook Pro on 25/04/24.
|
|
|
|
*/
|
|
|
|
/* Class = "UIButton"; normalTitle = "हिंदी"; ObjectID = "SYp-e1-w6s"; */
|
|
"SYp-e1-w6s.normalTitle" = "हिंदी";
|
|
|
|
/* 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";
|