feat(org): Added translation status page
This commit is contained in:
parent
7a4f47e50f
commit
a2b689e69a
8 changed files with 271 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue