eksisozluk-api
Version:
Latest unofficial eksisozluk api
22 lines (21 loc) • 706 B
JavaScript
// objects for specifically user sections
const PAGES = {
ENTRY_PAGES: {
'entries': 'son-entryleri',
'favorites': 'favori-entryleri',
'most-favorited': 'en-cok-favorilenen-entryleri',
'last-voted': 'son-oylananlari',
'weekly': 'bu-hafta-dikkat-cekenleri',
'handicraft': 'el-emegi-goz-nuru',
'most-liked': 'en-begenilenleri',
},
NON_ENTRY_PAGES: {
'images': 'gorselleri',
'favorite-authors': 'favori-yazarlari',
'contributed-channels': 'katkida-bulundugu-kanallar',
'unfulfilled': 'ukteleri',
'questions': 'sorunsalları',
'answers': 'sorunsal-yanıtları',
}
}
module.exports = PAGES;