From 46f692ffef23ac01b2ea53f0e3f7d0fe7fde04d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Benavente?= Date: Tue, 12 Mar 2024 17:39:04 -0300 Subject: [PATCH] Fix root translation keys for several languages --- config/locales/en_gb.yml | 2 +- config/locales/es_ar.yml | 2 +- config/locales/es_bo.yml | 2 +- config/locales/es_cl.yml | 2 +- config/locales/pt_br.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/locales/en_gb.yml b/config/locales/en_gb.yml index 8ebd73ba..d713209b 100644 --- a/config/locales/en_gb.yml +++ b/config/locales/en_gb.yml @@ -1,4 +1,4 @@ -en-GB: +en_gb: #Navigation nav: play: "Play" diff --git a/config/locales/es_ar.yml b/config/locales/es_ar.yml index 009c2d01..0e7f4492 100644 --- a/config/locales/es_ar.yml +++ b/config/locales/es_ar.yml @@ -1,4 +1,4 @@ -es-AR: +es_ar: #Navigation nav: play: "Jugar" diff --git a/config/locales/es_bo.yml b/config/locales/es_bo.yml index 5b05762b..1d2a6893 100644 --- a/config/locales/es_bo.yml +++ b/config/locales/es_bo.yml @@ -1,4 +1,4 @@ -es-BO: +es_bo: #Navigation nav: play: "Jugar" diff --git a/config/locales/es_cl.yml b/config/locales/es_cl.yml index 0b012937..14767f90 100644 --- a/config/locales/es_cl.yml +++ b/config/locales/es_cl.yml @@ -1,4 +1,4 @@ -es-CL: +es_cl: #Navigation nav: play: "Jugar" diff --git a/config/locales/pt_br.yml b/config/locales/pt_br.yml index d193738e..8f63a8db 100644 --- a/config/locales/pt_br.yml +++ b/config/locales/pt_br.yml @@ -1,4 +1,4 @@ -pt: +pt_br: #Navigation nav: play: "Play"