- contact apple developer, now if enrolling for a organisation account, same domain website is compulsary
- Completed the blogs detail screen, also handled the language change. - added a nsnotification to handle the sidebar only on home an my list - Added api for like , unlike , fav remove, with data models. - handled the like unlike realtime, without the extra network call. - added realtime language change will update the fav cells.
This commit is contained in:
@@ -41,3 +41,14 @@
|
||||
"कराओके" = "KARAOKE";
|
||||
"दुकान" = "SHOP";
|
||||
"वोका का अन्वेषण करें" = "Explore WOKA";
|
||||
|
||||
|
||||
/*
|
||||
My List
|
||||
*/
|
||||
|
||||
"वेबसीरीज (अंग्रेजी)" = "WebSeries (English)";
|
||||
"वेबसीरीज (हिंदी)" = "WebSeries (Hindi)";
|
||||
"ऑडियो पुस्तकें" = "Audio Books";
|
||||
"कराओके" = "Karaoke";
|
||||
"खेल" = "Games";
|
||||
|
||||
@@ -204,3 +204,14 @@
|
||||
"KARAOKE" = "कराओके";
|
||||
"SHOP" = "दुकान";
|
||||
"Explore WOKA" = "वोका का अन्वेषण करें";
|
||||
|
||||
|
||||
/*
|
||||
My List
|
||||
*/
|
||||
"WebSeries (English)" = "वेबसीरीज (अंग्रेजी)";
|
||||
"WebSeries (Hindi)" = "वेबसीरीज (हिंदी)";
|
||||
"Audio Books" = "ऑडियो पुस्तकें";
|
||||
"Karaoke" = "कराओके";
|
||||
"Games" = "खेल";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user