Skip to content

Commit

Permalink
feat: Add current users's locale to query
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz committed Nov 8, 2024
1 parent 1f1c35d commit 629f0c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/search/search.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export default class SearchPageComponent implements OnInit {
question: query,
googleSheetId: this.configService.getRegionByRegionSlug(this.region)
.sheetId,
locale: this.regionData.localeLanguage,
}),
});

Expand Down

0 comments on commit 629f0c1

Please sign in to comment.