Skip to content

Commit

Permalink
Update db.json
Browse files Browse the repository at this point in the history
  • Loading branch information
karabiberoglu authored Oct 12, 2021
1 parent c9be939 commit fd2ba92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
{ "id": 103, "name": "webUI", "productId": 11 }
],
"resources": [
{ "id": 1001, "resource_key": "resources.taskName", "resource_value": "Görevler", "languageId" : 1 ,"componentId" : 103 },
{ "id": 1002, "resource_key": "resources.taskName", "resource_value": "Tasks", "languageId" : 2 ,"componentId" : 103 },
{ "id": 1003, "resource_key": "error.notFoundRow", "resource_value": "Kayıt bulunamadı", "languageId" : 1 ,"componentId" : 103 },
{ "id": 1004, "resource_key": "error.notFoundRow", "resource_value": "Row not found", "languageId" : 2 ,"componentId" : 103 }
{ "id": 1001, "resource_key": "resources.taskName", "resource_value": "Görevler", "languageId" : 1, "componentId" : 103 },
{ "id": 1002, "resource_key": "resources.taskName", "resource_value": "Tasks", "languageId" : 2, "componentId" : 103 },
{ "id": 1003, "resource_key": "error.notFoundRow", "resource_value": "Kayıt bulunamadı", "languageId" : 1, "componentId" : 103 },
{ "id": 1004, "resource_key": "error.notFoundRow", "resource_value": "Row not found", "languageId" : 2, "componentId" : 103 }
]
}

0 comments on commit fd2ba92

Please sign in to comment.