mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-24 03:16:43 +02:00
Use proper casing for i18n locales (#1998)
This commit is contained in:
@@ -73,7 +73,7 @@ const PlayButton = () => {
|
||||
const PageTitle = ({ title }: { title?: string }) => {
|
||||
const { t } = useTranslation();
|
||||
const { pageKey } = useListContext();
|
||||
const pageTitle = title || t('page.trackList.title', { postProcess: 'titleCase' });
|
||||
const pageTitle = title || t('page.trackList.title');
|
||||
|
||||
switch (pageKey) {
|
||||
case ItemListKey.ALBUM_ARTIST_SONG:
|
||||
|
||||
Reference in New Issue
Block a user