From b004e7e3798225165a8226fc0c812bbdc9fcb505 Mon Sep 17 00:00:00 2001 From: Michel Melo Date: Sat, 10 Jul 2021 09:00:48 +0100 Subject: [PATCH] Update i18n.js --- resources/assets/js/plugins/i18n.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/js/plugins/i18n.js b/resources/assets/js/plugins/i18n.js index 382ef21f..7fd8633c 100644 --- a/resources/assets/js/plugins/i18n.js +++ b/resources/assets/js/plugins/i18n.js @@ -7,6 +7,7 @@ import ar from './ar.json' import de from './de.json' import ja from './ja.json' import pt_BR from './pt-br.json' +import pt from './pt.json' import it from './it.json' import sr from './sr.json' import nl from './nl.json' @@ -29,6 +30,7 @@ const i18n = new VueI18n({ de, ja, pt_BR, + pt, it, sr, nl,