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

[Ukrainian] "Deploy!" translation is outdated #1459

Open
Searge opened this issue Jan 7, 2019 · 8 comments
Open

[Ukrainian] "Deploy!" translation is outdated #1459

Searge opened this issue Jan 7, 2019 · 8 comments

Comments

@Searge
Copy link

Searge commented Jan 7, 2019

Issue description

First of all, the code from PythonAware chapter will not work:

(mvenv) $  pip install django whitenoise
Collecting django
[...]
Successfully installed django-1.8.2 whitenoise-2.0

It will download latest version that doesn't support Python 3.4 (which we have set before: '(master)$ virtualenv --python=python3.4 myvenv`)

Django requires Python '>=3.5' but the running Python is 3.4.9

I've lookup version from tutorial & execute that command:

(master)$ pip install django==1.8.2 whitenoise

BUT, then WhiteNoise writes on logs that:

Your WhiteNoise configuration is incompatible with WhiteNoise v4.0

So… I have found broken files …_pythonanywhere_com_wsgi.py, …/blog/myvenv/lib/python3.4/site-packages/whitenoise/django.py and have fix them with:

# 1. […]where_com_wsgi.py
from whitenoise import WhiteNoise
application = WhiteNoise(get_wsgi_application())

# 2. […]ise/django.py
raise ImportError(
        # '\n\n'

Then site have been lounched without any errors.

But as I said, the translation is outdated.

On english section there are no such commands at all.

So, I have two questions.

  1. Can I continue to learn the manual with the settings that I have now or I have to customize my environment, as it recommended in the English version. And if the second, then how revert changes?
  2. Do you need help with translation? I could bring this section in line with the English version and send pull request.

Ukrainian

🇺🇦 version & 🇬🇧 version

@Searge Searge changed the title [Deploy!] Ukrainian translation is outdated [Ukrainian] "Deploy!" translation is outdated Jan 7, 2019
@ekohl
Copy link
Collaborator

ekohl commented Jan 8, 2019

Help is always highly welcome. Translations are done via crowdin. https://github.com/DjangoGirls/tutorial#editing-basics has slightly more but since I haven't done any translations I can't give first hand experience.

@fltfx
Copy link
Contributor

fltfx commented Oct 14, 2024

@Searge Hi, it's been a long time! :) Thanks for your work.
Regarding issue 1, I assume it is not relevant anymore as we're using Python 3.12 (?)
Regarding issue 2, could you take a look at it and see if the Ukrainian translations have improved over the past few years?

@Searge
Copy link
Author

Searge commented Oct 14, 2024

Hi!
Ok. I will look tomorrow, thanks :-)

@Searge
Copy link
Author

Searge commented Oct 16, 2024

Regarding issue 1, I assume it is not relevant anymore as we're using Python 3.12 (?)

Actually 3.10 🤓

Regarding issue 2, could you take a look at it and see if the Ukrainian translations have improved over the past few years?

Maybe. But not deploy article. There are still Python 3.4 & django-1.8.2 😔

@fltfx
Copy link
Contributor

fltfx commented Oct 16, 2024

Ok thanks, so then I will leave this issue open so we can update the Python 3.4 & django-1.8.2 commands

@Searge
Copy link
Author

Searge commented Oct 16, 2024

I have a question.
Do you still using this project for translation?
Because it belongs to Ola account, and I read today, that she left the project.

@das-g
Copy link
Member

das-g commented Oct 16, 2024

Do you still using this project for translation?

As far as I know, yes. Is that still accurate, @fltfx?

Because it belongs to Ola account, and I read today, that she left the project.

Maybe the Django Girls Foundation can contact Crowdin to get the project transferred to the Django Girls organization namespace on Crowdin (where translations of other Django Girls resources are already being maintained.)

@fltfx
Copy link
Contributor

fltfx commented Oct 17, 2024

@das-g @Searge

Do you still using this project for translation?

I don't know, actually - I recently joined the team :)
@amakarudze Can you please see @das-g 's question/suggestion above?

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

No branches or pull requests

4 participants