diff options
author | Frudrax Cheng <i@cynosura.one> | 2024-09-05 01:50:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 10:50:54 -0700 |
commit | 82ca0b16b6385f727e1d305dc48256bc45a0086d (patch) | |
tree | 00b2b8bf2aaa13159115a8963edac063abd6bfb8 /src | |
parent | 12b4a250d2fc546f8f8c698d3f67931d976e429f (diff) | |
download | voidsky-82ca0b16b6385f727e1d305dc48256bc45a0086d.tar.zst |
Fix a missing curly brace in pt-BR (#5130)
thanks!
Diffstat (limited to 'src')
-rw-r--r-- | src/locale/locales/pt-BR/messages.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/locales/pt-BR/messages.po b/src/locale/locales/pt-BR/messages.po index 33b48a0ce..98560bf97 100644 --- a/src/locale/locales/pt-BR/messages.po +++ b/src/locale/locales/pt-BR/messages.po @@ -48,7 +48,7 @@ msgstr "{0, plural, one {# repostagem} other {# repostagens}}" #: src/components/KnownFollowers.tsx:179 #~ msgid "{0, plural, one {and # other} other {and # others}}" -#~ msgstr "{0, plural, one {e # outro} other {e # outros}" +#~ msgstr "{0, plural, one {e # outro} other {e # outros}}" #: src/components/ProfileHoverCard/index.web.tsx:398 #: src/screens/Profile/Header/Metrics.tsx:23 |