From 74eb41d744d3cfa75e4ae3f75e4860993ec3c377 Mon Sep 17 00:00:00 2001 From: Henrique Bremenkanp Date: Thu, 26 Mar 2020 23:41:56 +0900 Subject: [PATCH] =?UTF-8?q?nuxt-i18n.config.ts=E3=81=A7=E3=83=9D=E3=83=AB?= =?UTF-8?q?=E3=83=88=E3=82=AC=E3=83=AB=E8=AA=9E=E3=82=92=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt-i18n.config.ts | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/nuxt-i18n.config.ts b/nuxt-i18n.config.ts index 5f20ff3d81f..797e2bebd49 100644 --- a/nuxt-i18n.config.ts +++ b/nuxt-i18n.config.ts @@ -48,15 +48,13 @@ export default { file: 'ko.json', description: 'Korean' }, - // #1126, #872 (comment) - // ポルトガル語は訳が揃っていないため非表示 - // { - // code: 'pt-BR', - // name: 'Portuguese', - // iso: 'pt-BR', - // file: 'pt_BR.json', - // description: 'Portuguese' - // }, + { + code: 'pt-BR', + name: 'Português', + iso: 'pt-BR', + file: 'pt_BR.json', + description: 'Portuguese' + }, { code: 'ja-basic', name: 'やさしい にほんご',