This website works better with JavaScript.
Home
Explore
Help
Sign In
LibreTUX
/
libretux-mainpage
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Activity
Browse Source
traducción es
master
tarteka
2 years ago
parent
d1131321fa
commit
d161857f51
2 changed files
with
25 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.toml
+24
-0
themes/hermit/i18n/es.toml
+ 1
- 1
config.toml
View File
@ -1,6 +1,6 @@
baseURL
=
"https://libretux.com"
languageCode
=
"es"
defaultContentLanguage
=
"e
n
"
defaultContentLanguage
=
"e
s
"
title
=
"LibreTUX"
theme
=
"hermit"
# enableGitInfo = true
+ 24
- 0
themes/hermit/i18n/es.toml
View File
@ -0,0 +1,24 @@
# Translations for English
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# 404.html
#
[
notFound
]
other
=
"Oops, esta página no existe…"
[
home
]
other
=
"Inicio"
[
archives
]
other
=
"Blog"
# posts/single.html
#
[
wordCount
]
other
=
"{{ .WordCount }} palabras"
[
newer
]
other
=
"Anterior"
[
older
]
other
=
"Posterior"
Write
Preview
Loading…
Cancel
Save