mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

Change MediaCMS language #1017

Open miltuss opened 1 month ago

miltuss commented 1 month ago

Is it possible to change the MediaCMS language? I would like to put the language in French

dpf2000 commented 1 month ago

I am also very interested in this topic, as I would like to translate it into Brazilian Portuguese.

azataiot commented 1 month ago

Are you referring to the React interface or the Django backend ?

cdorsat commented 1 month ago

Can multi-language functions be added? The specific language and translation work to be added is left to the user.

azataiot commented 1 month ago

Are you referring to the React interface or the Django backend ?

Are you referring to the React interface or the Django backend ?

cdorsat commented 1 month ago

Are you referring to the React interface or the Django backend ?

Are you referring to the React interface or the Django backend ?

To be precise, it should be the front end. What I mean mainly refers to the web display interface, that is, the website has the characteristics of multiple languages. If the administrator's setting interface also has multi-language capabilities, it will be more convenient for the administrator to manage the website.

azataiot commented 1 month ago

Are you referring to the React interface or the Django backend ?

Are you referring to the React interface or the Django backend ?

To be precise, it should be the front end. What I mean mainly refers to the web display interface, that is, the website has the characteristics of multiple languages. If the administrator's setting interface also has multi-language capabilities, it will be more convenient for the administrator to manage the website.

If you are saying about the React side ( as you mentioned the UI ) then it should be the developers responsiblity of adding that capabillity. Search for i18n.

cdorsat commented 1 month ago

I don't know the programming skills in this area, so I don't know how to describe it accurately. In layman's terms, it is to add multi-language functions to the website, but the programming technicians are not responsible for the specific translation work, and the translation work can be left to the users.

cdorsat commented 1 month ago

In addition, I am willing to contribute to this project, but I do not know programming technology, but I can provide assistance in testing and make suggestions for improvements.