From 29fa8e4ab01c2ead798e76533a44b10d4058cf19 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 24 Sep 2024 15:28:35 -0400 Subject: [PATCH] Adding comment and post sort types (for user settings). --- translations/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/translations/en.json b/translations/en.json index 196372a..c61304f 100644 --- a/translations/en.json +++ b/translations/en.json @@ -220,6 +220,8 @@ "sidebar": "Sidebar", "description": "Description", "sort_type": "Sort type", + "post_sort_type": "Post sort type", + "comment_sort_type": "Comment sort type", "listing_type": "Listing type", "hot": "Hot", "active": "Active",