From d7f4e1391c385f11fbb61b7f1ffa6da65957b6a1 Mon Sep 17 00:00:00 2001 From: Danni Date: Wed, 10 Jan 2024 03:47:48 +0700 Subject: Add Indonesian localization (#2356) * Add Indonesian (id) locale * Add Indonesian translation messages * Update team number and add some translation * Update for better ID translation * Apply suggestions from code review Co-authored-by: Aditya Dirgantara Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Aditya Dirgantara * Apply suggestions from code review Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Change translation post to postingan * Update translation * Fix error * Apply suggestions from code review Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> * Add Thinkbyte1024 and mary-ext to language team ID * Update username to lowercase --------- Co-authored-by: Aditya Dirgantara Co-authored-by: Mary <148872143+mary-ext@users.noreply.github.com> Co-authored-by: Ansh --- lingui.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingui.config.js') diff --git a/lingui.config.js b/lingui.config.js index dc26f57a5..8b4893835 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR', 'uk'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es', 'pt-BR', 'uk', 'id'], catalogs: [ { path: '/src/locale/locales/{locale}/messages', -- cgit 1.4.1