-
-
Notifications
You must be signed in to change notification settings - Fork 144
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
Add language for internationalisation #9
Comments
Can I help internationalization? I am Japanese, learning about web development using Django. |
Yes, that would be very kind of you indeed.
Do not hesitate to ask questions if something is not clear in the english
text of the application, to launch rosetta, to create a fork, a pull
request or any kind of problem you encounter really. I'd be happy to help
you get started.
Le Mer 4 Avr 2018 15:41, Nobukuni Suzue <[email protected]> a écrit :
… Can I help internationalization? I am Japanese, learning about web
development using Django.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFPTolAe8FSnTF5EJ0rVuL0n2ayt0YJYks5tlGsngaJpZM4TCyps>
.
|
@issuehuntfest has funded $20.00 to this issue. See it on IssueHunt |
@Pierre-Sassoulas i want to take this, which languages should I start with ? |
Hi @gurungrahul2, Thank you for your interest in this project. Right now we already have english, japanese, spanish and french. Apart from those, pick the language you are the most comfortable with, or the language in which you are the more likely to use this application yourself :) |
Hi Pierre, Cheers, |
Sure @b3tyar, it would be great ! Feel free to ask questions if you need more info to get started. |
@Pierre-Sassoulas has rewarded $14.00 to @digglife. See it on IssueHunt
|
question: i've been perusing the codebase, and it seems like you can only run a survey in one language at a time? what if you wanted to have a survey that operated in multiple languages depending on the user's locale. is that possible? i can't immediately tell from looking at the code base. |
@apurvis The interface itself can be changed by the user, the content of the survey's question is set in a particular language. We'd need to have multiple values in database (one for each language) if we wanted to also change the survey's question and answer language. this is not trivial, see https://code.djangoproject.com/wiki/ModelInterNationalization. An easier solution (that don't scale that well), would be to manually create two surveys one in each language and redirect the user to the one of interest for him. |
Hi Pierre, i want to help translate this documentation into Indonesian language, if its interest you |
Hi @sodrooome , do you know where to start? Do you need me to create the .po file? |
for now it might not be necessary, I will try to translate it according to the instructions that you made. Thank you for the respond |
Hi, @Pierre-Sassoulas @sodrooome. Can I join you to help to translate this documentation in Bahasa Indonesia (Indonesian)? |
Hi @ddhira123 thank you for wanting to translate django-survey. I think the easiest way to do it for you would be to start from zero, I think @sodrooome do not have a fork of the project right now and the last message is a year old (exactly :)) . I'd be happy to help you if you have any question. |
Hi @Pierre-Sassoulas Would you mind if I ask you to create the configurations such as .po file and another things required so that I would need to only focus on translations? Thank you |
@ddhira123 sure, let me know if https://raw.githubusercontent.com/Pierre-Sassoulas/django-survey/c8f0b5ba37981eb96c57a646ca279aea85cdee73/survey/locale/id/LC_MESSAGES/django.po is working for you ? It's in |
Hi @Pierre-Sassoulas I have done the translation in .po file you had referenced. Before I do the pull request, could you please put the tag |
No problem I added the label :) Thank you for contributing ! |
Hello, I can add Greek language if you would like. |
That would be very nice @sotiriszogos ! |
The software is developed in english. Other available languages are :
Language asked by a user, but not available yet:
If you're susceptible of using django-survey in a language that is not available, making and giving back the translation with a pull request would be very helpful.
Add your language in the
LANGUAGE
variable in the settings, like here.Then you can translate with :
If your language is not yet available in rosetta, this stack overflow question should work even for a language not handled by Django : https://stackoverflow.com/questions/12946830/
Do not forget to credit yourself like in the header see here
The text was updated successfully, but these errors were encountered: