fossasia / eventyay-video

https://video-dev.eventyay.com
Apache License 2.0
1.49k stars 22 forks source link

Support mutiple language for filter track #217

Closed odkhang closed 1 month ago

odkhang commented 1 month ago

Similar with https://github.com/fossasia/eventyay-video/pull/213 to support mutiple language for track filter

Summary by Sourcery

Support multiple languages for track filter by introducing a method to retrieve track names based on the user's language preference.

New Features:

sourcery-ai[bot] commented 1 month ago

Reviewer's Guide by Sourcery

This pull request adds support for multiple languages in the track filter of the schedule sessions view. The changes involve modifying the Vue component to dynamically display track names based on the user's language preference stored in localStorage.

File-Level Changes

Files Changes
webapp/src/views/schedule/sessions/index.vue Added support for multiple languages in the track filter by introducing a new method getTrackName that retrieves the track name based on the user's language preference.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.