Feature #11296
Better document how to build the website in selected languages
Start date:
2016-03-31
Due date:
% Done:
20%
Description
this patch append /wiki/src/contribute/build/website/languages.inline.mdwn to explicit how to exclude languages when building the wiki
Files
Subtasks
Related issues
Blocks Tails - |
Resolved | 2017-09-17 |
History
#1 Updated by sajolida 2016-04-22 10:29:43
- Category set to Internationalization
- Status changed from New to Confirmed
- Assignee changed from sajolida to goupille
- Feature Branch set to contrib/11296-build-in-one-language
Thanks for the patch. I improved a bit upon it in contrib/11296-build-in-one-language (5561a24..ca332e9). Can you have a look before I merged?
#2 Updated by BitingBird 2016-06-29 06:42:37
- Status changed from Confirmed to In Progress
- % Done changed from 0 to 20
#3 Updated by goupille 2016-08-19 12:47:05
- Assignee changed from goupille to elouann
#4 Updated by elouann 2016-08-19 14:06:09
This branch recommends to use the following command line:
./build-website --set destdir="/home/amnesia/Persistent/Tor Browser/tails" "$@" --set po_slave_languages=" - fr|Français"
which builds not only french .po files but also other slave languages listed in ikiwiki.setup.
What did I missed?
#5 Updated by elouann 2016-08-19 14:06:52
- Assignee changed from elouann to sajolida
#7 Updated by sajolida 2017-10-02 18:27:36
- blocks
Feature #14758: Core work 2017Q4 → 2018Q1: Technical writing added
#8 Updated by sajolida 2018-03-22 19:35:23
- Status changed from In Progress to Rejected
- Assignee deleted (
sajolida) - QA Check deleted (
Dev Needed)
Indeed, my command line doesn’t work.
Taking a step back:
- We also document how to disable some languages (6abddfe8db), which used to its full potential is the same as building only in one language.
- We speeded up the build of the website a lot in
Feature #11151and 29d3d41b8d. - The translation platform is coming up.
So let’s reject this ticket since it’s not that easy to solve.