diff --git a/frontend/src/ts/constants/languages.ts b/frontend/src/ts/constants/languages.ts index 86b4d39ee3b5..ce202269a974 100644 --- a/frontend/src/ts/constants/languages.ts +++ b/frontend/src/ts/constants/languages.ts @@ -297,6 +297,7 @@ export const LanguageGroups: Record = { "league_of_legends", "docker_file", "pokemon_1k", + "monkey", ], amharic: ["amharic", "amharic_1k", "amharic_5k"], oromo: ["oromo", "oromo_1k", "oromo_5k"], diff --git a/frontend/static/languages/monkey.json b/frontend/static/languages/monkey.json new file mode 100644 index 000000000000..62298bd903e9 --- /dev/null +++ b/frontend/static/languages/monkey.json @@ -0,0 +1,203 @@ +{ + "name": "monkey", + "rightToLeft": false, + "joiningScript": false, + "orderedByFrequency": false, + "bcp47": "en-x-monkey", + "words": [ + "krak", + "hok", + "rraup", + "chutter", + "wraaa", + "pant", + "hoot", + "ook", + "baq", + "grrrr", + "hoo", + "haha", + "ugah", + "ahh", + "eee", + "gurr", + "phee", + "tsik", + "keff", + "nyah", + "boom", + "ooh", + "wahoo", + "screech", + "bark", + "grunt", + "chirp", + "whine", + "squeak", + "pant-hoot", + "krak-oo", + "hok-oo", + "rraup-krak", + "ook-ook", + "baq-baq", + "grrrr-grrrr", + "hoo-hoo", + "haha-haha", + "ugah-ugah", + "ahh-ahh", + "eee-eee", + "gurr-gurr", + "phee-phee", + "tsik-tsik", + "keff-keff", + "nyah-nyah", + "boom-boom", + "ooh-ooh", + "wahoo-wahoo", + "krak-krak", + "hok-hok", + "chutter-test", + "wraaa-wraaa", + "krak-chutter", + "hok-chutter", + "pant-hoot-krak", + "krak-oo-hok", + "hok-oo-krak", + "chutter-krak", + "wraaa-hok", + "ook-pant", + "krak-hoo", + "hok-hoo", + "rraup-hoo", + "chutter-hoo", + "wraaa-hoo", + "pant-hoo", + "ook-hoo", + "baq-hoo", + "krak-haha", + "hok-haha", + "rraup-haha", + "chutter-haha", + "wraaa-haha", + "pant-haha", + "ook-haha", + "baq-haha", + "krak-ugah", + "hok-ugah", + "rraup-ugah", + "chutter-ugah", + "wraaa-ugah", + "pant-ugah", + "ook-ugah", + "baq-ugah", + "krak-ahh", + "hok-ahh", + "rraup-ahh", + "chutter-ahh", + "wraaa-ahh", + "pant-ahh", + "ook-ahh", + "baq-ahh", + "krak-eee", + "hok-eee", + "rraup-eee", + "chutter-eee", + "wraaa-eee", + "pant-eee", + "ook-eee", + "baq-eee", + "krak-gurr", + "hok-gurr", + "ook-gurr", + "krak-phee", + "chutter-phee", + "ook-phee", + "hok-tsik", + "chutter-tsik", + "ook-tsik", + "rraup-keff", + "wraaa-keff", + "ook-keff", + "pant-nyah", + "baq-nyah", + "ook-nyah", + "krak-boom", + "wraaa-boom", + "ook-boom", + "pant-ooh", + "hoot-ooh", + "ook-ooh", + "chirp-chirp", + "grunt-grunt", + "screech-screech", + "bark-bark", + "whine-whine", + "squeak-squeak", + "wahoo-krak", + "wahoo-hok", + "wahoo-ook", + "grunt-krak", + "grunt-hok", + "grunt-ook", + "bark-krak", + "bark-hok", + "bark-ook", + "screech-krak", + "screech-hok", + "screech-ook", + "phee-krak", + "phee-hok", + "phee-ook", + "tsik-krak", + "tsik-hok", + "tsik-ook", + "keff-krak", + "keff-hok", + "keff-ook", + "nyah-krak", + "nyah-hok", + "nyah-ook", + "boom-krak", + "boom-hok", + "boom-ook", + "ooh-krak", + "ooh-hok", + "ooh-ook", + "haha-krak", + "haha-hok", + "haha-ook", + "ugah-krak", + "ugah-hok", + "ugah-ook", + "ahh-krak", + "ahh-hok", + "ahh-ook", + "eee-krak", + "eee-hok", + "eee-ook", + "gurr-krak", + "gurr-hok", + "gurr-ook", + "pant-krak", + "pant-hok", + "pant-ook", + "hoot-krak", + "hoot-hok", + "hoot-ook", + "baq-krak", + "baq-hok", + "baq-ook", + "rraup-hok", + "wraaa-pant", + "krak-wahoo", + "hok-wahoo", + "ook-wahoo", + "pant-wahoo", + "hoot-wahoo", + "baq-wahoo", + "grrrr-wahoo", + "hoo-wahoo", + "haha-wahoo", + "ugah-wahoo" + ] +} diff --git a/packages/schemas/src/languages.ts b/packages/schemas/src/languages.ts index 245acb1dbf17..5381903d4a66 100644 --- a/packages/schemas/src/languages.ts +++ b/packages/schemas/src/languages.ts @@ -44,6 +44,7 @@ export const LanguageSchema = z.enum( "malay_1k", "mongolian", "mongolian_10k", + "monkey", "kannada", "korean", "korean_1k",