Enable Spanish translation
This commit is contained in:
parent
65385ca634
commit
a3af347aff
2 changed files with 13 additions and 0 deletions
11
_config.yml
11
_config.yml
|
@ -325,6 +325,12 @@ defaults:
|
||||||
values:
|
values:
|
||||||
permalink: /en_PT/:basename:output_ext
|
permalink: /en_PT/:basename:output_ext
|
||||||
lang: en-PT
|
lang: en-PT
|
||||||
|
- scope:
|
||||||
|
path: "_pages/es_MX"
|
||||||
|
type: pages
|
||||||
|
values:
|
||||||
|
permalink: /es_MX/:basename:output_ext
|
||||||
|
lang: es_MX
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/en_US"
|
path: "_pages/en_US"
|
||||||
type: pages
|
type: pages
|
||||||
|
@ -518,6 +524,11 @@ defaults:
|
||||||
permalink: /el_GR/index:output_ext
|
permalink: /el_GR/index:output_ext
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/en_PT/home.txt"
|
path: "_pages/en_PT/home.txt"
|
||||||
|
type:
|
||||||
|
values:
|
||||||
|
permalink: /es_MX/index:output_ext
|
||||||
|
- scope:
|
||||||
|
path: "_pages/es_MX/home.txt"
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
permalink: /en_PT/index:output_ext
|
permalink: /en_PT/index:output_ext
|
||||||
|
|
|
@ -91,6 +91,8 @@ es: &DEFAULT_ES
|
||||||
loading_label :
|
loading_label :
|
||||||
es-ES:
|
es-ES:
|
||||||
<<: *DEFAULT_ES
|
<<: *DEFAULT_ES
|
||||||
|
es-MX:
|
||||||
|
<<: *DEFAULT_ES
|
||||||
es-CO:
|
es-CO:
|
||||||
<<: *DEFAULT_ES
|
<<: *DEFAULT_ES
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue