1
0
Fork 0

feat(org): Added translation status page

This commit is contained in:
Joost De Cock 2023-07-05 20:58:30 +02:00
parent 7a4f47e50f
commit a2b689e69a
8 changed files with 271 additions and 0 deletions

View file

@ -89,6 +89,11 @@ const sitePages = (t = false, control = 99) => {
s: 'profile',
h: 1,
},
translation: {
t: t('translation'),
s: 'translation',
h: 1,
},
sitemap: {
t: t('sitemap'),
s: 'sitemap',