feat: add the app

This commit is contained in:
Jovan Krunić
2018-12-11 22:11:50 +01:00
parent b4268b236f
commit 8b23159e67
129 changed files with 16359 additions and 1 deletions

14
src/assets/i18n/de.json Normal file
View File

@@ -0,0 +1,14 @@
{
"types": {
"dish": {
"detailPage": {
"DESCRIPTION_TITLE": "Description",
"CATEGORY_TITLE": "Category",
"CHARACTERISTICS_TITLE": "Characteristics"
}
}
},
"settings": {
"title": "Einstellungen"
}
}

14
src/assets/i18n/en.json Normal file
View File

@@ -0,0 +1,14 @@
{
"types": {
"dish": {
"detailPage": {
"DESCRIPTION_TITLE": "Description",
"CATEGORY_TITLE": "Category",
"CHARACTERISTICS_TITLE": "Characteristics"
}
}
},
"settings": {
"title": "Settings"
}
}

BIN
src/assets/icon/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 930 B

BIN
src/assets/imgs/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB