diff --git a/langs/themes/pt_BR.json b/langs/themes/pt_BR.json index bdf96fb08a..213543fa48 100644 --- a/langs/themes/pt_BR.json +++ b/langs/themes/pt_BR.json @@ -168,5 +168,16 @@ }, "ghostbikes": { "title": "Bicicleta fantasma" + }, + "bag": { + "layers": { + "2": { + "tagRenderings": { + "Build year": { + "render": "Esta construção é de {_bag_obj:start_date}" + } + } + } + } } -} \ No newline at end of file +}