enabled portiguese translation [pt_BR]
This commit is contained in:
parent
19193331a0
commit
aabe1614f9
1 changed files with 13 additions and 1 deletions
14
_config.yml
14
_config.yml
|
@ -119,6 +119,7 @@ include:
|
|||
- _pages/fr_FR
|
||||
- _pages/it_IT
|
||||
- _pages/pl_PL
|
||||
- _pages/pt_BR
|
||||
exclude: [
|
||||
"*.sublime-project",
|
||||
"*.sublime-workspace",
|
||||
|
@ -306,6 +307,12 @@ defaults:
|
|||
values:
|
||||
permalink: /pl_PL/:basename:output_ext
|
||||
lang: pl
|
||||
- scope:
|
||||
path: "_pages/pt_BR"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_BR/:basename:output_ext
|
||||
lang: pt
|
||||
- scope:
|
||||
path: "_pages/en_US/home.txt"
|
||||
type: pages
|
||||
|
@ -330,4 +337,9 @@ defaults:
|
|||
path: "_pages/pl_PL/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pl_PL/index:output_ext
|
||||
permalink: /pl_PL/index:output_ext
|
||||
- scope:
|
||||
path: "_pages/pt_BR/home.txt"
|
||||
type: pages
|
||||
values:
|
||||
permalink: /pt_BR/index:output_ext
|
||||
|
|
Loading…
Add table
Reference in a new issue