Skip to content

Commit

Permalink
add Tab pattern for Grok.
Browse files Browse the repository at this point in the history
add some translates
  • Loading branch information
shsw228 committed Aug 25, 2024
1 parent d8ca00c commit d778343
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CustomTabBar/BHCustomTabBarViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ - (void)getData {
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_3"] pageID:@"audiospace"],
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_4"] pageID:@"communities"],
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_5"] pageID:@"ntab"],
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_6"] pageID:@"messages"]
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_6"] pageID:@"messages"],
[[BHCustomTabBarItem alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_OPTION_7"] pageID:@"grok"],

]],
[[BHCustomTabBarSection alloc] initWithTitle:[[BHTBundle sharedBundle] localizedStringForKey:@"CUSTOM_TAB_BAR_SECTION_2_TITLE"] items:@[]]
] mutableCopy];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@
"CUSTOM_TAB_BAR_OPTION_4" = "المجتمعات";
"CUSTOM_TAB_BAR_OPTION_5" = "التنبيهات";
"CUSTOM_TAB_BAR_OPTION_6" = "الرسائل";
"CUSTOM_TAB_BAR_OPTION_7" = "grok";


"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "قم بإغلاق التطبيق لحفظ التغييرات .";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "Communities";
"CUSTOM_TAB_BAR_OPTION_5" = "Notifications";
"CUSTOM_TAB_BAR_OPTION_6" = "Messages";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "You may need to restart Twitter app to apply changes.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "Comunidades";
"CUSTOM_TAB_BAR_OPTION_5" = "Notificaciones";
"CUSTOM_TAB_BAR_OPTION_6" = "Mensajes";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "Es posible que deba reiniciar la aplicación de Twitter para aplicar los cambios";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "Communautés";
"CUSTOM_TAB_BAR_OPTION_5" = "Notifications";
"CUSTOM_TAB_BAR_OPTION_6" = "Messages";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "Vous devrez peut-être redémarrer l'application Twitter pour appliquer les changements.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "コミュニティ";
"CUSTOM_TAB_BAR_OPTION_5" = "通知";
"CUSTOM_TAB_BAR_OPTION_6" = "メッセージ";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "変更を適用させるにはアプリを再起動する必要があります。";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "Сообщества";
"CUSTOM_TAB_BAR_OPTION_5" = "Уведомления";
"CUSTOM_TAB_BAR_OPTION_6" = "Сообщения";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "Для вступления настроек в силу может потребоваться перезапуск приложения.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "Topluluklar";
"CUSTOM_TAB_BAR_OPTION_5" = "Bildirimler";
"CUSTOM_TAB_BAR_OPTION_6" = "Mesajlar";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "Değişiklikleri uygulamak için X uygulamasını yeniden başlatman gerekebilir.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "社群";
"CUSTOM_TAB_BAR_OPTION_5" = "通知";
"CUSTOM_TAB_BAR_OPTION_6" = "私人訊息";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "必須重啟 Twitter 才能套用變更";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
"CUSTOM_TAB_BAR_OPTION_4" = "社群";
"CUSTOM_TAB_BAR_OPTION_5" = "通知";
"CUSTOM_TAB_BAR_OPTION_6" = "私信";
"CUSTOM_TAB_BAR_OPTION_7" = "Grok";

"TWITTER_BLUE_SECTION_FOOTER_TITLE" = "须重启 Twitter 生效;";

Expand Down

0 comments on commit d778343

Please sign in to comment.