aboutsummaryrefslogtreecommitdiff
path: root/src/locales/pl/music/index.ts
blob: 53971764ef6c2ac875d356f25e8005fc2e94895b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { MusicDefinition } from '../../..';
import genre from './genre';
import song_name from './song_name';

const music: MusicDefinition = {
  genre,
  song_name,
};

export default music;