-
- {{ offers[0].prices.default | currency: 'EUR':'symbol':undefined:'de' }}
+
+ {{ price | currency: 'EUR':'symbol':undefined:'de' }}
-
- {{ offers[0].inPlace.name
- }} 1">...
+
+ {{ _offers[0].inPlace.name
+ }} 1">...
diff --git a/src/app/translation/i18n.spec.ts b/src/app/translation/i18n.spec.ts
new file mode 100644
index 00000000..c6e7e105
--- /dev/null
+++ b/src/app/translation/i18n.spec.ts
@@ -0,0 +1,81 @@
+/*
+ * Copyright (C) 2022 StApps
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the Free
+ * Software Foundation, version 3.
+ *
+ * This program is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program. If not, see