From 02c6c685b527c7b76fc3a29cc3b4bdda22e8d4a7 Mon Sep 17 00:00:00 2001 From: Chris Aumann Date: Sat, 22 Aug 2020 10:10:10 +0000 Subject: [PATCH] Add i18n support for Spanish --- i18n/es.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 i18n/es.yaml diff --git a/i18n/es.yaml b/i18n/es.yaml new file mode 100644 index 00000000..90545457 --- /dev/null +++ b/i18n/es.yaml @@ -0,0 +1,5 @@ +- id: prev_page + translation: "Página siguiente" + +- id: next_page + translation: "Página anterior"