Add about tab to channels

(cherry picked from commit e8015fc144)
This commit is contained in:
syeopite 2021-04-13 21:02:28 -07:00
parent 2ed4a24dbc
commit 0a2d910668
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
5 changed files with 80 additions and 18 deletions

View file

@ -385,6 +385,7 @@
"Download": "Download",
"Download as: ": "Download as: ",
"%A %B %-d, %Y": "%A %B %-d, %Y",
"%B %-d, %Y": "%B %-d, %Y",
"(edited)": "(edited)",
"YouTube comment permalink": "YouTube comment permalink",
"permalink": "permalink",
@ -433,5 +434,9 @@
"footer_source_code": "Source code",
"footer_original_source_code": "Original source code",
"footer_modfied_source_code": "Modified Source code",
"adminprefs_modified_source_code_url_label": "URL to modified source code repository"
"adminprefs_modified_source_code_url_label": "URL to modified source code repository",
"channel_about_page_details_section_header": "Details",
"channel_about_page_stats_section_header": "Stats",
"channel_about_page_stats_joined_label": "Joined",
"channel_about_page_links_section_header": "Links"
}