diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-10-01 22:20:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-01 22:20:27 -0700 |
| commit | cc68964d1372570eb456c4891b4acfa3261ace75 (patch) | |
| tree | 7834b861d79615a2f5e538a2066cb0c5a63b79c4 | |
| parent | 5cfd28b78a4c81e34fe69f3746f4e30e374665e3 (diff) | |
Fix the build
| -rw-r--r-- | locale/pt_BR.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/pt_BR.po b/locale/pt_BR.po index d73cf0d9e..21debc359 100644 --- a/locale/pt_BR.po +++ b/locale/pt_BR.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: extmod/machine_i2c.c:299 @@ -171,7 +171,7 @@ msgstr "A atualização automática está desligada.\n" #: main.c:175 msgid "Running in safe mode! Not running saved code.\n" -msgstr "Rodando em modo seguro! Não está executando o código salvo." +msgstr "Rodando em modo seguro! Não está executando o código salvo.\n" #: main.c:191 msgid "WARNING: Your code filename has two extensions\n" |
