-
-
Notifications
You must be signed in to change notification settings - Fork 439
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 documentation #57
Conversation
1 similar comment
@@ -53,7 +53,7 @@ def do_something_product(session, model_name, a, b): | |||
on_my_event.subscribe(do_something_product, | |||
model_names='product.product') | |||
|
|||
We can also replace an event:: | |||
We can also replace an consumer:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:%s/an consumer/a consumer
👍 Thank you @ccomb!!! |
I'm adding a short text in the contribute page to explain how to maintain a translation |
Wow, what a massive work! |
$ mkdir buildout && cd buildout | ||
$ wget https://bitbucket.org/anybox/public_buildbot_buildouts/raw/tip/odoo-connector.cfg | ||
$ wget https://bitbucket.org/anybox/public_buildbot_buildouts/raw/tip/bootstrap.py | ||
$ python bootstrap.py && bin/buildout -c odoo-connector.cfg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following these steps, python bootstrap.py
gives: Error: Couldn't open /tmp/tmp/buildout.cfg
. We have to download odoo-connector.cfg
to buildout.cfg
before with wget https://bitbucket.org/anybox/public_buildbot_buildouts/raw/tip/odoo-connector.cfg -O buildout.cfg
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe repeat this step here not to miss it:
Add
this patch https://bitbucket.org/shimizukawa/sphinx-intl/pull-request/9/`_ to sphinx-intl (until merged) to support fuzzy translations`
@ccomb According to you, what is the better way to publish the french version on odoo-connector.com? |
just wow! |
Would your builders be able to push the docs on odoo-connector.com (considering it would have access rights) and would you agree to push the builds there? Currently this is a manual process, I |
@guewen the 'fr/' subfolder is a good idea, since sphinx is still not able to natively host several translations, indeed the index page should provide a list of the available translations pointing to the correct url. |
On 04/21/2015 12:06 PM, Christophe Combelles wrote:
|
@guewen previously I had only @comb latest comment on-hand, so I thought it was only a matter of subpath… There's no uploading of any kind currently from our buildmaster to another server (we're cheating, so to speak), but I could add a special step to that effect. I've never hooked such a bot to GitHub, so if there's a better way than creating a full-blown user account, please tell me |
A user account for pushing the changes you mean? I think that's the way to go. |
Here is an exhaustive french translation of the documentation (even with the API).
We currently have a sphinx build which is generated using this buildout and automatically updated by these builders using this configuration