From a57334991e886aff4c98575c4e8576ff3a4966fe Mon Sep 17 00:00:00 2001 From: leap123 Date: Fri, 19 Jan 2024 04:27:26 +0000 Subject: [PATCH] Add Indonesian translation The Indonesian translation is technically almost complete, just not added to messages.js --- src/i18n/messages.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 4e92834c..3282fd85 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -21,6 +21,7 @@ const loaders = { ga: () => import('./ga.json'), he: () => import('./he.json'), hu: () => import('./hu.json'), + id: () => import('./id.json'), it: () => import('./it.json'), ja: () => import('./ja_pedantic.json'), ja_easy: () => import('./ja_easy.json'),