enabled portiguese translation [pt_BR]
This commit is contained in:
parent
19193331a0
commit
aabe1614f9
1 changed files with 13 additions and 1 deletions
12
_config.yml
12
_config.yml
|
@ -119,6 +119,7 @@ include:
|
||||||
- _pages/fr_FR
|
- _pages/fr_FR
|
||||||
- _pages/it_IT
|
- _pages/it_IT
|
||||||
- _pages/pl_PL
|
- _pages/pl_PL
|
||||||
|
- _pages/pt_BR
|
||||||
exclude: [
|
exclude: [
|
||||||
"*.sublime-project",
|
"*.sublime-project",
|
||||||
"*.sublime-workspace",
|
"*.sublime-workspace",
|
||||||
|
@ -306,6 +307,12 @@ defaults:
|
||||||
values:
|
values:
|
||||||
permalink: /pl_PL/:basename:output_ext
|
permalink: /pl_PL/:basename:output_ext
|
||||||
lang: pl
|
lang: pl
|
||||||
|
- scope:
|
||||||
|
path: "_pages/pt_BR"
|
||||||
|
type: pages
|
||||||
|
values:
|
||||||
|
permalink: /pt_BR/:basename:output_ext
|
||||||
|
lang: pt
|
||||||
- scope:
|
- scope:
|
||||||
path: "_pages/en_US/home.txt"
|
path: "_pages/en_US/home.txt"
|
||||||
type: pages
|
type: pages
|
||||||
|
@ -331,3 +338,8 @@ defaults:
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
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