From 078929a254de1b003b2b530e05ae03cec2971578 Mon Sep 17 00:00:00 2001 From: xue jiahao Date: Wed, 26 Feb 2025 15:25:00 +0900 Subject: [PATCH] change quasar locale to ja --- frontend/quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/quasar.config.js b/frontend/quasar.config.js index 20a249d..f1d5d46 100644 --- a/frontend/quasar.config.js +++ b/frontend/quasar.config.js @@ -105,7 +105,7 @@ module.exports = configure(function (/* ctx */) { config: {}, // iconSet: 'material-icons', // Quasar icon set - // lang: 'en-US', // Quasar language pack + lang: 'ja', // Quasar language pack // For special cases outside of where the auto-import strategy can have an impact // (like functional components as one of the examples),