Skip to content

Commit 4bddbbc

Browse files
committed
Add Spanish translation
1 parent b64f0e2 commit 4bddbbc

File tree

2 files changed

+538
-0
lines changed

2 files changed

+538
-0
lines changed

internal/services/translator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ type (
2020

2121
var timeLocales = map[string]monday.Locale{
2222
"en": monday.LocaleEnUS,
23+
"es": monday.LocaleEsES,
2324
}
2425

2526
// NewTranslator will load a translation file and return a new template renderer.

0 commit comments

Comments
 (0)