diff options
author | hbina085 <hanif.ariffin.4326@gmail.com> | 2019-07-09 00:14:12 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-09 12:54:53 +0200 |
commit | 349deabbe4f94f73a4b6c950d4f07e92e50d9fed (patch) | |
tree | 6a380cf1990607daa800b5305ef5b9a237d8af84 /editor/translations/pt_BR.po | |
parent | 59ad47961f5d24b3993ec431e50ce29629cba02c (diff) |
Fix issues where translations doesn't work
The crux of the issue is a white space between % and s.
I have fixed similar problems than found in #30063
Edited by @akien-mga to fix some more occurrences on other
placeholders.
Diffstat (limited to 'editor/translations/pt_BR.po')
-rw-r--r-- | editor/translations/pt_BR.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/translations/pt_BR.po b/editor/translations/pt_BR.po index 9ae1de3f03..c9b8697dd6 100644 --- a/editor/translations/pt_BR.po +++ b/editor/translations/pt_BR.po @@ -8735,7 +8735,7 @@ msgid "" "Failed to export the project for platform '%s'.\n" "Export templates seem to be missing or invalid." msgstr "" -"Falha ao exportar o projeto para a plataforma '% s'.\n" +"Falha ao exportar o projeto para a plataforma '%s'.\n" "Os modelos de exportação parecem estar ausentes ou inválidos." #: editor/project_export.cpp |