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
<!-- this is based on my now playing screen at https://wiggle.monster/interests/music/fm/playing --> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Music</title> | |
<meta charset="UTF-8"> | |
<meta name="robots" content="noindex"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
</head> | |
<body> |
This file has been truncated, but you can view the full file.
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
/* | |
@generated | |
This file is auto-generated using Localization/scripts/concatenate_localizable_strings.rb | |
This file is sorted by modules instead of alphabetically to help reduce merge conflicts. | |
*/ | |
// Section: Frameworks/TwitterComposition/TwitterComposition/Sources/TwitterCompositionStrings/en.lproj/Localizable.strings | |
/* Message to let the user know that the post can only contain attachments of one media type at the time, media types being GIF, Image, Video, etc */ | |
"DRAG_DROP_INDICATION_VIEW_DIFFERENT_MEDIA_TYPES_MESSAGE" = "You can’t post more than one kind of media at a time."; |