You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently all translations are managed using google sheets, which requires multiple manual steps to integrate into the app. Ideally a minimal translations management system should be included in the admin dashboard
Describe the solution you'd like
Create translations module in dashboard apps\picsa-apps\dashboard\src\app\modules
Add routing and home page for created module and sidebar link in apps\picsa-apps\dashboard\src\app\app.component.ts
Create db table with columns for id and translations by country/language codes (e.g. en, mw_ny, zm_ny)
Create / (home) page component to list all translations from db (can just manually populate a couple translations to db for testing, will migrate full list later)
Create /edit page and ui to create and edit translations
Is your feature request related to a problem? Please describe.
Currently all translations are managed using google sheets, which requires multiple manual steps to integrate into the app. Ideally a minimal translations management system should be included in the admin dashboard
Describe the solution you'd like
apps\picsa-apps\dashboard\src\app\modules
apps\picsa-apps\dashboard\src\app\app.component.ts
en
,mw_ny
,zm_ny
)/
(home) page component to list all translations from db (can just manually populate a couple translations to db for testing, will migrate full list later)/edit
page and ui to create and edit translationsAdditional context
yarn start:dashboard
, codebase inapps\picsa-apps\dashboard
libs\i18n
resources
module of the dashboard codebaseapps\picsa-apps\dashboard
The text was updated successfully, but these errors were encountered: