translations.md 2.8 KB

% Translations wanted % Leah Rowe % 4 January 2022

The osboot website is currently only available in English.

I've recently added support for translations to the Untitled Static Site Generator, which the osboot website uses. Pages on osboot.org are written in Markdown, and this software generates HTML pages.

This very page that you are reading was created this way!

Getting started

The osboot website is available, in Markdown, from a Git repository:\ https://notabug.org/osboot/osbwww

Instructions for how to send patches are available here:\ https://osboot.org/git.html

If you're working on a translation, make note of the commit ID from osbwww.git and keep track of further changes (to the English website) in that repository.

When you send the translation, please specify what commit ID in osbwww.git it is up to date with. From then on, I will keep track of changes to the English website, which is what I work on. My native language is English. When the first translation is made available on osboot.org, I will create a new page (in English only), and add notes to it whenever I make site changes, and show where these changes need to then be performed in translated versions of each page that I change.

How to translate osboot.org

The documentation on https://untitled.vimuser.org/ tells you how to handle translations.

I recommend that you set up a local Nginx HTTP server on your computer, and configure Untitled for it, using the instructions on the Untitled website. This will make it easier to see what your translated website looks like, before it goes live.

It is recommended that you install a firewall, if you're running Nginx, unless you actually want it to be publicly accessible. The ufw software is quite nice:

sudo apt-get install ufw
sudo ufw enable

This will block all unsolicited incoming traffic. It's good practise anyway, for workstations. You don't have to use ufw, but it's a nice frontend for iptables/ip6tables on systems that use the Linux kernel. More information about ufw available here:

https://help.ubuntu.com/community/UFW

When viewing your local website, you can just type http://localhost/ in your browser. This will resolve to your local loopback address.

In general, you will be working with md files and include files. Keep an eye out for files with template, footer and nav in the name. More information about how Untitled works is available on the Untitled website. You should also add a translated strings.cfg file to Untitled, for your translation, if Untitled doesn't support it.

You can add pages in any language to Untitled. The software automatically generates language selection menus, on a per-page basis, when a translation is available for a given page.