Opened 9 years ago
Closed 7 years ago
#12502 closed enhancement (fixed)
Portuguese translation of "A Tour of Sage"
Reported by: | goliveira | Owned by: | mvngu |
---|---|---|---|
Priority: | minor | Milestone: | sage-6.2 |
Component: | documentation | Keywords: | translation, portuguese, days57 |
Cc: | r.gaia.cs | Merged in: | |
Authors: | Gustavo de Oliveira | Reviewers: | Raniere Silva |
Report Upstream: | N/A | Work issues: | |
Branch: | 30fa8fd (Commits) | Commit: | 30fa8fdd0bc05b004d5b318876c31f08e6821954 |
Dependencies: | sage-5.5.rc0 | Stopgaps: |
Description (last modified by )
Portuguese translation of "A Tour of Sage".
Copy doc/en/a_tour_of_sage/*.png
to doc/pt/a_tour_of_sage/
Attachments (2)
Change History (29)
comment:1 Changed 9 years ago by
- Status changed from new to needs_review
comment:2 Changed 9 years ago by
- Description modified (diff)
- Summary changed from Portuguese translations of "A Tour of Sage" to Portuguese translation of "A Tour of Sage"
comment:3 follow-up: ↓ 5 Changed 9 years ago by
- Dependencies set to 11485
- Status changed from needs_review to needs_work
comment:4 Changed 9 years ago by
- Description modified (diff)
- Owner changed from mvngu to (none)
comment:5 in reply to: ↑ 3 Changed 9 years ago by
- Status changed from needs_work to needs_review
Replying to davidloeffler:
I don't speak Portugese, but this is failing to apply to the current beta version of Sage because it conflicts (in a rather minor way) with #11485 -- please rebase.
I rebased on sage-5.0.beta8 (which includes #11485).
comment:6 Changed 9 years ago by
- Owner changed from (none) to mvngu
comment:7 Changed 9 years ago by
Only remark is the last paragraph of a_tour_of_sage/index.rst that would sound better if did not add twice the word "você". Probably translate as:
Ao usar o Sage, você acessa ...
comment:8 Changed 8 years ago by
- Cc r.gaia.cs added
comment:9 Changed 8 years ago by
I would like to review this patch and when try it with "Sage Version 5.4.rc1, Release Date: 2012-10-05" I got a FAIL in the file doc/common/build_options.py. Once it's a trivial correction I like to know if @goliveira can do the correction and update the patch.
comment:10 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:11 Changed 8 years ago by
- Reviewers set to r.gaia.cs
comment:12 Changed 8 years ago by
r.gaia.cs: please add your real name as Reviewer.
comment:13 Changed 8 years ago by
- Dependencies changed from 11485 to #11485
comment:14 Changed 8 years ago by
- Status changed from positive_review to needs_work
This needs to be rebased to sage-5.4.rc1:
applying /release/merger/patches/trac_12502_pt_translation_of_a_tour_of_sage.patch patching file MANIFEST.in Hunk #1 succeeded at 32 with fuzz 1 (offset -7 lines). patching file doc/common/build_options.py Hunk #1 FAILED at 3 1 out of 1 hunks FAILED -- saving rejects to file doc/common/build_options.py.rej abort: patch failed to apply
Changed 8 years ago by
comment:15 Changed 8 years ago by
- Description modified (diff)
- Reviewers changed from r.gaia.cs to Raniere Silva
- Status changed from needs_work to needs_review
comment:16 Changed 8 years ago by
Only the step of copying png files (and creating directory first) may be a bit confusing, but otherwise the patches apply cleanly in 5.4.beta1 and builds correctly.
comment:17 Changed 8 years ago by
- Status changed from needs_review to positive_review
comment:18 Changed 8 years ago by
- Milestone changed from sage-5.4 to sage-5.5
comment:19 Changed 8 years ago by
- Dependencies changed from #11485 to sage-5.4.rc3, #11395, #13072
- Status changed from positive_review to needs_work
comment:20 Changed 8 years ago by
- Description modified (diff)
Changed 8 years ago by
comment:21 Changed 8 years ago by
- Dependencies changed from sage-5.4.rc3, #11395, #13072 to sage-5.5.rc0
- Description modified (diff)
- Status changed from needs_work to needs_review
I rebased it on sage-5.5.rc0 (incorporating a suggestion above by pcpa).
comment:22 Changed 8 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:23 Changed 7 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:24 Changed 7 years ago by
- Branch set to u/vbraun/portuguese_translation_of__a_tour_of_sage_
comment:25 Changed 7 years ago by
- Commit set to 0f4f0bd42a1bb981cf44e47b420e532e264abe2d
- Keywords days57 added
- Status changed from needs_review to positive_review
comment:26 Changed 7 years ago by
- Commit changed from 0f4f0bd42a1bb981cf44e47b420e532e264abe2d to 30fa8fdd0bc05b004d5b318876c31f08e6821954
- Status changed from positive_review to needs_review
Branch pushed to git repo; I updated commit sha1 and set ticket back to needs_review. New commits:
30fa8fd | update the doctest as in the other language tours
|
comment:27 Changed 7 years ago by
- Branch changed from u/vbraun/portuguese_translation_of__a_tour_of_sage_ to 30fa8fdd0bc05b004d5b318876c31f08e6821954
- Resolution set to fixed
- Status changed from needs_review to closed
I don't speak Portugese, but this is failing to apply to the current beta version of Sage because it conflicts (in a rather minor way) with #11485 -- please rebase.