added localization

This commit is contained in:
2024-12-18 17:56:33 +01:00
parent ff97898b90
commit 0a877525aa
5 changed files with 28 additions and 0 deletions

4
lib/l10n/app_de.arb Normal file
View File

@@ -0,0 +1,4 @@
{
"german": "Deutsch",
"english": "Englisch"
}

4
lib/l10n/app_en.arb Normal file
View File

@@ -0,0 +1,4 @@
{
"german": "German",
"english": "English"
}