feat(Locale): add Indonesian locale (#643)

This commit is contained in:
MateoDeveloper
2022-12-14 16:45:04 -05:00
committed by GitHub
parent 89bc0f40b6
commit 2b75d13b39
2 changed files with 2 additions and 0 deletions

View File

@@ -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',

View File

@@ -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',