Forum › Forums › antiX-development › Translations › 33 files were added to the project antix-development (antiX 26 FAQ) › Reply To: 33 files were added to the project antix-development (antiX 26 FAQ)
I’ve uploaded a short 30 seconds video of translating with my project, no commentary in it sorry: https://tube.grin.hu/w/hg8e5FTTxhUwwgAAYgGtiM
The scripts I made can be used to quickly fetch all translated 33 Transfiex HTML files too, so you can preview what you edited. The commands here: clones my project’s git repo, pulls pz_BR HTML from Transifex, creates the images symlink to real FAQ, opens in browser. (you need python3 installed)
git clone https://gitlab.com/kempelen/antix-faq-po-maintainer.git
cd antix-faq-po-maintainer
bash scripts/pullall.sh pt_BR
ln -s /usr/share/antiX/FAQ/images/ pt_BR/
ln -s /usr/share/antiX/FAQ/antiX-boot.css pt_BR/
xdg-open pt_BR/antix-26-faq-home.html
Might be useful to see your FAQ in a browser.
For FAQ:
I would like to see a new question in FAQ Home, Installation section, possibly first question, before “I have an old laptop….”.
How do I install antiX?
Start the Live system and there is an icon on the desktop to start the installer. There is no separated download that is an installer only.
May sound stupid, but I really had problems with this, because whichever Linux I used before did not work this way, despite being a Linux user since 1996. (And also nowadays not all does. I have Mageia and Debian, both has separated installer and live disk images.)
- This reply was modified 4 months ago by kempelen.