From c5b6f88e9a694d79126af4f742e66833dfd528bd Mon Sep 17 00:00:00 2001 From: Ansh Date: Mon, 20 Nov 2023 13:29:27 -0800 Subject: Hindi Internationalization (#1914) * get basic hindi support to work * get web app language switcher in * Refactor i18n implementation and remove unused code * add missing strings * add dropdowns and modals missing strings * complete all hindi translations * fix merge conflicts * fix legeacy persisted state * fix data in RecommendedFeeds * fix lint --- src/view/com/post-thread/PostThread.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/post-thread/PostThread.tsx') diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index b5347fc84..1c9f2c16f 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -220,7 +220,7 @@ function PostThreadLoaded({ const renderItem = React.useCallback( ({item, index}: {item: YieldedItem; index: number}) => { if (item === TOP_COMPONENT) { - return isTablet ? : null + return isTablet ? : null } else if (item === PARENT_SPINNER) { return ( -- cgit 1.4.1