mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 08:52:26 +00:00

* Add Vietnamese translation * chore: tweak vietnamese admin's translations * chore: vietnamese placeholder * feat: vietnamese content manager's translations * chore: plugin documentation's vietnamese translations * chore: plugin email's vietnamese translations * chore: plugin upload's vietnamese translations * chore: plugin users-permissions's vietnamese translations * chore: register vietnamese to language switcher * chore: add vietnamese welcome message
Strapi Content Manager
Description
This plugin allows you to manage your data through a UI.
Contributing
NB: Please refers to the contributing section of the monorepo
- Create a new Strapi application:
strapi new myApp
. - Go to your new Strapi app
cd myApp
. - Create a symlink to the monorepo plugin's folder
ln -s /path/to/strapi/monorepo/packages/strapi-plugin-content-manager ./plugins/content-manager
- Copy the layout SASS variables folder into your project from
admin/public/app/styles/variables
toplugins/content-manager/public/app/styles/variables
- Start your app
strapi start
(Don't forget to return to the root of your app's directory).
ln -s -f ./admin/public/app/styles/variables/variables.scss ./plugins/content-manager/public/app/styles/variables/variables.scss