3 - Translated settings and common phrases.

This commit is contained in:
Caleb Campbell
2025-12-27 10:57:12 +11:00
parent d01f4bec2e
commit 2bcf3cb980
10 changed files with 184 additions and 121 deletions

View File

@@ -1,7 +1,9 @@
import { BOOKS } from './books';
import { SETTINGS } from './settings';
import { COMMON_LABELS } from './common-labels';
import { SETTINGS_LABELS } from './settings-labels';
export const DE = {
BOOKS,
SETTINGS,
COMMON: COMMON_LABELS,
SETTINGS: SETTINGS_LABELS,
};