Re: [AD] another web site proposal |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2008-12-15, Marco Radaelli <xoot123@xxxxxxxxxx> wrote:
> Thank you for having brought up the argument.
>
> What's the website current status regarding translations?
I forgot about it. I'll try to add it soon. It would work as I
described, where translated files override the English files.
The English pages could be changed a little to make translations easier,
e.g. by moving URLs into separate files. Instead of writing:
Go [here](http://example.org) for this or that.
we'd write:
Go [here][foo] for this or that.
Then in another file, not overridden, we'd have:
[foo]: http://example.org
Then URLs don't need to be maintained in multiple places.
Peter