Skip to content

Commit

Permalink
feat(Language): Add Assamese (as) language
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Jul 10, 2024
1 parent 32d45f1 commit 7962e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3389,6 +3389,7 @@
"enum": [
"en",
"ar",
"as",
"az",
"be",
"bg",
Expand Down
1 change: 1 addition & 0 deletions dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2829,6 +2829,7 @@ components:
enum:
- en
- ar
- as
- az
- be
- bg
Expand Down
1 change: 1 addition & 0 deletions openapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ export interface components {
Language:
| "en"
| "ar"
| "as"
| "az"
| "be"
| "bg"
Expand Down

0 comments on commit 7962e54

Please sign in to comment.