-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(x.com): copy strings from x.json (#7505)
- Loading branch information
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"x.com.bookmarks": { | ||
"description": "", | ||
"message": "Bookmarks" | ||
}, | ||
"x.com.explore": { | ||
"description": "", | ||
"message": "Explore" | ||
}, | ||
"x.com.notifs": { | ||
"description": "", | ||
"message": "Notifications" | ||
}, | ||
"x.com.readPost": { | ||
"description": "after the \":\" it will say the username", | ||
"message": "Reading post of:" | ||
}, | ||
"x.com.settings": { | ||
"description": "", | ||
"message": "Changing some settings..." | ||
}, | ||
"x.com.viewDms": { | ||
"description": "", | ||
"message": "Viewing their DMs" | ||
}, | ||
"x.com.viewLiked": { | ||
"description": "", | ||
"message": "Viewing liked by:" | ||
}, | ||
"x.com.viewList": { | ||
"description": "", | ||
"message": "Viewing list:" | ||
}, | ||
"x.com.viewMedia": { | ||
"description": "", | ||
"message": "Viewing media of:" | ||
}, | ||
"x.com.viewPosts": { | ||
"description": "", | ||
"message": "Viewing posts of:" | ||
}, | ||
"x.com.viewPostsWithReplies": { | ||
"description": "", | ||
"message": "Viewing posts (with replies) of:" | ||
} | ||
} |