Skip to content

Commit 97b7f8e

Browse files
committed
Merge branch 'garboso-fix/locale-pt-br'
2 parents 349faf0 + 73d0531 commit 97b7f8e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.9.9 (not released)
2+
-------------------------
3+
#895 Fixes for pt-BT locale
4+
15
3.9.8 (2025-05-23)
26
-------------------------
37
#894 Fixes previous/next button positioning when a timeline is a child of an element with dir="rtl"

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''",

0 commit comments

Comments
 (0)