mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-03-31 06:24:11 -04:00
9 lines
174 B
TypeScript
9 lines
174 B
TypeScript
import pl from '../pl';
|
|
import type { Translation } from '../i18n-types';
|
|
|
|
const pl_PL = {
|
|
...(pl as unknown as Translation)
|
|
} satisfies Translation;
|
|
|
|
export default pl_PL;
|