diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-12-25 12:19:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 12:19:11 -0500 |
commit | 76fa96591e815e3241fd24a118e8b7575d95586c (patch) | |
tree | 5c7ab90412d227dfbb4f106b87afc745adc1fb17 /src/SMAPI | |
parent | 2833ad9a621d82cfef5be3868f89c9b2db436cf6 (diff) | |
parent | 5ca5dc6f88961a2a722a420102de65d2e2f48133 (diff) | |
download | SMAPI-76fa96591e815e3241fd24a118e8b7575d95586c.tar.gz SMAPI-76fa96591e815e3241fd24a118e8b7575d95586c.tar.bz2 SMAPI-76fa96591e815e3241fd24a118e8b7575d95586c.zip |
Merge pull request #682 from L30Bola/adding-portuguese-translation
Add portuguese translation
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/i18n/pt.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SMAPI/i18n/pt.json b/src/SMAPI/i18n/pt.json new file mode 100644 index 00000000..59273680 --- /dev/null +++ b/src/SMAPI/i18n/pt.json @@ -0,0 +1,3 @@ +{ + "warn.invalid-content-removed": "Conteúdo inválido foi removido para prevenir uma falha (veja o console do SMAPI para mais informações)." +} |