3 - Added Prettier for formatting and formatted.

This commit is contained in:
Caleb Campbell
2025-12-26 09:43:29 +11:00
parent 0275b5a439
commit 054744e35b
26 changed files with 955 additions and 1123 deletions

7
src/i18n/de/index.ts Normal file
View File

@@ -0,0 +1,7 @@
import { BOOKS } from './books';
import { SETTINGS } from './settings';
export const DE = {
BOOKS,
SETTINGS,
};