8984ca9d6a
* Adds i18n support for theme * Adds a way for sites to have custom css. This change adds a param to the theme (called customCss), which allows sites to provide extra css under static/, so that they don't need to copy the theme's css whole file. If no custom css is in the params, this change is NOP.
26 lines
657 B
YAML
26 lines
657 B
YAML
- id: skip_to_content
|
|
translation: skip to content
|
|
- id: nav_main_navigation
|
|
translation: Main navigation
|
|
- id: nav_button_menu
|
|
translation: Menu
|
|
- id: discuss_show_comments_button
|
|
translation: Show comments
|
|
- id: discuss_comments_disabled
|
|
translation: Disqus comments are disabled.
|
|
- id: discuss_js_disabled
|
|
translation: Enable JavaScript to view Disqus comments.
|
|
- id: dark_theme
|
|
translation: "dark theme:"
|
|
- id: table_of_contents
|
|
translation: Table of contents
|
|
- id: publish_date
|
|
translation: "Publish date:"
|
|
- id: last_updated
|
|
translation: "Last updated:"
|
|
- id: tags
|
|
translation: "Tags:"
|
|
- id: aria_label_tags
|
|
translation: tags
|
|
|