From 2b75d13b393f8f9011ec68617cb4e9f9d3fa09e7 Mon Sep 17 00:00:00 2001 From: MateoDeveloper <79017590+Mateo-tem@users.noreply.github.com> Date: Wed, 14 Dec 2022 16:45:04 -0500 Subject: [PATCH] feat(Locale): add Indonesian locale (#643) --- deno/rest/common.ts | 1 + rest/common.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/deno/rest/common.ts b/deno/rest/common.ts index 212ffc18b..ca94c9916 100644 --- a/deno/rest/common.ts +++ b/deno/rest/common.ts @@ -266,6 +266,7 @@ export enum RESTJSONErrorCodes { * https://discord.com/developers/docs/reference#locales */ export enum Locale { + Indonesian = 'id', EnglishUS = 'en-US', EnglishGB = 'en-GB', Bulgarian = 'bg', diff --git a/rest/common.ts b/rest/common.ts index 212ffc18b..ca94c9916 100644 --- a/rest/common.ts +++ b/rest/common.ts @@ -266,6 +266,7 @@ export enum RESTJSONErrorCodes { * https://discord.com/developers/docs/reference#locales */ export enum Locale { + Indonesian = 'id', EnglishUS = 'en-US', EnglishGB = 'en-GB', Bulgarian = 'bg',