Skip to content

Commit

Permalink
Update i18n/ files
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Nov 24, 2021
1 parent 43d406c commit ebcbccb
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

23 changes: 14 additions & 9 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Misc
credit_comment:
other: "<!-- bobatheme is available under the MIT license at https://github.com/BBaoVanC/bobatheme. -->"

table_of_contents:
other: "Table of Contents"

browser_no_video_support:
other: "Your browser does not support video."


# Meta items
long_date:
other: "{{ .Date.Format `January 2, 2006` }}"

Expand All @@ -12,14 +21,8 @@ readingtime:
one: "{{ . }} min"
other: "{{ . }} mins"

read_more:
other: "Read more"


browser_no_video_support:
other: "Your browser does not support video."


# Post count
no_posts:
other: "No posts here!"

Expand All @@ -28,8 +31,9 @@ post_count:
other: "{{ . }} posts"


table_of_contents:
other: "Table of Contents"
# Navigation
read_more:
other: "Read more"

see_also:
other: "See also"
Expand All @@ -40,6 +44,7 @@ older_post:
newer_post:
other: "Newer"


# ARIA labels
aria_header_link:
other: "header link"
Expand Down
91 changes: 82 additions & 9 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Misc
credit_comment:
other: "<!-- bobatheme está disponible en GitHub basado en la licensia MIT: https://github.com/BBaoVanC/bobatheme. -->"

table_of_contents:
other: "Índice"

browser_no_video_support:
other: "Tu navegador de internet no admite video."


# Meta items
long_date:
other: "{{ .Date.Day }} de {{ index .Data.meses (printf `%d` .Date.Month) }} de {{ .Date.Year }}"

Expand All @@ -12,20 +21,19 @@ readingtime:
one: "{{ . }} min"
other: "{{ . }} mins"

read_more:
other: "Leer más"


browser_no_video_support:
other: "Tu navegador de internet no admite video."


# Post count
no_posts:
other: "¡No hay contenido para mostrar!"

# post_count:
# one: "{{ . }} post"
# other: "{{ . }} posts"

table_of_contents:
other: "Índice"

# Navigation
read_more:
other: "Leer más"

see_also:
other: "Véase también"
Expand All @@ -35,3 +43,68 @@ older_post:

newer_post:
other: "Más nuevo"


# ARIA labels
# aria_header_link:
# other: "header link"

# aria_back_to_top_button:
# other: "back to top button"

# aria_rss_link:
# other: "RSS feed link"

# aria_post_meta_view_source:
# other: "link to page source"

# aria_post_meta_translations:
# other: "translations"

# aria_post_meta_tags:
# other: "tags"

# aria_post_meta_reading_time:
# other: "reading time"

# aria_post_meta_authors:
# other: "authors"

# aria_post_meta_series:
# other: "series"

# aria_breadcrumbnav:
# other: "breadcrumb navigation bar"

# aria_post_metadata:
# other: "post metadata"

# aria_author_metadata:
# other: "author metadata"

# aria_post_meta_date:
# other: "date"

# aria_post_meta_modified_date:
# other: "last modified date"

# aria_author_post_count:
# other: "post count"

# aria_author_word_count:
# other: "word count"

# aria_series_metadata:
# other: "series metadata"

# aria_navbar:
# other: "navigation bar"

# aria_langpicker:
# other: "language picker"

# aria_langpicker_list:
# other: "language list"

# aria_table_of_contents:
# other: "table of contents"

0 comments on commit ebcbccb

Please sign in to comment.