# דיון על תרגומים לפורטוגזית ברזילאית (pt\_BR)

**URL:** https://meta.discourse.org/t/discussing-brazilian-portuguese-pt-br-translations/197899
**Category:** Translations
**Created:** [22 ביולי,‏ 2021,‏ 6:30pm UTC](https://meta.discourse.org/t/discussing-brazilian-portuguese-pt-br-translations/197899 "2021-07-22T18:30:12Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![renato](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/renato/32/383632_2.png) [@renato](https://meta.discourse.org/u/renato)
#### Post date: [28 ביולי,‏ 2021,‏ 6:37pm UTC](https://meta.discourse.org/t/discussing-brazilian-portuguese-pt-br-translations/197899/5 "2021-07-28T18:37:33Z")

</div>

Hi @gerhard,

> <https://github.com/discourse/discourse/blob/2503d38dd2abd6fc4ae349066c3120342518f7d4/config/locales/client.pt_BR.yml#L137-L154>

I believe these strings should not have the “atrás” suffix, basically reverting to how it was before these changes. The suffix is already present when the date is in the past and shown as relative and it doesn’t make sense with absolute dates.

Some examples in production:

 ![image](https://global.discourse-cdn.com/meta/original/3X/1/e/1ecb93608d6066f29cac65a37d9fb7dacf2d2a4f.png)  
 ![image](https://global.discourse-cdn.com/meta/original/3X/6/6/664a7a43f7dffcda789478434106bbf34d459c66.png)

Also, there are some strings interpolating a time variable that we are unable to translate properly for all scenarios using the current approach, like the `js.badges.granted_on` mentioned before. It has `{date}` as a variable which may resolve to e.g. “11 d” (relative, missing the “atrás” suffix that is implicit on `{when}`) or to “24 mai” (absolute), so the current pt\_BR value for this key “Concedido em {date}” isn’t correct for the relative variant (and personally I don’t see any value that would work for both cases).

---

_[View the full topic](https://meta.discourse.org/t/discussing-brazilian-portuguese-pt-br-translations/197899)._
