Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

French and open access #52

Open
tutle opened this issue May 11, 2021 · 1 comment
Open

French and open access #52

tutle opened this issue May 11, 2021 · 1 comment

Comments

@tutle
Copy link

tutle commented May 11, 2021

Hello, I'm very interested in Pyinventory to manage a collaborative stock (grip and electric in movie making).
Can I use it in french (didn't find any admin configuration) and is there a simple way to collaborate with multiple users (even out of yunohost) ?
Sincerely
Yvan

@jedie
Copy link
Owner

jedie commented May 11, 2021

There currently no french translations. But Django contains many translation strings. You can set the language in own settings. The "base" settings are here: https://github.com/jedie/PyInventory/tree/master/src/inventory_project/settings

It's the LANGUAGES list here:

LANGUAGES = [
('de', _('German')),
('en', _('English')),
]

It depends how you will deploy the project. Sadly Python/Django deployments didn't has a one-size-fits-all approach :(

I had implement a way for a own root server using docker-compose here: https://github.com/jedie/PyInventory/tree/master/deployment But i no longer use this solution, since YunoHost ;)

Changes to settings on YunoHost is possible by change the file: /opt/yunohost/pyinventory/local_settings.py

But maybe it's a good idea to activate french or any language that Django support, without adding the real needed translation?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants