diff options
author | Almir A. Braggio <almirbraggio@users.noreply.github.com> | 2020-04-15 05:39:40 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-15 10:39:40 +0200 |
commit | 738275827089308b92de2d0663ee466f78ddce08 (patch) | |
tree | db42e0d975dc42599db007b81db457c8c152963e | |
parent | 94c8230e1e15a2170a3cb9c38a2f0da95a3e50ea (diff) |
Adding portuguese i18n file (#199)
Co-authored-by: Almir Braggio <almir.braggio@pti.org.br>
-rw-r--r-- | i18n/pt.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/i18n/pt.yaml b/i18n/pt.yaml new file mode 100644 index 0000000..96216a0 --- /dev/null +++ b/i18n/pt.yaml @@ -0,0 +1,14 @@ +- id: Search + translation: Buscar + +- id: Edit this page + translation: Editar página + +- id: Last modified by + translation: Última modificação por + +- id: Expand + translation: Expandir + +- id: bookSearchConfig + translation: '{ cache: true }' |