Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorlucasradaelli <64749873+lucasradaelli@users.noreply.github.com>2020-06-01 21:47:51 +0300
committerGitHub <noreply@github.com>2020-06-01 21:47:51 +0300
commit8984ca9d6aafa730ad1688ba07ec9fce4add1b91 (patch)
tree0a889d98be098b7d43a89da0291ea63d17f32594 /i18n
parent80cd067683bf69c42f6e02995585462dd9e19d95 (diff)
Custom css and localization support (#28)
* 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.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
new file mode 100644
index 0000000..65534af
--- /dev/null
+++ b/i18n/en.yaml
@@ -0,0 +1,25 @@
+- 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
+