Skip to content

Commit dab31f7

Browse files
committed
Merge branch 'fix/locale-pt-br' of github.com:garboso/TimelineJS3 into garboso-fix/locale-pt-br
2 parents 349faf0 + 979020e commit dab31f7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/js/language/locale/pt-br.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,16 @@
4848
"Dezembro"
4949
]
5050
},
51+
"era_labels": {
52+
"positive_year": {
53+
"prefix": "",
54+
"suffix": ""
55+
},
56+
"negative_year": {
57+
"prefix": "",
58+
"suffix": "a.C"
59+
}
60+
},
5161
"api": {
5262
"wikipedia": "pt"
5363
},
@@ -56,7 +66,8 @@
5666
"return_to_title": "Voltar para o título",
5767
"wikipedia": "Wikipédia, A enciclopédia livre",
5868
"loading_content": "Carregando Conteúdo",
59-
"loading_timeline": "Carregando Timeline... "
69+
"loading_timeline": "Carregando Timeline... ",
70+
"swipe_to_navigate": "Arraste para navegar<br><span class='tl-button'>OK</span>"
6071
},
6172
"dateformats": {
6273
"time": "H:MM:ss' 'd mmmm',' yyyy''",

src/less/fonts/_font.base.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
.tl-timeaxis {
7777
font-family: @font-navigation;
7878
font-weight:@font-headings-weight;
79-
text-transform: @font-headings-text-transform;
8079
}
8180
}
8281

0 commit comments

Comments
 (0)