Add Galician translation and flag
This commit is contained in:
parent
6fa58f635e
commit
9ef27a53b1
3 changed files with 39 additions and 1 deletions
|
@ -9,3 +9,5 @@ nl: nl
|
||||||
pt-br: br
|
pt-br: br
|
||||||
ru: ru
|
ru: ru
|
||||||
tr: tr
|
tr: tr
|
||||||
|
ml: in
|
||||||
|
gl: es-ga
|
||||||
|
|
36
i18n/gl.toml
Normal file
36
i18n/gl.toml
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# Translations for Galician
|
||||||
|
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||||
|
|
||||||
|
# Generic
|
||||||
|
#
|
||||||
|
[translations]
|
||||||
|
other = "Traducións"
|
||||||
|
|
||||||
|
[postAvailable]
|
||||||
|
other = "Tamén dispoñible en"
|
||||||
|
|
||||||
|
|
||||||
|
# 404.html
|
||||||
|
#
|
||||||
|
[archives]
|
||||||
|
other = "Arquivos"
|
||||||
|
|
||||||
|
[home]
|
||||||
|
other = "Inicio"
|
||||||
|
|
||||||
|
[notFound]
|
||||||
|
other = "Vaia, non se atopou a páxina..."
|
||||||
|
|
||||||
|
|
||||||
|
# posts/single.html
|
||||||
|
#
|
||||||
|
[readingTime]
|
||||||
|
one = "Un minuto"
|
||||||
|
other = "{{ .Count }} minutos"
|
||||||
|
|
||||||
|
[tableOfContents]
|
||||||
|
other = "Táboa de contidos"
|
||||||
|
|
||||||
|
[wordCount]
|
||||||
|
one = "Unha Palabra"
|
||||||
|
other = "{{ .Count }} Palabras"
|
|
@ -19,7 +19,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.2.1/css/flag-icon.min.css" rel="stylesheet"
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css" rel="stylesheet"
|
||||||
type="text/css">
|
type="text/css">
|
||||||
|
|
||||||
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }}
|
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" true) }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue