Skip to content

Commit

Permalink
Add Galician translations
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaer committed Nov 5, 2021
1 parent ed63d3d commit 8e58a42
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions l10n/phrases_gl.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package l10n

var phrasesGL = map[string]string{
"Anonymous post": "Publicación anónima",
"Blogs": "Blogs",
"Enter": "Entrar",
"Newer": "Máis recente",
"Older": "Máis antigo",
"Posts": "Publicacións",
"Publish to...": "Publicar en...",
"Publish": "Publicar",
"Read more...": "Saber máis...",
"Subscribe": "Subscribir",
"This blog requires a password.": "Este blog require un contrasinal.",
"Toggle theme": "Cambiar decorado",
"View posts": "Ver Publicacións",
"delete": "eliminar",
"edit": "editar",
"email subscription prompt": "Escribe o teu email para recibir actualizacións.",
"move to...": "mover a...",
"pin": "fixar",
"published with write.as": "publicado con write.as",
"share modal ending": "Envíallo a un amigo, compárteo en internet e redes sociais. Saber máis.",
"share modal introduction": "Cada publicación ten un identificador, un URL único que podes compartir con calquera. Este é o URL:",
"share modal title": "Comparte a publicación",
"share": "compartir",
"unpin": "desafixar",
}
2 changes: 2 additions & 0 deletions l10n/strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ func Strings(lang string) map[string]string {
return phrasesFA
case "fr":
return phrasesFR
case "gl":
return phrasesGL
case "hu":
return phrasesHU
case "it":
Expand Down

0 comments on commit 8e58a42

Please sign in to comment.